hashicorp / terraform-provider-awscc

Terraform AWS Cloud Control provider
https://registry.terraform.io/providers/hashicorp/awscc/latest/docs
Mozilla Public License 2.0
256 stars 116 forks source link

`awscc_gamelift_fleet` - Incorrect docs #1417

Open novekm opened 8 months ago

novekm commented 8 months ago

Community Note

Affected Resource(s)

Important Factoids

The docs for the awscc_gamelift_fleet are currently incorrect for the apply_capcity attribute. Current docs list the description as:

(String) ComputeType to differentiate EC2 hardware managed by GameLift and Anywhere hardware managed by the customer.

However, the correct description (from the AWS::GameLift::Fleet resource in the CloudFormation Registry) is:

Current resource capacity settings in a specified fleet or location. The location value might refer to a fleet's remote location or its home Region.

References

wellsiau-aws commented 7 months ago

We use auto-generate the attribute description in Terraform registry from the underlying schema, the right place to update this description will be upstream on the GameLift resource schema at Cfn registry.