From 35a7be00e439a2e8008d070d4de22f5a4436d9d9 Mon Sep 17 00:00:00 2001 From: badass-techie Date: Thu, 11 Jan 2024 14:58:28 +0300 Subject: [PATCH] Remove deprecated terraform configuration --- terraform/4-nat.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/4-nat.tf b/terraform/4-nat.tf index 590956f..4528a56 100644 --- a/terraform/4-nat.tf +++ b/terraform/4-nat.tf @@ -1,6 +1,6 @@ # elastic ip for nat gateway resource "aws_eip" "eshoponsteroids-nat" { - vpc = true + } # nat gateway allows our private subnets to connect to the internet