Ben Picolo

Results 15 comments of Ben Picolo

This may stem from https://github.com/hashicorp/terraform-provider-awscc/issues/700 ? Some AWS resource creation APIs have non-optional list fields. Empty list is a valid input, but null or a missing JSON key are not....

@illusori this would be great to have!

@danielcompton Yep! Agreed there, was just an example. I think part of it is that it seems slow even considering running through n-different formats. (Which is something like 40?) tens-of-ms...

@vojtajina This is a pretty important pr

Does the AWSCC provider ultimately reference CFN resource specs? (https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html) If so, I think I would expect this to key off the "required" property for fields. Digging a little bit...