Skip to content

Commit

Permalink
Update Terraform terraform-google-modules/cloud-storage/google to ~> …
Browse files Browse the repository at this point in the history
…1.7.0 (#589)
  • Loading branch information
renovate-bot authored Sep 17, 2020
1 parent 00709e1 commit 8a90133
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

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

2 changes: 1 addition & 1 deletion examples/tfengine/generated/org_foundation/audit/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ resource "google_logging_organization_sink" "storage_audit_logs_sink" {

module "storage_destination" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "~> 1.6.0"
version = "~> 1.7.0"

name = "7yr-org-audit-logs"
project_id = module.project.project_id
Expand Down
2 changes: 1 addition & 1 deletion templates/tfengine/components/audit/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ resource "google_logging_{{.parent_type}}_sink" "storage_audit_logs_sink" {

module "storage_destination" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "~> 1.6.0"
version = "~> 1.7.0"

name = "{{.logs_storage_bucket.name}}"
project_id = module.project.project_id
Expand Down

0 comments on commit 8a90133

Please sign in to comment.