Skip to content

Commit 9018e1b

Browse files
committed
Fix indentation
1 parent ac1a308 commit 9018e1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ grouped by their tags. For example:
5252
instance_type = "t2.micro"
5353
ami = "ami-96a818fe"
5454
tags = {
55-
Role = "web"
56-
Env = "dev"
55+
Role = "web"
56+
Env = "dev"
5757
}
5858
}
5959

6060
resource "aws_instance" "my_worker" {
6161
instance_type = "t2.micro"
6262
ami = "ami-96a818fe"
6363
tags = {
64-
Role = "worker"
65-
Env = "dev"
64+
Role = "worker"
65+
Env = "dev"
6666
}
6767
}
6868

0 commit comments

Comments
 (0)