diff --git a/IAM_User_Policy.tf b/IAM_User_Policy.tf index bf5d20d..48ef786 100644 --- a/IAM_User_Policy.tf +++ b/IAM_User_Policy.tf @@ -4,7 +4,7 @@ provider "aws" { } resource "aws_iam_user" "lb" { count = length(var.username) - name = element(var.username,count.index) + name = element(var.username,count.index) #hello-world path = "/system/" tags = { diff --git a/ProvisionEC2Instance.tf b/ProvisionEC2Instance.tf index dbd95fd..eca197b 100644 --- a/ProvisionEC2Instance.tf +++ b/ProvisionEC2Instance.tf @@ -3,7 +3,7 @@ provider "aws" { } resource "aws_instance" "example" { - ami = "ami-0fb653ca2d3203ac1" + ami = "ami-0fb653ca2d3203ac1" #ne comment" instance_type = "t2.micro" tags = { diff --git a/RemoteBackend.tf b/RemoteBackend.tf index 84edfad..fe30d68 100644 --- a/RemoteBackend.tf +++ b/RemoteBackend.tf @@ -5,7 +5,7 @@ terraform { key = "global/s3/terraform.tfstate" region = "us-east-2" - # Replace this with your DynamoDB table name! + # Replace this with your DynamoDB table name! #hello-world dynamodb_table = "ddevops-techstack21" encrypt = true }