generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Properties with oneOf
indicator
#99
Labels
code-generation
Relates to the conversion of CloudFormation schema to Terraform schema at buildtime.
Comments
ewbankkit
added
code-generation
Relates to the conversion of CloudFormation schema to Terraform schema at buildtime.
upstream-aws
Unable to proceed due to missing or broken functionality from an AWS dependency.
and removed
upstream-aws
Unable to proceed due to missing or broken functionality from an AWS dependency.
labels
Aug 13, 2021
Similarly for
|
|
This was referenced Oct 19, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
code-generation
Relates to the conversion of CloudFormation schema to Terraform schema at buildtime.
Relates #156
CloudFormation resource schema defined
properties
may include theoneOf
indicator, for exampleAWS::S3Outposts::Bucket
:Currently our CloudFormation resource schema SDK ignores the
oneOf
indicator and when we come to generate a Terraform resource schema for the property it has no type.It is not currently clear how to handle such properties.
The text was updated successfully, but these errors were encountered: