Skip to content

Commit 455318f

Browse files
authored
Set new SecurityGroup ID (#750)
During cleaning the SG's in region I accidentally deleted the group used for build ;-(
1 parent 02424b1 commit 455318f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment/ami.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ variables {
2020

2121
variables {
2222
aws_subnet_id = "subnet-09fca08419c2f0575"
23-
aws_security_group_id = "sg-03ff7b083bdc991e5"
23+
aws_security_group_id = "sg-0da3ac1cdc286dd4e"
2424
}
2525

2626
locals {

0 commit comments

Comments
 (0)