Commit fd9f2fbd authored by Laurent Crisci's avatar Laurent Crisci Committed by Anton Babenko

Downgraded require_version from 0.10.13 to 0.10.3 (#48)

parent 3a32881a
...@@ -84,7 +84,7 @@ Passing the IPs into the module is done by setting variable `external_nat_ip_ids ...@@ -84,7 +84,7 @@ Passing the IPs into the module is done by setting variable `external_nat_ip_ids
Terraform version Terraform version
----------------- -----------------
Terraform version 0.10.13 or newer is required for this module to work. Terraform version 0.10.3 or newer is required for this module to work.
Examples Examples
-------- --------
......
terraform { terraform {
required_version = ">= 0.10.13" # introduction of Local Values configuration language feature required_version = ">= 0.10.3" # introduction of Local Values configuration language feature
} }
###### ######
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment