Skip to content

Commit

Permalink
Merge pull request #16 from hashicorp-modules/f-remove-provider
Browse files Browse the repository at this point in the history
Remove providers
  • Loading branch information
bensojona authored Jul 17, 2018
2 parents ff23866 + 5e7afb2 commit 91aea92
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ terraform {
required_version = ">= 0.11.6"
}

provider "aws" {
version = "~> 1.12"
}

provider "template" {
version = "~> 1.0"
}

module "consul_auto_join_instance_role" {
source = "github.com/hashicorp-modules/consul-auto-join-instance-role-aws"

Expand Down

0 comments on commit 91aea92

Please sign in to comment.