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 #2116 from hashicorp/f-2024-11-26-schema-updates
11-26-2024 Schema Updates
- Loading branch information
Showing
88 changed files
with
10,351 additions
and
936 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
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: "awscc_cognito_managed_login_branding Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::Cognito::ManagedLoginBranding | ||
--- | ||
|
||
# awscc_cognito_managed_login_branding (Data Source) | ||
|
||
Data Source schema for AWS::Cognito::ManagedLoginBranding | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `assets` (Attributes List) (see [below for nested schema](#nestedatt--assets)) | ||
- `client_id` (String) | ||
- `managed_login_branding_id` (String) | ||
- `return_merged_resources` (Boolean) | ||
- `settings` (String) | ||
- `use_cognito_provided_values` (Boolean) | ||
- `user_pool_id` (String) | ||
|
||
<a id="nestedatt--assets"></a> | ||
### Nested Schema for `assets` | ||
|
||
Read-Only: | ||
|
||
- `bytes` (String) | ||
- `category` (String) | ||
- `color_mode` (String) | ||
- `extension` (String) | ||
- `resource_id` (String) |
36 changes: 36 additions & 0 deletions
36
docs/data-sources/ec2_vpc_block_public_access_exclusion.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,36 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_ec2_vpc_block_public_access_exclusion Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::EC2::VPCBlockPublicAccessExclusion | ||
--- | ||
|
||
# awscc_ec2_vpc_block_public_access_exclusion (Data Source) | ||
|
||
Data Source schema for AWS::EC2::VPCBlockPublicAccessExclusion | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `exclusion_id` (String) The ID of the exclusion | ||
- `internet_gateway_exclusion_mode` (String) The desired Block Public Access Exclusion Mode for a specific VPC/Subnet. | ||
- `subnet_id` (String) The ID of the subnet. Required only if you don't specify VpcId | ||
- `tags` (Attributes List) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags)) | ||
- `vpc_id` (String) The ID of the vpc. Required only if you don't specify SubnetId. | ||
|
||
<a id="nestedatt--tags"></a> | ||
### Nested Schema for `tags` | ||
|
||
Read-Only: | ||
|
||
- `key` (String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. | ||
- `value` (String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. |
21 changes: 21 additions & 0 deletions
21
docs/data-sources/ec2_vpc_block_public_access_exclusions.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,21 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_ec2_vpc_block_public_access_exclusions Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Plural Data Source schema for AWS::EC2::VPCBlockPublicAccessExclusion | ||
--- | ||
|
||
# awscc_ec2_vpc_block_public_access_exclusions (Data Source) | ||
|
||
Plural Data Source schema for AWS::EC2::VPCBlockPublicAccessExclusion | ||
|
||
|
||
|
||
<!-- 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
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: "awscc_ec2_vpc_block_public_access_options Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::EC2::VPCBlockPublicAccessOptions | ||
--- | ||
|
||
# awscc_ec2_vpc_block_public_access_options (Data Source) | ||
|
||
Data Source schema for AWS::EC2::VPCBlockPublicAccessOptions | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `account_id` (String) The identifier for the specified AWS account. | ||
- `internet_gateway_block_mode` (String) The desired Block Public Access mode for Internet Gateways in your account. We do not allow to create in a off mode as this is the default value |
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
Oops, something went wrong.