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 3c4ee2e commit f31b91cCopy full SHA for f31b91c
code/terraform/05-tips-and-tricks/loops-and-if-statements/live/global/existing-iam-user/main.tf
@@ -10,8 +10,7 @@ provider "aws" {
10
}
11
12
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
+ # Make sure to update this to your own user name!
15
name = "yevgeniy.brikman"
16
17
0 commit comments