Skip to content

Commit 273c102

Browse files
committed
removing aws provider from module
1 parent 363f863 commit 273c102

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/aws.tf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ terraform {
22
required_version = ">= 0.11.0"
33
}
44

5-
provider "aws" {
6-
alias = "demostack"
7-
region = var.region
8-
}
5+
96
//Getting the Domaing name
107
data "aws_route53_zone" "fdqn" {
118
zone_id = var.zone_id

0 commit comments

Comments
 (0)