Added new attributes Apigee organization and bumped up providers version (#2243)

This commit is contained in:
apichick
2024-04-28 17:31:42 +02:00
committed by GitHub
parent a95e681f05
commit ab174274de
90 changed files with 231 additions and 212 deletions

View File

@@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.24.0, < 6.0.0" # tftest
version = ">= 5.26.0, < 6.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.24.0, < 6.0.0" # tftest
version = ">= 5.26.0, < 6.0.0" # tftest
}
}
}