Default attribute values #119
Labels
code-generation
Relates to the conversion of CloudFormation schema to Terraform schema at buildtime.
runtime-handling
Relates to runtime handling and conversion of Terraform configuration to CloudFormation.
upstream-aws
Unable to proceed due to missing or broken functionality from an AWS dependency.
upstream-plugin-framework
Unable to proceed due to missing or broken functionality from terraform-plugin-framework
Milestone
There are a couple of outstanding issues around default attribute values.
Firstly, although the CloudFormation resource type schema allows a property's JSON Schema
default
value to be specfied, relatively few of the current schemas are doing so.For example with
AWS::KMS::Key
:No
default
is specified for theKeySpec
orKeyUsage
properties (although a value is mentioned in thedescription
).The second issue is that even if a
default
value were specified we would do nothing with it 😄.hashicorp/terraform-plugin-framework#34, hashicorp/terraform-plugin-framework#102 will add Plugin Framework support which we must exploit.
The text was updated successfully, but these errors were encountered: