Skip to content

Commit 6b90fc5

Browse files
committed
Merge branch 'custom-gcr-project' of github.com:mmontan/terraform-google-kubernetes-engine into custom-gcr-project
2 parents 8916c06 + ac1fff3 commit 6b90fc5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/fixtures/workload_metadata_config/example.tf

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

20+
<<<<<<< HEAD
2021
<<<<<<< HEAD
2122
<<<<<<< HEAD
2223
=======
2324
>>>>>>> 5258f89... Removing a few conflicting files.
25+
=======
26+
>>>>>>> ac1fff378a09a704fe4c1df018552c51a5773b9d
2427
project_id = var.project_id
2528
cluster_name_suffix = "-${random_string.suffix.result}"
2629
region = var.region
@@ -30,6 +33,7 @@ module "example" {
3033
ip_range_pods = google_compute_subnetwork.main.secondary_ip_range[0].range_name
3134
ip_range_services = google_compute_subnetwork.main.secondary_ip_range[1].range_name
3235
<<<<<<< HEAD
36+
<<<<<<< HEAD
3337
=======
3438
project_id = var.project_id
3539
cluster_name_suffix = "-${random_string.suffix.result}"
@@ -42,5 +46,7 @@ module "example" {
4246
>>>>>>> d791335... Removed the custom test for create_service_account
4347
=======
4448
>>>>>>> 5258f89... Removing a few conflicting files.
49+
=======
50+
>>>>>>> ac1fff378a09a704fe4c1df018552c51a5773b9d
4551
registry_project_id = var.registry_project_id
4652
}

0 commit comments

Comments
 (0)