Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
update terraform to provision endpoints - change docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 6, 2023
1 parent 95d1dc7 commit a015d71
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion terraform/tfvars/ops.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ vpc_id = "vpc-0ddbb631fbaf122a8"
default_vpc_sg = "sg-0d09018c534f40b61"

# OPS subnet_ids
private_subnets = ["subnet-0c7ced80b933cab42","subnet-0317affbe0ae6d440"]
private_subnets = ["subnet-0c7ced80b933cab42","subnet-0317affbe0ae6d440"]

export REGION=us-west-2
export BUCKET=podaac-services-ops-terraform
5 changes: 4 additions & 1 deletion terraform/tfvars/sit.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ vpc_id = "vpc-04d8fc64e8ce5cca8"
default_vpc_sg = "sg-09e578df0adec589e"

#SIT subnet_ids
private_subnets = ["subnet-0d15606f25bd4047b","subnet-0adee3417fedb7f05"]
private_subnets = ["subnet-0d15606f25bd4047b","subnet-0adee3417fedb7f05"]

export REGION=us-west-2
export BUCKET=podaac-services-sit-terraform
5 changes: 4 additions & 1 deletion terraform/tfvars/uat.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ vpc_id = "vpc-0024e04279bbd855c"
default_vpc_sg = "sg-0a6324ed6a7bcf729"

# UAT subnet_ids
private_subnets = ["subnet-011ec668db7629352","subnet-040f539b1bd5d06eb"]
private_subnets = ["subnet-011ec668db7629352","subnet-040f539b1bd5d06eb"]

export REGION=us-west-2
export BUCKET=podaac-services-uat-terraform

0 comments on commit a015d71

Please sign in to comment.