cdktf-provider-aws: tags
fields should accept IResolvable
values
#3696
Labels
bug
Something isn't working
new
Un-triaged issue
pre-built providers
Issues around pre-built providers managed at https://github.com/hashicorp/cdktf-repository-manager
Expected Behavior
AwsProviderDefaultTags(tags) accepts as input a cdktf
StringMap
Actual Behavior
Output of
ServicecatalogappregistryApplication.application_tag
is acdktf.StringMap
, but theAwsProviderDefaultTags
only acceptsMapping[str,str]
as input totags
attribute. The fixed string input precludes the use of any cross-stack / dynamic tag value in a provider.The Python format documentation for use of
ServicecatalogappregistryApplication
is incorrect as a resultSteps to Reproduce
ServicecatalogappregistryApplication
Versions
Providers
Gist
No response
Possible Solutions
No response
Workarounds
No response
Anything Else?
No response
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: