mirror of
https://github.com/adammck/terraform-inventory
synced 2024-11-22 20:01:58 +01:00
Fix indentation
This commit is contained in:
parent
ac1a308ed0
commit
9018e1b90e
@ -52,8 +52,8 @@ grouped by their tags. For example:
|
||||
instance_type = "t2.micro"
|
||||
ami = "ami-96a818fe"
|
||||
tags = {
|
||||
Role = "web"
|
||||
Env = "dev"
|
||||
Role = "web"
|
||||
Env = "dev"
|
||||
}
|
||||
}
|
||||
|
||||
@ -61,8 +61,8 @@ grouped by their tags. For example:
|
||||
instance_type = "t2.micro"
|
||||
ami = "ami-96a818fe"
|
||||
tags = {
|
||||
Role = "worker"
|
||||
Env = "dev"
|
||||
Role = "worker"
|
||||
Env = "dev"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user