hashicorp / terraform-provider-awscc

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

awscc_lightsail_certificate: Dummy resource description presumably obtained from CloudFormation schema #1820

Open acwwat opened 2 weeks ago

acwwat commented 2 weeks ago

Community Note

Terraform CLI and Terraform AWS Cloud Control Provider Version

Affected Resource(s)

Terraform Configuration Files

Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.

n/a

Debug Output

n/a

Panic Output

n/a

Expected Behavior

The resource documentation should show a proper description, such as:

Resource Type definition for AWS::Lightsail::Certificate

Actual Behavior

The resource documentation is showing what seems to be a dummy description, presumably obtained from the CloudFormation schema:

An example resource schema demonstrating some basic constructs and validation rules.

Steps to Reproduce

  1. Check the description in the resource documentation

Important Factoids

n/a

References

n/a

quixoticmonk commented 2 weeks ago

Thank you for opening the issue @acwwat . The documentation is generated automatically from the CFN Schema for the resource the provider ingests. I have opened a PR to update the description of the AWS::Lightsail::Certificate resource.

godduv-amzn commented 2 weeks ago

This issue has been fixed and merged in this PR: https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-lightsail/pull/70.