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
Always shows the change underneath site_config block with plan/apply operation though these configs are provided during execution. Subsequent plan always shows that it is applying these changes.
Tested with azurerm provider versions: 2.81.0, 2.6.0,2.46.0
The "Objects have changed outside of Terraform" message is only showing the difference between what the provider stored in the state, and what the provider is indicating as the current state, nothing more. The configuration is only taken into account for the actual plan output, which results in 0 changes for your example. Moreover, I am not able to reproduce the issue of missing values in terraform state.
If the provider is unexpectedly changing values where it shouldn't, then it is an issue with the provider.
You can follow along with the open issue here: #28803
I am adding lifecycle management to handle this situation for now. you still see the Objects have changed outside of Terraform message but no changes will be applied to the already applied plan. Please use the new release (v1.1.0)
Terraform scripts for azure java appservice
azurerm_app_service
not retaining java version details in terraform state file.This is my site_config:
after apply; I do see that it is configured properly as shown below but the tfstate doesn't reflect the same;
tfstate file missing the values:
Always shows the change underneath site_config block with plan/apply operation though these configs are provided during execution. Subsequent plan always shows that it is applying these changes.
Tested with azurerm provider versions: 2.81.0, 2.6.0,2.46.0
The text was updated successfully, but these errors were encountered: