Skip to content

Commit 5258f89

Browse files
committed
Removing a few conflicting files.
1 parent f1be84b commit 5258f89

File tree

3 files changed

+8
-20
lines changed

3 files changed

+8
-20
lines changed

test/fixtures/shared/terraform.tfvars

Lines changed: 0 additions & 6 deletions
This file was deleted.

test/fixtures/shared/terraform.tfvars.sample

Lines changed: 0 additions & 6 deletions
This file was deleted.

test/fixtures/workload_metadata_config/example.tf

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
module "example" {
1818
source = "../../../examples/workload_metadata_config"
1919

20-
project_id = var.project_id
21-
cluster_name_suffix = "-${random_string.suffix.result}"
22-
region = var.region
23-
zones = slice(var.zones, 0, 1)
24-
network = google_compute_network.main.name
25-
subnetwork = google_compute_subnetwork.main.name
26-
ip_range_pods = google_compute_subnetwork.main.secondary_ip_range[0].range_name
27-
ip_range_services = google_compute_subnetwork.main.secondary_ip_range[1].range_name
20+
project_id = var.project_id
21+
cluster_name_suffix = "-${random_string.suffix.result}"
22+
region = var.region
23+
zones = slice(var.zones, 0, 1)
24+
network = google_compute_network.main.name
25+
subnetwork = google_compute_subnetwork.main.name
26+
ip_range_pods = google_compute_subnetwork.main.secondary_ip_range[0].range_name
27+
ip_range_services = google_compute_subnetwork.main.secondary_ip_range[1].range_name
2828
registry_project_id = var.registry_project_id
2929
}

0 commit comments

Comments
 (0)