Commit 3ce8da81 authored by A-Gordon's avatar A-Gordon

Added name to security group

parent 484cae48
......@@ -46,6 +46,10 @@ resource "aws_security_group" "bastion" {
cidr_blocks = ["0.0.0.0/0"]
}
tags = {
Name = "Bastion"
}
lifecycle { 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