-
Notifications
You must be signed in to change notification settings - Fork 2
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
ca2827d
commit 4061c75
Showing
5 changed files
with
61 additions
and
38 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
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
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
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,41 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "aem_instance Resource - terraform-provider-aem" | ||
subcategory: "" | ||
description: |- | ||
AEM Instance resource | ||
--- | ||
|
||
# aem_instance (Resource) | ||
|
||
AEM Instance resource | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `client` (Block, Optional) (see [below for nested schema](#nestedblock--client)) | ||
- `compose` (Block, Optional) (see [below for nested schema](#nestedblock--compose)) | ||
|
||
<a id="nestedblock--client"></a> | ||
### Nested Schema for `client` | ||
|
||
Required: | ||
|
||
- `settings` (Map of String) Settings for the connection type | ||
- `type` (String) Type of connection to use to connect to the machine on which AEM instance will be running | ||
|
||
|
||
<a id="nestedblock--compose"></a> | ||
### Nested Schema for `compose` | ||
|
||
Optional: | ||
|
||
- `config_file` (String) Local path to the AEM configuration file | ||
- `data_dir` (String) Remote path in which AEM Compose data will be stored | ||
- `instance_id` (String) ID of the AEM instance to use (one of the instances defined in the configuration file) | ||
- `lib_dir` (String) Local path to directory from which AEM library files will be copied to the remote AEM machine | ||
- `version` (String) Version of AEM Compose tool to use on remote AEM machine |
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