From cba4340bdf4e2879672d87c6d351125b5ad7e2c2 Mon Sep 17 00:00:00 2001 From: shipperizer Date: Tue, 5 Nov 2024 14:21:58 +0000 Subject: [PATCH] docs: juju application data source --- docs/data-sources/application.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/data-sources/application.md diff --git a/docs/data-sources/application.md b/docs/data-sources/application.md new file mode 100644 index 00000000..413c34ff --- /dev/null +++ b/docs/data-sources/application.md @@ -0,0 +1,27 @@ +--- +# generated by https://github.com/hashicorp/terraform-plugin-docs +page_title: "juju_application Data Source - terraform-provider-juju" +subcategory: "" +description: |- + A data source that represents a single Juju application deployment from a charm. Deployment of bundles is not supported. +--- + +# juju_application (Data Source) + +A data source that represents a single Juju application deployment from a charm. Deployment of bundles is not supported. + + + + +## Schema + +### Required + +- `model` (String) The name of the model where the application is deployed. +- `name` (String) Name of the application deployment. + +### Read-Only + +- `id` (String) The ID of this resource. +- `trust` (Boolean) Trust of the application. +- `units` (Number) The number of application units deployed for the charm.