mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-23 17:10:38 +00:00
feat: tf 0.14.11
This commit is contained in:
parent
8aeffe8905
commit
b2761c0faa
@ -1,3 +1,7 @@
|
||||
## 7.0-0.14.11 (2021-04-27)
|
||||
* Update embedded TF to `0.14.11`
|
||||
* Please refer to [Terraform v14 Migration Guide](https://www.terraform.io/upgrade-guides/0-14.html)
|
||||
|
||||
## 6.4-0.13.2 (2020-09-11)
|
||||
* Update embedded TF to `0.13.2`
|
||||
|
||||
|
@ -12,7 +12,7 @@ fi
|
||||
major=$(echo $tag | awk -F. '{print $1}')
|
||||
minor=$(echo $tag | awk -F. '{print $2}')
|
||||
|
||||
tf_ver="0.13.2"
|
||||
tf_ver="0.14.11"
|
||||
|
||||
echo "Confirm building images for:"
|
||||
echo " MAJOR: ${major}"
|
||||
|
Loading…
Reference in New Issue
Block a user