Skip to content

Commit

Permalink
Merge pull request #2 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 ed0c911 + 4ee8889 commit 5a00a2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ terraform {
required_version = ">= 0.11.5"
}

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

# https://www.consul.io/docs/agent/options.html#ports
resource "aws_security_group" "consul_client" {
count = "${var.create ? 1 : 0}"
Expand Down

0 comments on commit 5a00a2d

Please sign in to comment.