Skip to content

Commit

Permalink
Updated documentation to reflect correct configuration option for va …
Browse files Browse the repository at this point in the history
…group (#39768)
  • Loading branch information
u-blavins authored Oct 17, 2024
1 parent 472550f commit f7aecb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/verifiedaccess_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "aws_kms_key" "test_key" {
resource "aws_verifiedaccess_group" "test" {
verifiedaccess_instance_id = aws_verifiedaccess_instance_trust_provider_attachment.test.verifiedaccess_instance_id
server_side_encryption_configuration {
sse_configuration {
kms_key_arn = aws_kms_key.test_key.arn
}
}
Expand Down

0 comments on commit f7aecb3

Please sign in to comment.