Skip to content

Commit 97c3239

Browse files
author
rakeshclouddevops
committed
fix: indentation
1 parent 861c709 commit 97c3239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/complete/example.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,15 @@ module "public_subnet" {
136136
from_port = 80
137137
to_port = 80
138138
protocol = "tcp"
139-
cidr_block = "0.0.0.0/0" # Allow HTTP traffic from anywhere
139+
cidr_block = "0.0.0.0/0" # Allow HTTP traffic from anywhere
140140
},
141141
{
142142
rule_number = 120
143143
rule_action = "allow"
144144
from_port = 443
145145
to_port = 443
146146
protocol = "tcp"
147-
cidr_block = "0.0.0.0/0" # Allow HTTPS traffic from anywhere
147+
cidr_block = "0.0.0.0/0" # Allow HTTPS traffic from anywhere
148148
}
149149
]
150150

0 commit comments

Comments
 (0)