File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:none
2+ Documentation change only
3+ ```
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments