Skip to content

Commit

Permalink
docs: juju application data source
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Nov 15, 2024
1 parent 4070c85 commit cba4340
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/data-sources/application.md
Original file line number Diff line number Diff line change
@@ -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 generated by tfplugindocs -->
## 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.

0 comments on commit cba4340

Please sign in to comment.