Skip to content

Commit

Permalink
chore(deps): update terraform (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 5, 2021
1 parent a626960 commit d225d2b
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 57 deletions.

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.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module "project" {

module "example_network" {
source = "terraform-google-modules/network/google"
version = "~> 2.6.0"
version = "~> 3.0.0"

network_name = "example-network"
project_id = module.project.project_id
Expand Down
28 changes: 14 additions & 14 deletions examples/tfengine/generated/org_foundation/org_policies/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform {
# App Engine
module "orgpolicy_appengine_disable_code_download" {
source = "terraform-google-modules/org-policy/google"
version = "~> 3.0.2"
version = "~> 4.0.0"

policy_for = "organization"
organization_id = "12345678"
Expand All @@ -44,7 +44,7 @@ module "orgpolicy_appengine_disable_code_download" {
# Cloud SQL
module "orgpolicy_sql_restrict_authorized_networks" {
source = "terraform-google-modules/org-policy/google"
version = "~> 3.0.2"
version = "~> 4.0.0"

policy_for = "organization"
organization_id = "12345678"
Expand All @@ -56,7 +56,7 @@ module "orgpolicy_sql_restrict_authorized_networks" {

module "orgpolicy_sql_restrict_public_ip" {
source = "terraform-google-modules/org-policy/google"
version = "~> 3.0.2"
version = "~> 4.0.0"

policy_for = "organization"
organization_id = "12345678"
Expand All @@ -69,7 +69,7 @@ module "orgpolicy_sql_restrict_public_ip" {
# Compute Engine
module "orgpolicy_compute_disable_nested_virtualization" {
source = "terraform-google-modules/org-policy/google"
version = "~> 3.0.2"
version = "~> 4.0.0"

policy_for = "organization"
organization_id = "12345678"
Expand All @@ -81,7 +81,7 @@ module "orgpolicy_compute_disable_nested_virtualization" {

module "orgpolicy_compute_disable_serial_port_access" {
source = "terraform-google-modules/org-policy/google"
version = "~> 3.0.2"
version = "~> 4.0.0"

policy_for = "organization"
organization_id = "12345678"
Expand All @@ -93,7 +93,7 @@ module "orgpolicy_compute_disable_serial_port_access" {

module "orgpolicy_compute_skip_default_network_creation" {
source = "terraform-google-modules/org-policy/google"
version = "~> 3.0.2"
version = "~> 4.0.0"

policy_for = "organization"
organization_id = "12345678"
Expand All @@ -105,7 +105,7 @@ module "orgpolicy_compute_skip_default_network_creation" {

module "orgpolicy_compute_vm_external_ip_access" {
source = "terraform-google-modules/org-policy/google"
version = "~> 3.0.2"
version = "~> 4.0.0"

policy_for = "organization"
organization_id = "12345678"
Expand All @@ -118,7 +118,7 @@ module "orgpolicy_compute_vm_external_ip_access" {

module "orgpolicy_compute_restrict_xpn_project_lien_removal" {
source = "terraform-google-modules/org-policy/google"
version = "~> 3.0.2"
version = "~> 4.0.0"

policy_for = "organization"
organization_id = "12345678"
Expand All @@ -131,7 +131,7 @@ module "orgpolicy_compute_restrict_xpn_project_lien_removal" {
# Cloud Identity and Access Management
module "orgpolicy_iam_allowed_policy_member_domains" {
source = "terraform-google-modules/org-policy/google"
version = "~> 3.0.2"
version = "~> 4.0.0"

policy_for = "organization"
organization_id = "12345678"
Expand All @@ -145,7 +145,7 @@ module "orgpolicy_iam_allowed_policy_member_domains" {
# https://medium.com/@jryancanty/stop-downloading-google-cloud-service-account-keys-1811d44a97d9
module "orgpolicy_disable_service_account_key_creation" {
source = "terraform-google-modules/org-policy/google"
version = "~> 3.0.2"
version = "~> 4.0.0"

policy_for = "organization"
organization_id = "12345678"
Expand All @@ -157,7 +157,7 @@ module "orgpolicy_disable_service_account_key_creation" {

module "orgpolicy_disable_service_account_key_upload" {
source = "terraform-google-modules/org-policy/google"
version = "~> 3.0.2"
version = "~> 4.0.0"

policy_for = "organization"
organization_id = "12345678"
Expand All @@ -169,7 +169,7 @@ module "orgpolicy_disable_service_account_key_upload" {

module "orgpolicy_disable_automatic_iam_grants_for_default_service_accounts" {
source = "terraform-google-modules/org-policy/google"
version = "~> 3.0.2"
version = "~> 4.0.0"

policy_for = "organization"
organization_id = "12345678"
Expand All @@ -182,7 +182,7 @@ module "orgpolicy_disable_automatic_iam_grants_for_default_service_accounts" {
# Google Cloud Platform - Resource Locations
module "orgpolicy_gcp_resource_locations" {
source = "terraform-google-modules/org-policy/google"
version = "~> 3.0.2"
version = "~> 4.0.0"

policy_for = "organization"
organization_id = "12345678"
Expand All @@ -196,7 +196,7 @@ module "orgpolicy_gcp_resource_locations" {
# Cloud Storage
module "orgpolicy_storage_uniform_bucket_level_access" {
source = "terraform-google-modules/org-policy/google"
version = "~> 3.0.2"
version = "~> 4.0.0"

policy_for = "organization"
organization_id = "12345678"
Expand Down
34 changes: 17 additions & 17 deletions examples/tfengine/generated/org_policies/org_policies/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/team/example-prod-apps/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ resource "google_binary_authorization_policy" "policy" {

module "example_instance_template" {
source = "terraform-google-modules/vm/google//modules/instance_template"
version = "~> 5.1.0"
version = "~> 6.0.0"

name_prefix = "example-instance-template"
project_id = module.project.project_id
Expand Down Expand Up @@ -143,7 +143,7 @@ module "example_instance_template" {

module "instance" {
source = "terraform-google-modules/vm/google//modules/compute_instance"
version = "~> 5.1.0"
version = "~> 6.0.0"

hostname = "instance"
instance_template = module.example_instance_template.self_link
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ EOF

module "example_network" {
source = "terraform-google-modules/network/google"
version = "~> 2.6.0"
version = "~> 3.0.0"

network_name = "example-network"
project_id = module.project.project_id
Expand Down
Loading

0 comments on commit d225d2b

Please sign in to comment.