You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
xrn
changed the title
Can't use parameters of type List<> for rds.DBSubnetGroup and rds.DBCluster
Can't use parameters of type List<> for AWS::RDS::DBSubnetGroup, AWS::RDS::DBCluster and AWS::Lambda::Function.VpcConfig
Sep 22, 2020
IMO @PaulMaddox we should think if everywhere where we can find PrimitiveItemType = string AND type = list we should replace []string with interface{} because we can use commadelieter parameters
For rds.DBSubnetGroup.SubnetIds
rds.DBCluster.VpcSecurityGroupIds
and lambda.function.vpcConfig.SubnetIds, lambda.function.vpcConfig.SecurityGroupIds
I should be able to use
cloudformation.Ref
but the expected type is []stringDocumentation reference - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html
Related to: #282
The text was updated successfully, but these errors were encountered: