File tree 3 files changed +11
-12
lines changed
3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change
1
+ ```release-note:enhancement
2
+ firebase: marked `deletion_policy` as updatable without recreation on `google_firebase_android_app` and `google_firebase_apple_app`
3
+ ```
Original file line number Diff line number Diff line change @@ -70,15 +70,13 @@ The following arguments are supported:
70
70
(Optional)
71
71
The SHA256 certificate hashes for the AndroidApp.
72
72
73
- * ` deletion_policy ` -
74
- (Optional)
75
- (Optional) Set to ` ABANDON ` to allow the AndroidApp to be untracked from terraform state
76
- rather than deleted upon ` terraform destroy ` . This is useful because the AndroidApp may be
77
- serving traffic. Set to ` DELETE ` to delete the AndroidApp. Default to ` DELETE ` .
78
-
79
73
* ` project ` - (Optional) The ID of the project in which the resource belongs.
80
74
If it is not provided, the provider project is used.
81
75
76
+ * ` deletion_policy ` - (Optional) (Optional) Set to ` ABANDON ` to allow the AndroidApp to be untracked from terraform state
77
+ rather than deleted upon ` terraform destroy ` . This is useful because the AndroidApp may be
78
+ serving traffic. Set to ` DELETE ` to delete the AndroidApp. Defaults to ` DELETE ` .
79
+
82
80
83
81
## Attributes Reference
84
82
Original file line number Diff line number Diff line change @@ -80,15 +80,13 @@ The following arguments are supported:
80
80
(Optional)
81
81
The Apple Developer Team ID associated with the App in the App Store.
82
82
83
- * ` deletion_policy ` -
84
- (Optional)
85
- (Optional) Set to ` ABANDON ` to allow the AppleApp to be untracked from terraform state
86
- rather than deleted upon ` terraform destroy ` . This is useful because the AppleApp may be
87
- serving traffic. Set to ` DELETE ` to delete the AppleApp. Default to ` DELETE ` .
88
-
89
83
* ` project ` - (Optional) The ID of the project in which the resource belongs.
90
84
If it is not provided, the provider project is used.
91
85
86
+ * ` deletion_policy ` - (Optional) (Optional) Set to ` ABANDON ` to allow the Apple to be untracked from terraform state
87
+ rather than deleted upon ` terraform destroy ` . This is useful because the Apple may be
88
+ serving traffic. Set to ` DELETE ` to delete the Apple. Defaults to ` DELETE ` .
89
+
92
90
93
91
## Attributes Reference
94
92
You can’t perform that action at this time.
0 commit comments