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:
Julio Castillo
2025-09-01 17:29:20 +02:00
committed by GitHub
parent 9a2337ceb9
commit d3f0dc984e
239 changed files with 1129 additions and 1119 deletions

View File

@@ -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/cloudsql-instance:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v43.0.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v42.1.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v43.0.0-tf"
}
}

View File

@@ -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/cloudsql-instance:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v43.0.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v42.1.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloudsql-instance:v43.0.0-tofu"
}
}