We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82d77b commit 516fb35Copy full SHA for 516fb35
2 files changed
tf/core/vpc.tf
@@ -1,6 +1,6 @@
1
locals {
2
- enable_nat = true
3
- enable_onpremises_nat = true
+ enable_nat = false
+ enable_onpremises_nat = false
4
}
5
6
resource "aws_vpc" "main" {
tf/signage-app/prd.tf
@@ -1,5 +1,5 @@
- captioner_enabled = true
+ captioner_enabled = false
module "prd" {
source = "github.com/ruby-no-kai/signage-app//tf"
0 commit comments