generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #352 from hashicorp/f-01-12-2022-schema-updates
01/12/2022 CloudFormation schema updates
- Loading branch information
Showing
203 changed files
with
21,233 additions
and
1,796 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
28 changes: 28 additions & 0 deletions
28
docs/data-sources/appstream_application_entitlement_association.md
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,28 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_appstream_application_entitlement_association Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::AppStream::ApplicationEntitlementAssociation | ||
--- | ||
|
||
# awscc_appstream_application_entitlement_association (Data Source) | ||
|
||
Data Source schema for AWS::AppStream::ApplicationEntitlementAssociation | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- **id** (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- **application_identifier** (String) | ||
- **entitlement_name** (String) | ||
- **stack_name** (String) | ||
|
||
|
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,40 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_appstream_entitlement Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::AppStream::Entitlement | ||
--- | ||
|
||
# awscc_appstream_entitlement (Data Source) | ||
|
||
Data Source schema for AWS::AppStream::Entitlement | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- **id** (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- **app_visibility** (String) | ||
- **attributes** (Attributes Set) (see [below for nested schema](#nestedatt--attributes)) | ||
- **created_time** (String) | ||
- **description** (String) | ||
- **last_modified_time** (String) | ||
- **name** (String) | ||
- **stack_name** (String) | ||
|
||
<a id="nestedatt--attributes"></a> | ||
### Nested Schema for `attributes` | ||
|
||
Read-Only: | ||
|
||
- **name** (String) | ||
- **value** (String) | ||
|
||
|
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,30 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_ec2_host Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::EC2::Host | ||
--- | ||
|
||
# awscc_ec2_host (Data Source) | ||
|
||
Data Source schema for AWS::EC2::Host | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- **id** (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- **auto_placement** (String) Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID. | ||
- **availability_zone** (String) The Availability Zone in which to allocate the Dedicated Host. | ||
- **host_id** (String) Id of the host created. | ||
- **host_recovery** (String) Indicates whether to enable or disable host recovery for the Dedicated Host. Host recovery is disabled by default. | ||
- **instance_type** (String) Specifies the instance type to be supported by the Dedicated Hosts. If you specify an instance type, the Dedicated Hosts support instances of the specified instance type only. | ||
|
||
|
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,23 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_ec2_hosts Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Plural Data Source schema for AWS::EC2::Host | ||
--- | ||
|
||
# awscc_ec2_hosts (Data Source) | ||
|
||
Plural Data Source schema for AWS::EC2::Host | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Read-Only | ||
|
||
- **id** (String) Uniquely identifies the data source. | ||
- **ids** (Set of String) Set of Resource Identifiers. | ||
|
||
|
Oops, something went wrong.