Skip to content

Commit

Permalink
removing aws provider from module
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyBarros committed Jul 27, 2020
1 parent 363f863 commit 273c102
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ terraform {
required_version = ">= 0.11.0"
}

provider "aws" {
alias = "demostack"
region = var.region
}

//Getting the Domaing name
data "aws_route53_zone" "fdqn" {
zone_id = var.zone_id
Expand Down

0 comments on commit 273c102

Please sign in to comment.