Skip to content

Commit

Permalink
Merge pull request #352 from hashicorp/f-01-12-2022-schema-updates
Browse files Browse the repository at this point in the history
01/12/2022 CloudFormation schema updates
  • Loading branch information
ewbankkit authored Jan 13, 2022
2 parents 46f36db + a8bc34f commit 9a168f2
Show file tree
Hide file tree
Showing 203 changed files with 21,233 additions and 1,796 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
## 0.10.0 (Unreleased)

FEATURES:

* **New Data Source:** `awscc_appstream_application_entitlement_association`
* **New Data Source:** `awscc_appstream_entitlement`
* **New Data Source:** `awscc_ec2_host`
* **New Data Source:** `awscc_ec2_hosts`
* **New Data Source:** `awscc_ec2_network_insights_access_scope`
* **New Data Source:** `awscc_ec2_network_insights_access_scope_analyses`
* **New Data Source:** `awscc_ec2_network_insights_access_scope_analysis`
* **New Data Source:** `awscc_ec2_network_insights_access_scopes`
* **New Data Source:** `awscc_forecast_dataset_group`
* **New Data Source:** `awscc_forecast_dataset_groups`
* **New Data Source:** `awscc_inspectorv2_filter`
* **New Data Source:** `awscc_inspectorv2_filters`
* **New Data Source:** `awscc_kinesisvideo_signaling_channel`
* **New Data Source:** `awscc_kinesisvideo_stream`
* **New Data Source:** `awscc_lightsail_alarm`
* **New Data Source:** `awscc_lightsail_alarms`
* **New Data Source:** `awscc_lightsail_bucket`
* **New Data Source:** `awscc_lightsail_buckets`
* **New Data Source:** `awscc_lightsail_load_balancer`
* **New Data Source:** `awscc_lightsail_load_balancer_tls_certificate`
* **New Data Source:** `awscc_lightsail_load_balancers`
* **New Data Source:** `awscc_route53resolver_resolver_rule_association`
* **New Data Source:** `awscc_route53resolver_resolver_rule_associations`
* **New Resource:** `awscc_appstream_application_entitlement_association`
* **New Resource:** `awscc_appstream_entitlement`
* **New Resource:** `awscc_ec2_host`
* **New Resource:** `awscc_ec2_network_insights_access_scope`
* **New Resource:** `awscc_ec2_network_insights_access_scope_analysis`
* **New Resource:** `awscc_forecast_dataset_group`
* **New Resource:** `awscc_inspectorv2_filter`
* **New Resource:** `awscc_kinesisvideo_signaling_channel`
* **New Resource:** `awscc_kinesisvideo_stream`
* **New Resource:** `awscc_lightsail_alarm`
* **New Resource:** `awscc_lightsail_bucket`
* **New Resource:** `awscc_lightsail_load_balancer`
* **New Resource:** `awscc_lightsail_load_balancer_tls_certificate`
* **New Resource:** `awscc_route53resolver_resolver_rule_association`

BUG FIXES:

* Prevent errors like `Unable to set Terraform State Unknown values from Cloud Control API Properties.` during `terraform apply` ([#331](https://github.com/hashicorp/terraform-provider-awscc/issues/331))
Expand Down
2 changes: 0 additions & 2 deletions docs/data-sources/apigateway_domain_name.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ Read-Only:

Read-Only:

- **certificate_revocation_check_type** (String)
- **certificate_revocation_source_uri** (String)
- **truststore_uri** (String)
- **truststore_version** (String)

Expand Down
28 changes: 28 additions & 0 deletions docs/data-sources/appstream_application_entitlement_association.md
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)


40 changes: 40 additions & 0 deletions docs/data-sources/appstream_entitlement.md
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)


8 changes: 8 additions & 0 deletions docs/data-sources/autoscaling_warm_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,16 @@ Data Source schema for AWS::AutoScaling::WarmPool
### Read-Only

- **auto_scaling_group_name** (String)
- **instance_reuse_policy** (Attributes) (see [below for nested schema](#nestedatt--instance_reuse_policy))
- **max_group_prepared_capacity** (Number)
- **min_size** (Number)
- **pool_state** (String)

<a id="nestedatt--instance_reuse_policy"></a>
### Nested Schema for `instance_reuse_policy`

Read-Only:

- **reuse_on_scale_in** (Boolean)


30 changes: 30 additions & 0 deletions docs/data-sources/ec2_host.md
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.


23 changes: 23 additions & 0 deletions docs/data-sources/ec2_hosts.md
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.


Loading

0 comments on commit 9a168f2

Please sign in to comment.