Skip to content

Commit 5fc4734

Browse files
Add Firebase AndroidApp Data Source (#6903) (#13186)
* Update api.yaml * Update api.yaml * Add a Datasource for Firebase AndroidApp * Add AndroidApp datasource * Add GA tags to data_source_google_firebase_android_app_test.go * Rename data_source_google_firebase_android_app_test.go to data_source_google_firebase_android_app_test.go.erb Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
1 parent 7fdea1d commit 5fc4734

4 files changed

+56
-0
lines changed

.changelog/6903.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-datasource
2+
`google_firebase_android_app`
3+
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package google
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package google
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
subcategory: "Firebase"
3+
page_title: "Google: google_firebase_android_app"
4+
description: |-
5+
A Google Cloud Firebase Android application instance
6+
---
7+
8+
# google\_firebase\_android\_app
9+
10+
A Google Cloud Firebase Android application instance
11+
12+
~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
13+
See [Provider Versions](https://terraform.io/docs/providers/google/guides/provider_versions.html) for more details on beta resources.
14+
15+
16+
## Argument Reference
17+
18+
The following arguments are supported:
19+
20+
21+
* `app_id` -
22+
(Required)
23+
The app_ip of name of the Firebase androidApp.
24+
25+
26+
- - -
27+
28+
29+
* `project` - (Optional) The ID of the project in which the resource belongs.
30+
If it is not provided, the provider project is used.
31+
32+
33+
## Attributes Reference
34+
35+
In addition to the arguments listed above, the following computed attributes are exported:
36+
37+
* `id` - an identifier for the resource with format `{{name}}`
38+
39+
* `name` -
40+
The fully qualified resource name of the App, for example:
41+
projects/projectId/androidApps/appId
42+
43+
* `app_id` -
44+
Immutable. The globally unique, Firebase-assigned identifier of the App.
45+
This identifier should be treated as an opaque token, as the data format is not specified.
46+
47+
* `display_name` -
48+
The user-assigned display name of the App.
49+
50+
* `package_name` -
51+
The canonical package name of the Android app as would appear in the Google Play Developer Console.

0 commit comments

Comments
 (0)