Skip to content

Commit b2f5315

Browse files
committed
feat: add sample setting files
1 parent 91bc2f5 commit b2f5315

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
terraform {
2+
backend "s3" {
3+
region = "us-west-2"
4+
bucket = "am-uds-dev-cumulus-tf-state"
5+
key = "am-uds-dev-cumulus/stac_browser/unity/terraform.tfstate"
6+
dynamodb_table = "am-uds-dev-cumulus-tf-locks"
7+
}
8+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
prefix = "uds-sbx"
2+
ami_id = "ami-xxx"
3+
cumulus_lambda_vpc_id = "vpc-xxx"
4+
image_tag="9.6.0"
5+
subnet_ids = ["subnet-private-subnet-id-1", "subnet-private-subnet-id-2"]

0 commit comments

Comments
 (0)