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
Switch this and dependent modules to the v5.x of the Terraform AWS
provider to support the latest AWS features, like RDS' io2.
- Fix dynamic statement block
```
│ on .terraform/modules/production.auth_token/secret/main.tf line 43, in data "aws_iam_policy_document" "secret":
│ 43: identifiers = [statement.arn]
│
│ This object does not have an attribute named "arn".
```
https://developer.hashicorp.com/terraform/language/expressions/dynamic-blocks
- Fix user managed secret environment variables
NOTE: This cherry picks a commit from a [PR @jferris opened] to address the same issue.
- Terraform was complaining about calling `nonsensitive` when the value
wasn't sensitive; this forces the initial value to potentially be
sensitive to avoid the error.
- We can skip parsing out the environment variables for the user managed
secret module, because they are passed in directly.
[PR @jferris opened]: #13
0 commit comments