We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c038ec commit 2494a71Copy full SHA for 2494a71
code/terraform/05-tips-and-tricks/live/global/existing-iam-user/main.tf
@@ -3,7 +3,7 @@ provider "aws" {
3
}
4
5
resource "aws_iam_user" "existing_user" {
6
- # TODO: you should change this to the username of an IAM user that already
+ # You should change this to the username of an IAM user that already
7
# exists so you can practice using the terraform import command
8
name = "yevgeniy.brikman"
9
0 commit comments