give everything a name.

This commit is contained in:
Joe Tretter
2022-09-30 15:59:36 -05:00
parent 9b25fa2eda
commit 3d00a07e41
4 changed files with 23 additions and 0 deletions

View File

@@ -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 = [