Last active
October 23, 2020 04:52
-
-
Save nmanzi/d72245ef261a22af6de9c2c8155d318c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
***REDACTED OUTPUT*** | |
***Terraform Apply, azurerm_key_vault_secret is modified in-place from existing state*** | |
Provider produced inconsistent final plan | |
When expanding the plan for azurerm_function_app.fa to include new values | |
learned so far during apply, provider "azurerm" produced an invalid new value | |
for .app_settings["***"]: was | |
cty.StringVal("@Microsoft.KeyVault(SecretUri=https://***.vault.azure.net/secrets/***/44e0bbbfc06c454994212dda5007b5b3)"), | |
but now | |
cty.StringVal("@Microsoft.KeyVault(SecretUri=https://***.vault.azure.net/secrets/***/5f99ab045e164848a57a6762781b7674)"). | |
This is a bug in the provider, which should be reported in the provider's own | |
issue tracker. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment