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 Dec 10, 2024
1 parent 063ae34 commit 952bffb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/data-sources/application.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
# 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.

0 comments on commit 952bffb

Please sign in to comment.