Prep release 40.1.0

This commit is contained in:
Julio Castillo
2025-05-21 16:20:42 +02:00
parent 743f771adb
commit 1eeaf21b14
219 changed files with 651 additions and 630 deletions

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v40.0.0
# Fabric release: 40.1.0
terraform {
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:v40.0.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:40.1.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:v40.0.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/folder:40.1.0-tofu"
}
}