@@ -136,45 +136,45 @@ module "glb" {
136
136
}
137
137
138
138
module "cluster1_named_port_1" {
139
- source = " github.com/danisla/terraform-google-named-ports"
139
+ source = " github.com/danisla/terraform-google-named-ports"
140
140
instance_group = " ${ element (module. cluster1 . instance_groups , 0 )} "
141
- name = " http"
142
- port = " 30000"
141
+ name = " http"
142
+ port = " 30000"
143
143
}
144
144
145
145
module "cluster1_named_port_2" {
146
- source = " github.com/danisla/terraform-google-named-ports"
146
+ source = " github.com/danisla/terraform-google-named-ports"
147
147
instance_group = " ${ element (module. cluster1 . instance_groups , 1 )} "
148
- name = " http"
149
- port = " 30000"
148
+ name = " http"
149
+ port = " 30000"
150
150
}
151
151
152
152
module "cluster1_named_port_3" {
153
- source = " github.com/danisla/terraform-google-named-ports"
153
+ source = " github.com/danisla/terraform-google-named-ports"
154
154
instance_group = " ${ element (module. cluster1 . instance_groups , 2 )} "
155
- name = " http"
156
- port = " 30000"
155
+ name = " http"
156
+ port = " 30000"
157
157
}
158
158
159
159
module "cluster2_named_port_1" {
160
- source = " github.com/danisla/terraform-google-named-ports"
160
+ source = " github.com/danisla/terraform-google-named-ports"
161
161
instance_group = " ${ element (module. cluster2 . instance_groups , 0 )} "
162
- name = " http"
163
- port = " 30000"
162
+ name = " http"
163
+ port = " 30000"
164
164
}
165
165
166
166
module "cluster2_named_port_2" {
167
- source = " github.com/danisla/terraform-google-named-ports"
167
+ source = " github.com/danisla/terraform-google-named-ports"
168
168
instance_group = " ${ element (module. cluster2 . instance_groups , 1 )} "
169
- name = " http"
170
- port = " 30000"
169
+ name = " http"
170
+ port = " 30000"
171
171
}
172
172
173
173
module "cluster2_named_port_3" {
174
- source = " github.com/danisla/terraform-google-named-ports"
174
+ source = " github.com/danisla/terraform-google-named-ports"
175
175
instance_group = " ${ element (module. cluster2 . instance_groups , 2 )} "
176
- name = " http"
177
- port = " 30000"
176
+ name = " http"
177
+ port = " 30000"
178
178
}
179
179
180
180
output "cluster1-name" {
0 commit comments