hashicorp / cdktf-aws-cdk

Use AWS CDK constructs in CDKTF projects
Mozilla Public License 2.0
93 stars 14 forks source link

Unsupported Resource Type `AWS::CloudFormation::CustomResource` #940

Open msmith93 opened 1 month ago

msmith93 commented 1 month ago

Resources

Constructs

Use Case

We are using CustomResource within a construct in order to retrieve an AMI ID based on criteria.

Help Wanted

Community Note

msmith93 commented 1 month ago

Would this also require an update to the Terraform AWS provider? aws_cloudformation_customresource isn't a supported resource type yet