Skip to content

Commit

Permalink
Update terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 19, 2022
1 parent d961fe3 commit 82b2d7e
Show file tree
Hide file tree
Showing 29 changed files with 109 additions and 109 deletions.
4 changes: 2 additions & 2 deletions examples/tfengine/generated/devops/groups/main.tf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions examples/tfengine/generated/folder_foundation/audit/main.tf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/tfengine/generated/folder_foundation/groups/main.tf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/tfengine/generated/multi_envs/audit/main.tf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/tfengine/generated/multi_envs/devops/main.tf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions examples/tfengine/generated/multi_envs/groups/main.tf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/tfengine/generated/org_foundation/audit/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ resource "google_organization_iam_audit_config" "config" {

module "bigquery_export" {
source = "terraform-google-modules/log-export/google"
version = "~> 7.3.0"
version = "~> 7.4.0"

log_sink_name = "bigquery-audit-logs-sink"
destination_uri = module.bigquery_destination.destination_uri
Expand All @@ -82,7 +82,7 @@ module "bigquery_export" {

module "bigquery_destination" {
source = "terraform-google-modules/log-export/google//modules/bigquery"
version = "~> 7.3.0"
version = "~> 7.4.0"

dataset_name = "1yr_org_audit_logs"
project_id = module.project.project_id
Expand All @@ -93,7 +93,7 @@ module "bigquery_destination" {

module "storage_export" {
source = "terraform-google-modules/log-export/google"
version = "~> 7.3.0"
version = "~> 7.4.0"

log_sink_name = "storage-audit-logs-sink"
destination_uri = module.storage_destination.destination_uri
Expand All @@ -109,7 +109,7 @@ module "storage_export" {
// and set the actual expiry to be greater than this amount (7 years).
module "storage_destination" {
source = "terraform-google-modules/log-export/google//modules/storage"
version = "~> 7.3.0"
version = "~> 7.4.0"

storage_bucket_name = "7yr-org-audit-logs"
project_id = module.project.project_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module "project" {

module "example_network" {
source = "terraform-google-modules/network/google"
version = "~> 4.0.1"
version = "~> 4.1.0"

network_name = "example-network"
project_id = module.project.project_id
Expand All @@ -68,7 +68,7 @@ module "example_network" {

module "example_router" {
source = "terraform-google-modules/cloud-router/google"
version = "~> 1.2.0"
version = "~> 1.3.0"

name = "example-router"
project = module.project.project_id
Expand Down
6 changes: 3 additions & 3 deletions examples/tfengine/generated/org_foundation/groups/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ provider "google-beta" {

module "example_auditors_example_com" {
source = "terraform-google-modules/group/google"
version = "~> 0.3"
version = "~> 0.4"

id = "[email protected]"
customer_id = "c12345678"
Expand All @@ -52,7 +52,7 @@ module "example_auditors_example_com" {

module "example_cicd_viewers_example_com" {
source = "terraform-google-modules/group/google"
version = "~> 0.3"
version = "~> 0.4"

id = "[email protected]"
customer_id = "c12345678"
Expand All @@ -61,7 +61,7 @@ module "example_cicd_viewers_example_com" {

module "example_cicd_editors_example_com" {
source = "terraform-google-modules/group/google"
version = "~> 0.3"
version = "~> 0.4"

id = "[email protected]"
customer_id = "c12345678"
Expand Down
Loading

0 comments on commit 82b2d7e

Please sign in to comment.