Skip to content

Commit

Permalink
chore: Enable bastion in prod and staging environments
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Jul 4, 2024
1 parent ea71097 commit 3e2fca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion live/core-networking/configs/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ tags = {
# AWS settings

vpc_cidr_block = "10.0.0.0/16"
enable_bastion = false
enable_bastion = true
2 changes: 1 addition & 1 deletion live/core-networking/configs/staging.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ tags = {
# AWS settings

vpc_cidr_block = "10.0.0.0/16"
enable_bastion = false
enable_bastion = true

0 comments on commit 3e2fca8

Please sign in to comment.