protocol tcp instead of -1

This commit is contained in:
Edward Viaene
2016-10-12 16:17:09 +00:00
parent 2cdc2aec7b
commit a21b60fe40
+1 -1
View File
@@ -12,7 +12,7 @@ resource "aws_security_group" "allow-ssh" {
ingress { ingress {
from_port = 22 from_port = 22
to_port = 22 to_port = 22
protocol = "-1" protocol = "tcp"
cidr_blocks = ["0.0.0.0/0"] cidr_blocks = ["0.0.0.0/0"]
} }
tags { tags {