Browse Source

update terraform to 0.12.12

pull/104/head
Sebastian Domagała 6 years ago
parent
commit
cd1f80ab11
  1. 3
      CHANGELOG.md
  2. 2
      build-docker.sh

3
CHANGELOG.md

@ -1,3 +1,6 @@
## 6.1-0.12.12 (2019-10-22)
* Update embedded TF to `0.12.12`
## 6.1-0.12.11 (2019-10-18)
* Update embedded TF to `0.12.11`

2
build-docker.sh

@ -12,7 +12,7 @@ fi
major=$(echo $tag | awk -F. '{print $1}')
minor=$(echo $tag | awk -F. '{print $2}')
tf_ver="0.12.11"
tf_ver="0.12.12"
echo "Confirm building images for:"
echo " MAJOR: ${major}"

Loading…
Cancel
Save