Skip to content

Commit 2494a71

Browse files
committed
Update comment in IAM code
1 parent 3c038ec commit 2494a71

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provider "aws" {
33
}
44

55
resource "aws_iam_user" "existing_user" {
6-
# TODO: you should change this to the username of an IAM user that already
6+
# You should change this to the username of an IAM user that already
77
# exists so you can practice using the terraform import command
88
name = "yevgeniy.brikman"
99
}

0 commit comments

Comments
 (0)