File tree Expand file tree Collapse file tree 6 files changed +2
-114
lines changed
google-beta/services/cloudrunv2 Expand file tree Collapse file tree 6 files changed +2
-114
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" {
136136 }
137137 }
138138 }
139-
140- lifecycle {
141- ignore_changes = [
142- launch_stage,
143- ]
144- }
145139}
146140
147141resource "google_cloud_run_v2_job_iam_member" "foo" {
@@ -167,12 +161,6 @@ resource "google_cloud_run_v2_job" "default" {
167161 }
168162 }
169163 }
170-
171- lifecycle {
172- ignore_changes = [
173- launch_stage,
174- ]
175- }
176164}
177165
178166data "google_iam_policy" "foo" {
@@ -213,12 +201,6 @@ resource "google_cloud_run_v2_job" "default" {
213201 }
214202 }
215203 }
216-
217- lifecycle {
218- ignore_changes = [
219- launch_stage,
220- ]
221- }
222204}
223205
224206data "google_iam_policy" "foo" {
@@ -246,12 +228,6 @@ resource "google_cloud_run_v2_job" "default" {
246228 }
247229 }
248230 }
249-
250- lifecycle {
251- ignore_changes = [
252- launch_stage,
253- ]
254- }
255231}
256232
257233resource "google_cloud_run_v2_job_iam_binding" "foo" {
@@ -277,12 +253,6 @@ resource "google_cloud_run_v2_job" "default" {
277253 }
278254 }
279255 }
280-
281- lifecycle {
282- ignore_changes = [
283- launch_stage,
284- ]
285- }
286256}
287257
288258resource "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" {
6868 }
6969 }
7070 }
71-
72- lifecycle {
73- ignore_changes = [
74- launch_stage,
75- ]
76- }
7771}
7872` , context )
7973}
@@ -196,12 +190,6 @@ resource "google_cloud_run_v2_job" "default" {
196190 }
197191 }
198192 }
199-
200- lifecycle {
201- ignore_changes = [
202- launch_stage,
203- ]
204- }
205193}
206194
207195data "google_project" "project" {
@@ -281,12 +269,6 @@ resource "google_cloud_run_v2_job" "default" {
281269 }
282270 }
283271 }
284-
285- lifecycle {
286- ignore_changes = [
287- launch_stage,
288- ]
289- }
290272}
291273
292274resource "google_vpc_access_connector" "connector" {
@@ -358,12 +340,6 @@ resource "google_cloud_run_v2_job" "default" {
358340 }
359341 }
360342 }
361-
362- lifecycle {
363- ignore_changes = [
364- launch_stage,
365- ]
366- }
367343}
368344` , context )
369345}
@@ -423,12 +399,6 @@ resource "google_cloud_run_v2_job" "default" {
423399 }
424400 }
425401
426- lifecycle {
427- ignore_changes = [
428- launch_stage,
429- ]
430- }
431-
432402 depends_on = [
433403 google_secret_manager_secret_version.secret-version-data,
434404 google_secret_manager_secret_iam_member.secret-access,
@@ -509,12 +479,6 @@ resource "google_cloud_run_v2_job" "default" {
509479 }
510480 }
511481 }
512-
513- lifecycle {
514- ignore_changes = [
515- launch_stage,
516- ]
517- }
518482}
519483` , context )
520484}
Original file line number Diff line number Diff line change @@ -532,12 +532,6 @@ resource "google_cloud_run_v2_service" "default" {
532532 }
533533 }
534534 }
535-
536- lifecycle {
537- ignore_changes = [
538- launch_stage,
539- ]
540- }
541535}
542536` , context )
543537}
Original file line number Diff line number Diff line change @@ -48,12 +48,6 @@ resource "google_cloud_run_v2_job" "default" {
4848 }
4949 }
5050 }
51-
52- lifecycle {
53- ignore_changes = [
54- launch_stage,
55- ]
56- }
5751}
5852```
5953<div class = " oics-button " style =" float : right ; margin : 0 0 -15px " >
@@ -135,12 +129,6 @@ resource "google_cloud_run_v2_job" "default" {
135129 }
136130 }
137131 }
138-
139- lifecycle {
140- ignore_changes = [
141- launch_stage,
142- ]
143- }
144132}
145133
146134data "google_project" "project" {
@@ -200,12 +188,6 @@ resource "google_cloud_run_v2_job" "default" {
200188 }
201189 }
202190 }
203-
204- lifecycle {
205- ignore_changes = [
206- launch_stage,
207- ]
208- }
209191}
210192
211193resource "google_vpc_access_connector" "connector" {
@@ -257,12 +239,6 @@ resource "google_cloud_run_v2_job" "default" {
257239 }
258240 }
259241 }
260-
261- lifecycle {
262- ignore_changes = [
263- launch_stage,
264- ]
265- }
266242}
267243```
268244<div class = " oics-button " style =" float : right ; margin : 0 0 -15px " >
@@ -302,12 +278,6 @@ resource "google_cloud_run_v2_job" "default" {
302278 }
303279 }
304280
305- lifecycle {
306- ignore_changes = [
307- launch_stage,
308- ]
309- }
310-
311281 depends_on = [
312282 google_secret_manager_secret_version.secret-version-data,
313283 google_secret_manager_secret_iam_member.secret-access,
@@ -368,12 +338,6 @@ resource "google_cloud_run_v2_job" "default" {
368338 }
369339 }
370340 }
371-
372- lifecycle {
373- ignore_changes = [
374- launch_stage,
375- ]
376- }
377341}
378342```
379343
Original file line number Diff line number Diff line change @@ -371,12 +371,6 @@ resource "google_cloud_run_v2_service" "default" {
371371 }
372372 }
373373 }
374-
375- lifecycle {
376- ignore_changes = [
377- launch_stage,
378- ]
379- }
380374}
381375```
382376
You can’t perform that action at this time.
0 commit comments