You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
I am in the process of upgrading my CAF ESLZ from 2203.1. I found that at 5.7.2 there is a change that is causing secrets to be destroyed or replaced. If I use 5.6.10 the plan runs with only tag changes. Hoping to get some guidance on where to look to resolve this.
# module.solution.module.azuread_credentials["connectivity"].azuread_application_password.key1[0] must be replaced
+/- resource "azuread_application_password" "key1" {
~ id = "2d<redacted>/password/ee<redacted>" -> (known after apply)
~ key_id = "ee<redacted>" -> (known after apply)
+ rotate_when_changed = { # forces replacement
+ "rotation" = "2024-05-01T00:37:55Z"
}
~ start_date = "2024-05-01T00:37:56Z" -> (known after apply)
~ value = (sensitive value)
# (3 unchanged attributes hidden)
}
Hello,
I am in the process of upgrading my CAF ESLZ from 2203.1. I found that at 5.7.2 there is a change that is causing secrets to be destroyed or replaced. If I use 5.6.10 the plan runs with only tag changes. Hoping to get some guidance on where to look to resolve this.
Thanks for any advice.
Regards,
Shane Holder
The text was updated successfully, but these errors were encountered: