Skip to content

Commit 367a9ba

Browse files
andieromerolaurenzlong
authored andcommitted
Add immutable flag to all extension.yamls with deployment location (#380)
1 parent 9e43c3c commit 367a9ba

File tree

9 files changed

+10
-0
lines changed

9 files changed

+10
-0
lines changed

auth-mailchimp-sync/extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ params:
8989
value: asia-northeast1
9090
default: us-central1
9191
required: true
92+
immutable: true
9293

9394
- param: MAILCHIMP_API_KEY
9495
type: string

delete-user-data/extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ params:
8787
value: asia-northeast1
8888
default: us-central1
8989
required: true
90+
immutable: true
9091

9192
- param: FIRESTORE_PATHS
9293
type: string

firestore-bigquery-export/extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ params:
8080
value: asia-northeast1
8181
default: us-central1
8282
required: true
83+
immutable: true
8384

8485
- param: COLLECTION_PATH
8586
type: string

firestore-counter/extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ params:
100100
value: asia-northeast1
101101
default: us-central1
102102
required: true
103+
immutable: true
103104

104105
- param: INTERNAL_STATE_PATH
105106
label: Document path for internal state

firestore-send-email/extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ params:
7878
value: asia-northeast1
7979
default: us-central1
8080
required: true
81+
immutable: true
8182

8283
- param: SMTP_CONNECTION_URI
8384
type: string

firestore-shorten-urls-bitly/extension.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ params:
7979
value: asia-northeast1
8080
default: us-central1
8181
required: true
82+
immutable: true
83+
8284
- param: BITLY_ACCESS_TOKEN
8385
label: Bitly access token
8486
description: >

firestore-translate-text/extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ params:
9494
validationErrorMessage:
9595
Languages must be a comma-separated list of ISO-639-1 language codes.
9696
required: true
97+
immutable: true
9798

9899
- param: COLLECTION_PATH
99100
label: Collection path

rtdb-limit-child-nodes/extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ params:
7777
value: asia-northeast1
7878
default: us-central1
7979
required: true
80+
immutable: true
8081

8182
- param: NODE_PATH
8283
type: string

storage-resize-images/extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ params:
8787
value: asia-northeast1
8888
default: us-central1
8989
required: true
90+
immutable: true
9091

9192
- param: IMG_BUCKET
9293
type: string

0 commit comments

Comments
 (0)