File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
test/fixtures/workload_metadata_config Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 17
17
module "example" {
18
18
source = " ../../../examples/workload_metadata_config"
19
19
20
+ <<<<< << HEAD
20
21
<<<<<<< HEAD
21
22
<<<<<<< HEAD
22
23
=======
23
24
>>>>>>> 5258f89... Removing a few conflicting files.
25
+ =======
26
+ >>>>>>> ac1fff378a09a704fe4c1df018552c51a5773b9d
24
27
project_id = var.project_id
25
28
cluster_name_suffix = "-${ random_string . suffix . result } "
26
29
region = var.region
@@ -30,6 +33,7 @@ module "example" {
30
33
ip_range_pods = google_compute_subnetwork.main.secondary_ip_range[0].range_name
31
34
ip_range_services = google_compute_subnetwork.main.secondary_ip_range[1].range_name
32
35
<<<<<<< HEAD
36
+ <<<<<<< HEAD
33
37
=======
34
38
project_id = var.project_id
35
39
cluster_name_suffix = "-${ random_string . suffix . result } "
@@ -42,5 +46,7 @@ module "example" {
42
46
>>>>>>> d791335... Removed the custom test for create_service_account
43
47
=======
44
48
>>>>>>> 5258f89... Removing a few conflicting files.
49
+ =======
50
+ >>>>>>> ac1fff378a09a704fe4c1df018552c51a5773b9d
45
51
registry_project_id = var.registry_project_id
46
52
}
You can’t perform that action at this time.
0 commit comments