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 18, 2024
1 parent 1638f31 commit a979d62
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/data-sources/application.md
Original file line number Diff line number Diff line change
@@ -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 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.

0 comments on commit a979d62

Please sign in to comment.