You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The resources and data sources in this provider are generated from the CloudFormation schema, so they can only support the actions that the underlying schema supports. For this reason submitted bugs should be limited to defects in the generation and runtime code of the provider. Customizing behavior of the resource, or noting a gap in behavior are not valid bugs and should be submitted as enhancements to AWS via the CloudFormation Open Coverage Roadmap.
Generating the Terraform schema for the latest AWS::EKS::Cluster CloudFormation resource schema gives
% go run generators/resource/main.go -resource awscc_eks_cluster -cfschema ../service/cloudformation/schemas/AWS_EKS_Cluster.json -package eks -- ../aws/eks/cluster_resource_gen.go ../aws/eks/cluster_resource_gen_test.gogenerating Terraform resource code for "awscc_eks_cluster" from "../service/cloudformation/schemas/AWS_EKS_Cluster.json" into "../aws/eks/cluster_resource_gen.go" and "../aws/eks/cluster_resource_gen_test.go"error generating Terraform awscc_eks_cluster resource: emitting schema code: top-level property Id is not a primary identifierexit status 1
Community Note
Generating the Terraform schema for the latest
AWS::EKS::Cluster
CloudFormation resource schema givesRelates #125.
The text was updated successfully, but these errors were encountered: