File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:bug
2+ firebase: fixed permadiff on the field `deletion_policy` of `google_firebase_apple_app`
3+ ```
Original file line number Diff line number Diff line change @@ -58,9 +58,10 @@ func resourceFirebaseAppleApp() *schema.Resource {
5858 Description : `The canonical bundle ID of the Apple app as it would appear in the Apple AppStore.` ,
5959 },
6060 "deletion_policy" : {
61- Type : schema .TypeString ,
62- Optional : true ,
63- ForceNew : true ,
61+ Type : schema .TypeString ,
62+ Optional : true ,
63+ ForceNew : true ,
64+ DiffSuppressFunc : emptyOrDefaultStringSuppress ("DELETE" ),
6465 Description : `(Optional) Set to 'ABANDON' to allow the AppleApp to be untracked from terraform state
6566rather than deleted upon 'terraform destroy'. This is useful because the AppleApp may be
6667serving traffic. Set to 'DELETE' to delete the AppleApp. Default to 'DELETE'.` ,
You can’t perform that action at this time.
0 commit comments