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 39e52ed commit cbe8f89
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,6 @@ terraform {
required_version = ">= 0.11.6"
}

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

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

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

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

module "tls_private_key" {
source = "github.com/hashicorp-modules/tls-private-key"

Expand Down

0 comments on commit cbe8f89

Please sign in to comment.