From cfe91d99f668dd93e82ac6abb4ef4e476db6e4e6 Mon Sep 17 00:00:00 2001 From: "a.filanovskiy@gmail.com" <> Date: Fri, 10 Jul 2020 03:33:59 +0000 Subject: [PATCH] MVP version --- vcn/security.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcn/security.tf b/vcn/security.tf index 0f12031..28be3b3 100644 --- a/vcn/security.tf +++ b/vcn/security.tf @@ -344,7 +344,7 @@ ingress_security_rules { #icmp_options = <> //protocol = "ALL" - protocol = all + protocol = "all" source = "10.200.0.0/17" source_type = "CIDR_BLOCK" stateless = "false"