give everything a name.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
resource "aws_security_group" "ingress-all-test" {
|
||||
name = "allow-all-sg"
|
||||
tags = {
|
||||
"Name" = "tf-allow-all-sg"
|
||||
}
|
||||
vpc_id = "${aws_vpc.test-env.id}"
|
||||
ingress {
|
||||
cidr_blocks = [
|
||||
|
||||
Reference in New Issue
Block a user