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

@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -38,7 +38,7 @@ env:
TFTEST_COPY: 1
DEFAULT_TERRAFORM_FLAVOUR: terraform
DEFAULT_TERRAFORM_VERSION: ${{ inputs.terraform_version || '1.10.2' }}
DEFAULT_TOFU_VERSION: "1.8.0"
DEFAULT_TOFU_VERSION: "1.9.0"
jobs:
compute-matrix: