From fd5473a7573084a5cb898a7c2383cb4e8571e84c Mon Sep 17 00:00:00 2001 From: Garland Kan Date: Wed, 1 Dec 2021 08:16:02 -0800 Subject: [PATCH] Route53 - removing hardcoded provider (#219) --- terraform-modules/aws/route53/hosted-zone/main.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/terraform-modules/aws/route53/hosted-zone/main.tf b/terraform-modules/aws/route53/hosted-zone/main.tf index 9c187dc5b..bfc40e90f 100644 --- a/terraform-modules/aws/route53/hosted-zone/main.tf +++ b/terraform-modules/aws/route53/hosted-zone/main.tf @@ -1,7 +1,3 @@ -provider "aws" { - region = "us-east-1" -} - resource "aws_kms_key" "this" { customer_master_key_spec = "ECC_NIST_P256" deletion_window_in_days = 7