Merge remote-tracking branch 'origin/master' into fast-dev
This commit is contained in:
@@ -45,7 +45,6 @@ values:
|
||||
name: providers/0-org-setup-providers.tf
|
||||
retention: []
|
||||
source: null
|
||||
source_md5hash: 2a0bbb00e4b7f1454a50ac7f26c23c05
|
||||
temporary_hold: null
|
||||
timeouts: null
|
||||
google_storage_bucket_object.providers["0-org-setup-ro"]:
|
||||
@@ -78,7 +77,6 @@ values:
|
||||
name: providers/0-org-setup-ro-providers.tf
|
||||
retention: []
|
||||
source: null
|
||||
source_md5hash: 2a0bbb00e4b7f1454a50ac7f26c23c05
|
||||
temporary_hold: null
|
||||
timeouts: null
|
||||
google_storage_bucket_object.providers["1-vpcsc"]:
|
||||
@@ -112,7 +110,6 @@ values:
|
||||
name: providers/1-vpcsc-providers.tf
|
||||
retention: []
|
||||
source: null
|
||||
source_md5hash: d2df90abc46524d941227a1dec12dd86
|
||||
temporary_hold: null
|
||||
timeouts: null
|
||||
google_storage_bucket_object.providers["2-networking"]:
|
||||
@@ -146,7 +143,6 @@ values:
|
||||
name: providers/2-networking-providers.tf
|
||||
retention: []
|
||||
source: null
|
||||
source_md5hash: a724885c3dcc9850116aca1ef4d4fc5a
|
||||
temporary_hold: null
|
||||
timeouts: null
|
||||
google_storage_bucket_object.providers["2-project-factory"]:
|
||||
@@ -180,7 +176,6 @@ values:
|
||||
name: providers/2-project-factory-providers.tf
|
||||
retention: []
|
||||
source: null
|
||||
source_md5hash: 165844578c46bc04c4581139c8b8b8d4
|
||||
temporary_hold: null
|
||||
timeouts: null
|
||||
google_storage_bucket_object.providers["2-security"]:
|
||||
@@ -214,7 +209,6 @@ values:
|
||||
name: providers/2-security-providers.tf
|
||||
retention: []
|
||||
source: null
|
||||
source_md5hash: 5969d3e40a61a42d849a81417a6a84eb
|
||||
temporary_hold: null
|
||||
timeouts: null
|
||||
google_storage_bucket_object.tfvars["globals"]:
|
||||
@@ -234,7 +228,6 @@ values:
|
||||
name: tfvars/0-globals.auto.tfvars.json
|
||||
retention: []
|
||||
source: null
|
||||
source_md5hash: cdbf79d3eff8bced040e5deccf39d765
|
||||
temporary_hold: null
|
||||
timeouts: null
|
||||
google_storage_bucket_object.tfvars["org-setup"]:
|
||||
@@ -271,7 +264,6 @@ values:
|
||||
name: versions/0-org-setup-version.txt
|
||||
retention: []
|
||||
source: fast_version.txt
|
||||
source_md5hash: bd0ef4e3857492f0215774bdcb2f3dc7
|
||||
temporary_hold: null
|
||||
timeouts: null
|
||||
google_storage_bucket_object.workflows["org-setup"]:
|
||||
@@ -385,7 +377,6 @@ values:
|
||||
name: workflows/org-setup.yaml
|
||||
retention: []
|
||||
source: null
|
||||
source_md5hash: e5dc153b195e936b1c81bc33db1935c7
|
||||
temporary_hold: null
|
||||
timeouts: null
|
||||
local_file.providers["0-org-setup"]:
|
||||
|
||||
@@ -16,7 +16,6 @@ values:
|
||||
module.cloud_run.google_cloud_run_v2_service.service[0]:
|
||||
iap_enabled: true
|
||||
invoker_iam_disabled: false
|
||||
launch_stage: BETA
|
||||
location: europe-west8
|
||||
name: example-hello
|
||||
project: project-id
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
# 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.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://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,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
values:
|
||||
module.log-bucket-0.google_logging_project_bucket_config.bucket[0]:
|
||||
bucket_id: audit-0
|
||||
location: global
|
||||
project: project-id
|
||||
retention_days: 30
|
||||
module.log-bucket-1.google_logging_project_bucket_config.bucket[0]:
|
||||
bucket_id: audit-1
|
||||
location: global
|
||||
project: project-id
|
||||
retention_days: 30
|
||||
module.org.google_logging_organization_sink.sink["audit-0"]:
|
||||
filter: severity=NOTICE
|
||||
include_children: true
|
||||
name: audit-0
|
||||
org_id: '1122334455'
|
||||
module.org.google_logging_organization_sink.sink["audit-1"]:
|
||||
filter: severity=WARNING
|
||||
include_children: true
|
||||
name: audit-1
|
||||
org_id: '1122334455'
|
||||
google_project_iam_member.log-bucket-writer:
|
||||
project: project-id
|
||||
role: roles/logging.bucketWriter
|
||||
condition:
|
||||
- title: log_bucket_writer
|
||||
|
||||
counts:
|
||||
google_logging_organization_sink: 2
|
||||
google_logging_project_bucket_config: 2
|
||||
google_project_iam_member: 1
|
||||
modules: 3
|
||||
resources: 5
|
||||
Reference in New Issue
Block a user