Support AWS::RDS::DBInstance and AWS::RDS::DBCluster
a2ush opened this issue · 1 comments
a2ush commented
Issue
Currently, awsdac does not support AWS::RDS::DBInstance and AWS::RDS::DBCluster types.
$ awsdac template.yaml -v
...
WARN[0000] Unknown type: AWS::RDS::DBCluster
WARN[0000] Unknown type: AWS::RDS::DBInstance
Note/Workaround
You can use AWS::RDS
in your template.
diagram-as-code/definitions/definition-for-aws-icons-light.yaml
Lines 2914 to 2923 in 642d911
a2ush commented