Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Fixing terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
perriea committed Jan 25, 2018
1 parent c0a2c50 commit 91ad364
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
terraform {
required_version = "<= 0.10.8"

This comment has been minimized.

Copy link
@nenadilic84

nenadilic84 Jan 26, 2018

shouldn't this be required_version = ">= 0.10.8"
as according to the README.md it states:
"Note that you'll need Terraform v0.10 or newer to run this project."

This comment has been minimized.

Copy link
@perriea

perriea Jan 26, 2018

Author Contributor

Not because in the new version of Terraform (0.11.X), there are problems with the management of the external provider. The version must remain below 0.10.8.

For the sentence you quote: Note that you'll need Terraform v0.10 or newer to run this project..
It's a correction that I forgot to change ...

Can you do a PR to change that ?

Linked #2

}

0 comments on commit 91ad364

Please sign in to comment.