Add bucket_create to modules/gcs (#2827)

* Add `bucket_create` to `modules/gcs`

* Create local with bucket name

* Update variable description

* Fix bucket output

* Fix tests

* Fix tests

* Bump OpenTofu to 1.9.0 (needed for multi-var validations)
This commit is contained in:
Julio Castillo
2025-01-21 23:48:36 +01:00
committed by GitHub
parent bb1325403e
commit 8a2320311d
124 changed files with 358 additions and 200 deletions

View File

@@ -15,7 +15,7 @@
# Fabric release: v36.1.0
terraform {
required_version = ">= 1.8.0"
required_version = ">= 1.9.0"
required_providers {
google = {
source = "hashicorp/google"