Skip to content

Commit f42c9a2

Browse files
Add data source documentation for google_firebase_android_app_config (#8457) (#5954)
Signed-off-by: Modular Magician <[email protected]>
1 parent e6c742a commit f42c9a2

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

.changelog/8457.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
Documentation change only
3+
```
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
subcategory: "Firebase"
3+
description: |-
4+
A Google Cloud Firebase Android application configuration
5+
---
6+
7+
# google\_firebase\_android\_app\_config
8+
9+
A Google Cloud Firebase Android application configuration
10+
11+
~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
12+
See [Provider Versions](https://terraform.io/docs/providers/google/guides/provider_versions.html) for more details on beta resources.
13+
14+
To get more information about androidApp, see:
15+
16+
* [API documentation](https://firebase.google.com/docs/projects/api/reference/rest/v1beta1/projects.androidApps)
17+
* How-to Guides
18+
* [Official Documentation](https://firebase.google.com/)
19+
20+
21+
## Argument Reference
22+
The following arguments are supported:
23+
24+
* `app_id` - (Required) The id of the Firebase Android App.
25+
26+
- - -
27+
28+
* `project` - (Optional) The ID of the project in which the resource belongs. If it
29+
is not provided, the provider project is used.
30+
31+
## Attributes Reference
32+
33+
In addition to the arguments listed above, the following attributes are exported:
34+
35+
* `config_filename` -
36+
The filename that the configuration artifact for the AndroidApp is typically saved as.
37+
For example: google-services.json
38+
39+
* `config_file_contents` -
40+
The contents of the JSON configuration file.
41+
A base64-encoded string.

0 commit comments

Comments
 (0)