-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
examples/full-setup-tf-upgrade/subdirectory.versions.tf.off
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # if the VPC directory has been converted to TF 1.x (you'll note a file vpc/REGION/vpcN/versin.tf which says required version > 1.0 | ||
| # you will need to enable the variable valition experiment in TF 0.12. If your current directory is 0.13 or greater, do | ||
| # NOT include this file, as the exeriment start in 0.12.20 and ended in 0.13.0. See: | ||
| # | ||
| # * https://github.com/hashicorp/terraform/blob/v0.12/CHANGELOG.md | ||
| # * https://github.com/hashicorp/terraform/blob/v0.13/CHANGELOG.md | ||
| # | ||
| # add this file to $(git root)/includes.d/subdirectory.versions.tf | ||
| # link it with this statemtn in tf-run.data | ||
| # LINKTOP includes.d/subdirectory.versions.tf | ||
|
|
||
| # only >= 0.12.20 and < 0.13 | ||
| terraform { | ||
| experiments = [variable_validation] | ||
| } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters