Skip to content

Commit

Permalink
feature #1 - update subnets
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 16, 2022
1 parent 716c023 commit 9664c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/env/dev.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ENV = "dev"
aws_profile = "dev"
vpc_id = "vpc-0b1ae7a4fa0ec7d9d"
SUB_NET_01 = "subnet-05d245e39491bb3d2"
SUB_NET_02 = "subnet-06761316782230c98"
SUB_NET_01 = "subnet-06761316782230c98"
SUB_NET_02 = "subnet-052df03e273a7e04c"
SG_ID = "sg-026d83888df8aa77d"

0 comments on commit 9664c16

Please sign in to comment.