Bump provider versions to v5.0.0 (#1724)
* bump provider versions to 5.0.0 * fix cloud run, logging and vpc-sc * Fix secret manager * fix gke nodepool * fix gke multitenant stage and blueprint * Moving alloydb module to experimental. * Add project to bare resources in examples * tfdoc * fix svpc blueprint test * Revert "fix svpc blueprint test" This reverts commit 14f02659098070136e64ead600580dd52c23c339. * Fix GKE peering project * Disable tests in alloydb module * Bring back secret ids in secret manager tests * Remove duplicate key * last push --------- Co-authored-by: Julio Castillo <jccb@google.com>
This commit is contained in:
committed by
GitHub
parent
88fb331280
commit
789328ff5a
@@ -1,4 +1,4 @@
|
||||
# Copyright 2022 Google LLC
|
||||
# Copyright 2023 Google LLC
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -33,7 +33,7 @@ values:
|
||||
filter: severity=DEBUG
|
||||
name: debug
|
||||
project: my-project
|
||||
unique_writer_identity: false
|
||||
unique_writer_identity: true
|
||||
module.project-host.google_logging_project_sink.sink["info"]:
|
||||
description: info (Terraform-managed).
|
||||
disabled: false
|
||||
@@ -41,7 +41,7 @@ values:
|
||||
filter: severity=INFO
|
||||
name: info
|
||||
project: my-project
|
||||
unique_writer_identity: false
|
||||
unique_writer_identity: true
|
||||
module.project-host.google_logging_project_sink.sink["notice"]:
|
||||
description: notice (Terraform-managed).
|
||||
disabled: false
|
||||
@@ -49,7 +49,7 @@ values:
|
||||
filter: severity=NOTICE
|
||||
name: notice
|
||||
project: my-project
|
||||
unique_writer_identity: false
|
||||
unique_writer_identity: true
|
||||
module.project-host.google_logging_project_sink.sink["warnings"]:
|
||||
description: warnings (Terraform-managed).
|
||||
destination: storage.googleapis.com/gcs_sink
|
||||
@@ -58,7 +58,7 @@ values:
|
||||
filter: severity=WARNING
|
||||
name: warnings
|
||||
project: my-project
|
||||
unique_writer_identity: false
|
||||
unique_writer_identity: true
|
||||
module.project-host.google_project.project[0]:
|
||||
auto_create_network: false
|
||||
billing_account: 123456-123456-123456
|
||||
|
||||
Reference in New Issue
Block a user