-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1638f31
commit a979d62
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |