Add hierarchical namespace support to GCS module (#2712)

* Add hierarchical namespace support to GCS module

* remove empty iap block from inventories

* Fix tests

* Add new hns inventory

---------

Co-authored-by: Ludo <ludomagno@google.com>
This commit is contained in:
Julio Castillo
2024-11-18 12:41:49 +01:00
committed by GitHub
parent 9f7505d061
commit c60d152f4a
134 changed files with 289 additions and 268 deletions

View File

@@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.1.0, < 7.0.0" # tftest
version = ">= 6.11.2, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.1.0, < 7.0.0" # tftest
version = ">= 6.11.2, < 7.0.0" # tftest
}
}
}