Bump GCP provider version to 7.33.0 (#4004)
* Bump provider version * Fix inventories * Ignore certificates in inventories * Add header to cloud run recipe * Optimize file copy for example-based tests * Remove local references
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Copyright 2025 Google LLC
|
||||
# Copyright 2026 Google LLC
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
# https://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
@@ -38,6 +38,7 @@ values:
|
||||
available_memory_mb: 256
|
||||
build_environment_variables: null
|
||||
build_worker_pool: null
|
||||
deletion_policy: DELETE
|
||||
description: Terraform managed.
|
||||
docker_registry: ARTIFACT_REGISTRY
|
||||
docker_repository: null
|
||||
@@ -80,6 +81,7 @@ values:
|
||||
module.cf-http.google_service_account.service_account[0]:
|
||||
account_id: test-cf-http
|
||||
create_ignore_already_exists: null
|
||||
deletion_policy: DELETE
|
||||
description: null
|
||||
disabled: false
|
||||
display_name: test-cf-http
|
||||
@@ -93,8 +95,9 @@ values:
|
||||
content_disposition: null
|
||||
content_encoding: null
|
||||
content_language: null
|
||||
contexts: []
|
||||
customer_encryption: []
|
||||
deletion_policy: null
|
||||
deletion_policy: DELETE
|
||||
detect_md5hash: null
|
||||
event_based_hold: null
|
||||
force_empty_content_type: null
|
||||
@@ -110,6 +113,7 @@ counts:
|
||||
google_project_iam_member: 4
|
||||
google_service_account: 1
|
||||
google_storage_bucket_object: 1
|
||||
|
||||
modules: 1
|
||||
resources: 8
|
||||
|
||||
outputs: {}
|
||||
|
||||
Reference in New Issue
Block a user