Skip to content

Commit f31b91c

Browse files
committed
Replace confusing comment
1 parent 3c4ee2e commit f31b91c

File tree

1 file changed

+1
-2
lines changed
  • code/terraform/05-tips-and-tricks/loops-and-if-statements/live/global/existing-iam-user

1 file changed

+1
-2
lines changed

code/terraform/05-tips-and-tricks/loops-and-if-statements/live/global/existing-iam-user/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ provider "aws" {
1010
}
1111

1212
resource "aws_iam_user" "existing_user" {
13-
# You should change this to the username of an IAM user that already
14-
# exists so you can practice using the terraform import command
13+
# Make sure to update this to your own user name!
1514
name = "yevgeniy.brikman"
1615
}
1716

0 commit comments

Comments
 (0)