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:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user