Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adammck committed Jan 7, 2016
1 parent ac1a308 commit 9018e1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ grouped by their tags. For example:
instance_type = "t2.micro"
ami = "ami-96a818fe"
tags = {
Role = "web"
Env = "dev"
Role = "web"
Env = "dev"
}
}

resource "aws_instance" "my_worker" {
instance_type = "t2.micro"
ami = "ami-96a818fe"
tags = {
Role = "worker"
Env = "dev"
Role = "worker"
Env = "dev"
}
}

Expand Down

0 comments on commit 9018e1b

Please sign in to comment.