-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
awscc_pcs_compute_node_group not available in Terraform registry #2157
Comments
@ewbankkit Is this one of the resources suppressed due to a build failure ? |
Digging further into a build with the latest schema, the build fails with the error message below.
The changes I can see in the latest schema are |
Change has been deployed to CloudFormation to remove the negative lookahead regex causing issue. Waiting on the latest changes to be released in the repo. |
After some investigation it looks like this resource is silently failing to register during initialization with the following error:
The
|
Is there any way to not do this flattening, or to work around it? To fix this on our side it would require renaming a field in the public CloudFormation schema, which is a breaking change. |
Community Note
Description
The
aws_pcs_compute_node_group
resource schema is listed in terraform-provider-awscc all_schemas.hcl without a suppression reason, andAWS::PCS::ComputeNodeGroup
is available in the AWS CloudFormation registry, butawscc_pcs_compute_node_group
is not available in the Terraform registry.Other PCS service resources
awscc_pcs_cluster
andawscc_pcs_queue
are available in the Terraform registry.When attempting to add an
awscc_pcs_compute_node_group
resource to a Terraform project, there is an errorThe provider hashicorp/awscc does not support resource type "awscc_pcs_compute_node_group"
Affected Resource(s)
The text was updated successfully, but these errors were encountered: