Skip to content

Commit

Permalink
Route53 - removing hardcoded provider (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 authored Dec 1, 2021
1 parent f88be13 commit fd5473a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions terraform-modules/aws/route53/hosted-zone/main.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fd5473a

Please sign in to comment.