Upgrade provider to version 7.0.1 (#3291)
* Upgrade provider to version 7.0.1 * Update READMEs * Bring back depends_on for services and jobs
This commit is contained in:
10
modules/cloud-config-container/bindplane/versions.tf
generated
10
modules/cloud-config-container/bindplane/versions.tf
generated
@@ -12,24 +12,24 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v42.1.0
|
||||
# Fabric release: v43.0.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
required_providers {
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = ">= 6.47.0, < 7.0.0" # tftest
|
||||
version = ">= 7.0.1, < 8.0.0" # tftest
|
||||
}
|
||||
google-beta = {
|
||||
source = "hashicorp/google-beta"
|
||||
version = ">= 6.47.0, < 7.0.0" # tftest
|
||||
version = ">= 7.0.1, < 8.0.0" # tftest
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v42.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v43.0.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v42.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v43.0.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,24 +12,24 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v42.1.0
|
||||
# Fabric release: v43.0.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
required_providers {
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = ">= 6.47.0, < 7.0.0" # tftest
|
||||
version = ">= 7.0.1, < 8.0.0" # tftest
|
||||
}
|
||||
google-beta = {
|
||||
source = "hashicorp/google-beta"
|
||||
version = ">= 6.47.0, < 7.0.0" # tftest
|
||||
version = ">= 7.0.1, < 8.0.0" # tftest
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v42.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v43.0.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v42.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-config-container/bindplane:v43.0.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user