Skip to content
New issue

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

NLB cross-zone balancing fix references KMS encryption for secrets #566

Open
AlekseiSokolov2TR opened this issue Apr 9, 2024 · 0 comments

Comments

@AlekseiSokolov2TR
Copy link

The Fix block for NLB cross-zone balancing describes how to enable KMS encryption for secrets instead of how to enable cross-zone balancing.

[source,go]
----
resource "aws_secretsmanager_secret" "example" {
name = "example"
+ kms_key_id = "arn:kuku:kisi"
}
----

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant