No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Expected Behavior
Change the configuration and remove fallback_host.
Actual Behavior
Doesn't change and therefore wrong resources definition, wrong state and wrong configuraiton.
Note: to me it seems a general issue in the whole provider, that comparing state, definition and real configuration is not really reliable.
Environment
Summary
Removing
fallback_host
results inSteps To Reproduce
terraform apply
terraform apply
Expected Behavior
Change the configuration and remove
fallback_host
.Actual Behavior
Doesn't change and therefore wrong resources definition, wrong state and wrong configuraiton.
Note: to me it seems a general issue in the whole provider, that comparing state, definition and real configuration is not really reliable.