From 9b6dc3f6584d65d6b7f8692a662edb31e06807e8 Mon Sep 17 00:00:00 2001 From: The Magician Date: Mon, 1 May 2023 17:40:11 -0700 Subject: [PATCH] Make bundle_id required and immutable for Firebase AppleApp. (#7849) (#14469) Signed-off-by: Modular Magician --- .changelog/7849.txt | 3 +++ website/docs/r/firebase_apple_app.html.markdown | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 .changelog/7849.txt diff --git a/.changelog/7849.txt b/.changelog/7849.txt new file mode 100644 index 00000000000..b38d4df0853 --- /dev/null +++ b/.changelog/7849.txt @@ -0,0 +1,3 @@ +```release-note:bug +firebase: specified required argument `bundle_id` in `google_firebase_apple_app` +``` diff --git a/website/docs/r/firebase_apple_app.html.markdown b/website/docs/r/firebase_apple_app.html.markdown index b1d5c65a86e..41395cab219 100644 --- a/website/docs/r/firebase_apple_app.html.markdown +++ b/website/docs/r/firebase_apple_app.html.markdown @@ -64,13 +64,13 @@ The following arguments are supported: (Required) The user-assigned display name of the App. +* `bundle_id` - + (Required) + The canonical bundle ID of the Apple app as it would appear in the Apple AppStore. -- - - +- - - -* `bundle_id` - - (Optional) - The canonical bundle ID of the Apple app as it would appear in the Apple AppStore. * `app_store_id` - (Optional)