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 #405 from hashicorp/f-02-23-2022-schema-updates
02/23/2022 CloudFormation schema refresh
- Loading branch information
Showing
316 changed files
with
4,981 additions
and
1,679 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_datasync_location_fsx_lustre Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::DataSync::LocationFSxLustre | ||
--- | ||
|
||
# awscc_datasync_location_fsx_lustre (Data Source) | ||
|
||
Data Source schema for AWS::DataSync::LocationFSxLustre | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- **id** (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- **fsx_filesystem_arn** (String) The Amazon Resource Name (ARN) for the FSx for Lustre file system. | ||
- **location_arn** (String) The Amazon Resource Name (ARN) of the Amazon FSx for Lustre file system location that is created. | ||
- **location_uri** (String) The URL of the FSx for Lustre location that was described. | ||
- **security_group_arns** (List of String) The ARNs of the security groups that are to use to configure the FSx for Lustre file system. | ||
- **subdirectory** (String) A subdirectory in the location's path. | ||
- **tags** (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags)) | ||
|
||
<a id="nestedatt--tags"></a> | ||
### Nested Schema for `tags` | ||
|
||
Read-Only: | ||
|
||
- **key** (String) The key for an AWS resource tag. | ||
- **value** (String) The value for an AWS resource tag. | ||
|
||
|
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_datasync_location_fsx_lustres Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Plural Data Source schema for AWS::DataSync::LocationFSxLustre | ||
--- | ||
|
||
# awscc_datasync_location_fsx_lustres (Data Source) | ||
|
||
Plural Data Source schema for AWS::DataSync::LocationFSxLustre | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Read-Only | ||
|
||
- **id** (String) Uniquely identifies the data source. | ||
- **ids** (Set of String) Set of Resource Identifiers. | ||
|
||
|
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,48 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_datasync_location_fsx_lustre Resource - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Resource schema for AWS::DataSync::LocationFSxLustre. | ||
--- | ||
|
||
# awscc_datasync_location_fsx_lustre (Resource) | ||
|
||
Resource schema for AWS::DataSync::LocationFSxLustre. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- **fsx_filesystem_arn** (String) The Amazon Resource Name (ARN) for the FSx for Lustre file system. | ||
- **security_group_arns** (List of String) The ARNs of the security groups that are to use to configure the FSx for Lustre file system. | ||
|
||
### Optional | ||
|
||
- **subdirectory** (String) A subdirectory in the location's path. | ||
- **tags** (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags)) | ||
|
||
### Read-Only | ||
|
||
- **id** (String) Uniquely identifies the resource. | ||
- **location_arn** (String) The Amazon Resource Name (ARN) of the Amazon FSx for Lustre file system location that is created. | ||
- **location_uri** (String) The URL of the FSx for Lustre location that was described. | ||
|
||
<a id="nestedatt--tags"></a> | ||
### Nested Schema for `tags` | ||
|
||
Optional: | ||
|
||
- **key** (String) The key for an AWS resource tag. | ||
- **value** (String) The value for an AWS resource tag. | ||
|
||
## Import | ||
|
||
Import is supported using the following syntax: | ||
|
||
```shell | ||
$ terraform import awscc_datasync_location_fsx_lustre.example <resource ID> | ||
``` |
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
1 change: 1 addition & 0 deletions
1
examples/resources/awscc_datasync_location_fsx_lustre/import.sh
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 @@ | ||
$ terraform import awscc_datasync_location_fsx_lustre.example <resource ID> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.