We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a32881 commit fd9f2fbCopy full SHA for fd9f2fb
README.md
@@ -84,7 +84,7 @@ Passing the IPs into the module is done by setting variable `external_nat_ip_ids
84
Terraform version
85
-----------------
86
87
-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.
88
89
Examples
90
--------
main.tf
@@ -1,5 +1,5 @@
1
terraform {
2
- required_version = ">= 0.10.13" # introduction of Local Values configuration language feature
+ required_version = ">= 0.10.3" # introduction of Local Values configuration language feature
3
}
4
5
######
0 commit comments