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
I would have expected the database to be encrypted & setup. Instead, encryption was false.
Actual Behavior
In the output generated the flag was clearly set to storage_encrypted = true, but after it was created both in the admin and the tfstate the encryption was set to false.
Even worse, terraform would get stuck in a loop where at each "apply" it would want to recreate my database every time (probably because the program saw the encryption set to false in the state).
This issue has been automatically migrated to hashicorp/terraform-provider-aws#2635 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to this issue and let us know.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 5, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Terraform team,
Please see below an issue that I found on the latest version of Terraform over the weekend.
Terraform Version
Expected Behavior
I would have expected the database to be encrypted & setup. Instead, encryption was false.
Actual Behavior
In the output generated the flag was clearly set to storage_encrypted = true, but after it was created both in the admin and the tfstate the encryption was set to false.
Even worse, terraform would get stuck in a loop where at each "apply" it would want to recreate my database every time (probably because the program saw the encryption set to false in the state).
Steps to Reproduce
Truncated terraform configuration
As far as I can tell, turning storage_encrypted to true is enough, then running terraform apply.
The text was updated successfully, but these errors were encountered: