In writing pulumi-aws python code. When one get's ...
# general
b
In writing pulumi-aws python code. When one get's into the docs and a dictionary is a required input to a resource declaration (for example
elasticloadbalancingv2.TargetGroup(health_check={}, ..... )
where do I go to find the syntax of the dictionary? Boto3, cloudformation, or terraform? I ask because it's neither in the documentation or the SDK code in github
s
In general the Terraform one if they document it (sometimes it is, sometimes it is not)
This is something we need to improve - ideally they wouldn’t be dictionaries at all
b
fair
but the capitalization in the keys is terraform?
if that's the case, then I'm happy and can move forward
s
Offhand for python I can’t tell you that
@bitter-oil-46081 or @white-balloon-205 may know more
b
gotcha
I think I'm ok
thanks