Skip to content

Commit

Permalink
Fix tfproviderdocs 'example section code block text should contain re…
Browse files Browse the repository at this point in the history
…source name: aws_msk_single_scram_secret_association'.
  • Loading branch information
ewbankkit committed Dec 11, 2024
1 parent 6db74e4 commit 8875e63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Associates a single SCRAM secret with a Managed Streaming for Kafka (MSK) cluste
## Example Usage

```terraform
resource "aws_msk_scram_secret_association" "example" {
resource "aws_msk_single_scram_secret_association" "example" {
cluster_arn = aws_msk_cluster.example.arn
secret_arn = aws_secretsmanager_secret.example.arn
}
Expand Down

0 comments on commit 8875e63

Please sign in to comment.