Skip to content

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 authored and bharathkkb committed Jan 21, 2022
1 parent f9b7ec3 commit 8ea9a16
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 @@ -112,6 +112,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 @@ -100,6 +100,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 @@ -100,6 +100,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 @@ -106,6 +106,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 @@ -106,6 +106,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 8ea9a16

Please sign in to comment.