Skip to content

Commit

Permalink
Merge pull request #4 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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 39e52ed + cbe8f89 commit d850211
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
@@ -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"

0 comments on commit d850211

Please sign in to comment.