Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Temporarily applies an empty source_tags setting.
Browse files Browse the repository at this point in the history
* this should be removed once hashicorp/terraform-provider-google#10494 is addressed
  • Loading branch information
jackwhelpton committed Dec 1, 2021
1 parent 2d41101 commit 019182a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions autogen/main/firewall.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ resource "google_compute_firewall" "master_webhooks" {
direction = "INGRESS"

source_ranges = [local.cluster_endpoint_for_nodes]
source_tags = [""]
target_tags = [local.cluster_network_tag]

allow {
Expand Down
1 change: 1 addition & 0 deletions firewall.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ resource "google_compute_firewall" "master_webhooks" {
direction = "INGRESS"

source_ranges = [local.cluster_endpoint_for_nodes]
source_tags = [""]
target_tags = [local.cluster_network_tag]

allow {
Expand Down
1 change: 1 addition & 0 deletions modules/beta-private-cluster-update-variant/firewall.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ resource "google_compute_firewall" "master_webhooks" {
direction = "INGRESS"

source_ranges = [local.cluster_endpoint_for_nodes]
source_tags = [""]
target_tags = [local.cluster_network_tag]

allow {
Expand Down
1 change: 1 addition & 0 deletions modules/beta-private-cluster/firewall.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ resource "google_compute_firewall" "master_webhooks" {
direction = "INGRESS"

source_ranges = [local.cluster_endpoint_for_nodes]
source_tags = [""]
target_tags = [local.cluster_network_tag]

allow {
Expand Down
1 change: 1 addition & 0 deletions modules/beta-public-cluster-update-variant/firewall.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ resource "google_compute_firewall" "master_webhooks" {
direction = "INGRESS"

source_ranges = [local.cluster_endpoint_for_nodes]
source_tags = [""]
target_tags = [local.cluster_network_tag]

allow {
Expand Down
1 change: 1 addition & 0 deletions modules/beta-public-cluster/firewall.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ resource "google_compute_firewall" "master_webhooks" {
direction = "INGRESS"

source_ranges = [local.cluster_endpoint_for_nodes]
source_tags = [""]
target_tags = [local.cluster_network_tag]

allow {
Expand Down
1 change: 1 addition & 0 deletions modules/private-cluster-update-variant/firewall.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ resource "google_compute_firewall" "master_webhooks" {
direction = "INGRESS"

source_ranges = [local.cluster_endpoint_for_nodes]
source_tags = [""]
target_tags = [local.cluster_network_tag]

allow {
Expand Down
1 change: 1 addition & 0 deletions modules/private-cluster/firewall.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ resource "google_compute_firewall" "master_webhooks" {
direction = "INGRESS"

source_ranges = [local.cluster_endpoint_for_nodes]
source_tags = [""]
target_tags = [local.cluster_network_tag]

allow {
Expand Down

0 comments on commit 019182a

Please sign in to comment.