Skip to content

Commit 659eb4c

Browse files
authored
Merge branch 'main' into infra
2 parents ed64287 + fcf483d commit 659eb4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

infrastructure/terragrunt/terragrunt.hcl

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ include "root" {
77
path = find_in_parent_folders()
88
}
99

10+
11+
# Specify inputs for the VPC module
1012
inputs = {
1113
aws_region = "us-east-1"
1214
vpc_cidr = "10.0.0.0/16"
@@ -18,6 +20,7 @@ inputs = {
1820
private_subnet_name_prefix = "multi-az-private-subnet"
1921
}
2022

23+
# Remote state configuration
2124
remote_state {
2225
backend = "s3"
2326
config = {

0 commit comments

Comments
 (0)