Commit 505a4d5d authored by Felix Edelsten's avatar Felix Edelsten

tag syntax

parent 1fbe90ae
...@@ -58,13 +58,9 @@ resource "aws_security_group" "bastion" { ...@@ -58,13 +58,9 @@ resource "aws_security_group" "bastion" {
cidr_blocks = ["0.0.0.0/0"] cidr_blocks = ["0.0.0.0/0"]
} }
tags = [ tags = {
{ Name = "Bastion"
key = "Name"
value = "Bastion"
propagate_at_launch = true
} }
]
lifecycle { lifecycle {
create_before_destroy = true create_before_destroy = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment