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 d0d0b1f + 4b423b0 commit 328d3d9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@ terraform {
required_version = ">= 0.11.5"
}

provider "random" {
version = "~> 1.1"
}

provider "tls" {
version = "~> 1.1"
}

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

resource "random_id" "name" {
count = "${var.create ? 1 : 0}"

Expand Down

0 comments on commit 328d3d9

Please sign in to comment.