Refactor compute-vm for Terraform 1.3 (#860)

* refactor compute-vm for Terraform 1.3

* bump Terraform version in CI tests config

* fix optional null handling (ht jccb)

* tfdoc

* update blueprints

* align fast

* align README examples
This commit is contained in:
Ludovico Magnocavallo
2022-10-07 10:53:53 +02:00
committed by GitHub
parent 8c88517199
commit e66340c4db
17 changed files with 104 additions and 360 deletions

View File

@@ -30,7 +30,7 @@ env:
PYTEST_ADDOPTS: "--color=yes"
PYTHON_VERSION: "3.10"
TF_PLUGIN_CACHE_DIR: "/home/runner/.terraform.d/plugin-cache"
TF_VERSION: 1.3.0
TF_VERSION: 1.3.2
jobs:
doc-examples: