Skip to content

Commit fd9f2fb

Browse files
lcrisciantonbabenko
authored andcommitted
Downgraded require_version from 0.10.13 to 0.10.3 (terraform-aws-modules#48)
1 parent 3a32881 commit fd9f2fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Passing the IPs into the module is done by setting variable `external_nat_ip_ids
8484
Terraform version
8585
-----------------
8686

87-
Terraform version 0.10.13 or newer is required for this module to work.
87+
Terraform version 0.10.3 or newer is required for this module to work.
8888

8989
Examples
9090
--------

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 0.10.13" # introduction of Local Values configuration language feature
2+
required_version = ">= 0.10.3" # introduction of Local Values configuration language feature
33
}
44

55
######

0 commit comments

Comments
 (0)