diff --git a/docs/data-sources/application.md b/docs/data-sources/application.md new file mode 100644 index 00000000..542ae45b --- /dev/null +++ b/docs/data-sources/application.md @@ -0,0 +1,25 @@ +--- +# 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. +--- + +# juju_application (Data Source) + +A data source that represents a single Juju application deployment from a charm. + + + + +## 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.