Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azurerm_mariadb_server - mark geo_redundant_backup as ForceNew #5961

Merged
merged 3 commits into from
Mar 10, 2020

Commits on Mar 2, 2020

  1. Add geo-redundant restrictions blurb to the mariadb docs

    Geo-redundancy state cannot be changed once the server is created ([https://docs.microsoft.com/en-us/azure/mariadb/concepts-backup#backup-redundancy-options](link). This TF provider gives a somewhat generic error: 
    
    `Error waiting for creation of MariaDB Server "svr-name" (Resource Group "rg-name"): Code="UnsupportedUpdate" Message="Cannot update GeoRedundantBackup for server"`
    
    This change just adds a link to the microsoft docs to help out the next guy.
    jogleasonjr authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    4c20dca View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    a10b51f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da667b1 View commit details
    Browse the repository at this point in the history