bum minimum required tf version

This commit is contained in:
Ludovico Magnocavallo
2020-06-29 07:55:02 +02:00
parent d3fe52ef3a
commit ea334cd2c9

View File

@@ -13,5 +13,5 @@
# limitations under the License.
terraform {
required_version = ">= 0.12"
required_version = ">= 0.12.6"
}