update modules and examples for tf 0.13
This commit is contained in:
@@ -13,9 +13,10 @@ provider "google-beta" {
|
||||
}
|
||||
|
||||
terraform {
|
||||
# The modules used in this example have been updated with 0.12 syntax, which means the example is no longer
|
||||
# compatible with any versions below 0.12.
|
||||
required_version = ">= 0.12"
|
||||
# This module is now only being tested with Terraform 0.13.x. However, to make upgrading easier, we are setting
|
||||
# 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
|
||||
# forwards compatible with 0.13.x code.
|
||||
required_version = ">= 0.12.26"
|
||||
}
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user