Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
cneijenhuis committed Sep 13, 2018
1 parent 01aa03c commit b38d068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "aws_sqs_queue" "ct_queue" {
receive_wait_time_seconds = 10
}
resource "aws_iam_user" "sqs_user" {
resource "aws_iam_user" "ct" {
name = "specific-user"
}
Expand Down

0 comments on commit b38d068

Please sign in to comment.