File tree 5 files changed +2
-102
lines changed
google/services/cloudrunv2
5 files changed +2
-102
lines changed Original file line number Diff line number Diff line change
1
+ ```release-note:none
2
+ ```
Original file line number Diff line number Diff line change @@ -136,12 +136,6 @@ resource "google_cloud_run_v2_job" "default" {
136
136
}
137
137
}
138
138
}
139
-
140
- lifecycle {
141
- ignore_changes = [
142
- launch_stage,
143
- ]
144
- }
145
139
}
146
140
147
141
resource "google_cloud_run_v2_job_iam_member" "foo" {
@@ -167,12 +161,6 @@ resource "google_cloud_run_v2_job" "default" {
167
161
}
168
162
}
169
163
}
170
-
171
- lifecycle {
172
- ignore_changes = [
173
- launch_stage,
174
- ]
175
- }
176
164
}
177
165
178
166
data "google_iam_policy" "foo" {
@@ -213,12 +201,6 @@ resource "google_cloud_run_v2_job" "default" {
213
201
}
214
202
}
215
203
}
216
-
217
- lifecycle {
218
- ignore_changes = [
219
- launch_stage,
220
- ]
221
- }
222
204
}
223
205
224
206
data "google_iam_policy" "foo" {
@@ -246,12 +228,6 @@ resource "google_cloud_run_v2_job" "default" {
246
228
}
247
229
}
248
230
}
249
-
250
- lifecycle {
251
- ignore_changes = [
252
- launch_stage,
253
- ]
254
- }
255
231
}
256
232
257
233
resource "google_cloud_run_v2_job_iam_binding" "foo" {
@@ -277,12 +253,6 @@ resource "google_cloud_run_v2_job" "default" {
277
253
}
278
254
}
279
255
}
280
-
281
- lifecycle {
282
- ignore_changes = [
283
- launch_stage,
284
- ]
285
- }
286
256
}
287
257
288
258
resource "google_cloud_run_v2_job_iam_binding" "foo" {
Original file line number Diff line number Diff line change @@ -68,12 +68,6 @@ resource "google_cloud_run_v2_job" "default" {
68
68
}
69
69
}
70
70
}
71
-
72
- lifecycle {
73
- ignore_changes = [
74
- launch_stage,
75
- ]
76
- }
77
71
}
78
72
` , context )
79
73
}
@@ -196,12 +190,6 @@ resource "google_cloud_run_v2_job" "default" {
196
190
}
197
191
}
198
192
}
199
-
200
- lifecycle {
201
- ignore_changes = [
202
- launch_stage,
203
- ]
204
- }
205
193
}
206
194
207
195
data "google_project" "project" {
@@ -281,12 +269,6 @@ resource "google_cloud_run_v2_job" "default" {
281
269
}
282
270
}
283
271
}
284
-
285
- lifecycle {
286
- ignore_changes = [
287
- launch_stage,
288
- ]
289
- }
290
272
}
291
273
292
274
resource "google_vpc_access_connector" "connector" {
@@ -358,12 +340,6 @@ resource "google_cloud_run_v2_job" "default" {
358
340
}
359
341
}
360
342
}
361
-
362
- lifecycle {
363
- ignore_changes = [
364
- launch_stage,
365
- ]
366
- }
367
343
}
368
344
` , context )
369
345
}
@@ -423,12 +399,6 @@ resource "google_cloud_run_v2_job" "default" {
423
399
}
424
400
}
425
401
426
- lifecycle {
427
- ignore_changes = [
428
- launch_stage,
429
- ]
430
- }
431
-
432
402
depends_on = [
433
403
google_secret_manager_secret_version.secret-version-data,
434
404
google_secret_manager_secret_iam_member.secret-access,
Original file line number Diff line number Diff line change @@ -48,12 +48,6 @@ resource "google_cloud_run_v2_job" "default" {
48
48
}
49
49
}
50
50
}
51
-
52
- lifecycle {
53
- ignore_changes = [
54
- launch_stage,
55
- ]
56
- }
57
51
}
58
52
```
59
53
<div class = " oics-button " style =" float : right ; margin : 0 0 -15px " >
@@ -135,12 +129,6 @@ resource "google_cloud_run_v2_job" "default" {
135
129
}
136
130
}
137
131
}
138
-
139
- lifecycle {
140
- ignore_changes = [
141
- launch_stage,
142
- ]
143
- }
144
132
}
145
133
146
134
data "google_project" "project" {
@@ -200,12 +188,6 @@ resource "google_cloud_run_v2_job" "default" {
200
188
}
201
189
}
202
190
}
203
-
204
- lifecycle {
205
- ignore_changes = [
206
- launch_stage,
207
- ]
208
- }
209
191
}
210
192
211
193
resource "google_vpc_access_connector" "connector" {
@@ -257,12 +239,6 @@ resource "google_cloud_run_v2_job" "default" {
257
239
}
258
240
}
259
241
}
260
-
261
- lifecycle {
262
- ignore_changes = [
263
- launch_stage,
264
- ]
265
- }
266
242
}
267
243
```
268
244
<div class = " oics-button " style =" float : right ; margin : 0 0 -15px " >
@@ -302,12 +278,6 @@ resource "google_cloud_run_v2_job" "default" {
302
278
}
303
279
}
304
280
305
- lifecycle {
306
- ignore_changes = [
307
- launch_stage,
308
- ]
309
- }
310
-
311
281
depends_on = [
312
282
google_secret_manager_secret_version.secret-version-data,
313
283
google_secret_manager_secret_iam_member.secret-access,
@@ -368,12 +338,6 @@ resource "google_cloud_run_v2_job" "default" {
368
338
}
369
339
}
370
340
}
371
-
372
- lifecycle {
373
- ignore_changes = [
374
- launch_stage,
375
- ]
376
- }
377
341
}
378
342
```
379
343
Original file line number Diff line number Diff line change @@ -371,12 +371,6 @@ resource "google_cloud_run_v2_service" "default" {
371
371
}
372
372
}
373
373
}
374
-
375
- lifecycle {
376
- ignore_changes = [
377
- launch_stage,
378
- ]
379
- }
380
374
}
381
375
```
382
376
You can’t perform that action at this time.
0 commit comments