Skip to content

Commit

Permalink
Remove providers
Browse files Browse the repository at this point in the history
  • Loading branch information
bensojona committed Jul 17, 2018
1 parent ff23866 commit 5e7afb2
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 5e7afb2

Please sign in to comment.