We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/torana-us/madras-infra/pull/1700#issuecomment-1828973355 madras-stg の aws_elasticache_replication_group apply 時に下記エラーが発生
The AUTH token modification is only supported when encryption-in-transit is enabled.
auth_token_update_strategy
~ resource "aws_elasticache_replication_group" "this" { + auth_token_update_strategy = "ROTATE" id = "redis-stg" tags = {} # (32 unchanged attributes hidden) }
transit_encryption_enabled = true
The text was updated successfully, but these errors were encountered:
terraform-provider-aws に issue 立ってた hashicorp/terraform-provider-aws#34609
Sorry, something went wrong.
これにアップデートすれば解消されそう https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.28.0
来たのでクローズ https://github.com/torana-us/madras-infra/pull/1703
Successfully merging a pull request may close this issue.
概要
https://github.com/torana-us/madras-infra/pull/1700#issuecomment-1828973355
madras-stg の aws_elasticache_replication_group apply 時に下記エラーが発生
auth_token_update_strategy
対応が入ったtransit_encryption_enabled = true
でない限りauth_token_update_strategy
は設定できないThe text was updated successfully, but these errors were encountered: