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:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user