We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d1340 commit e83175cCopy full SHA for e83175c
design-patterns/cloudformation/vscode.yaml
@@ -540,7 +540,7 @@ Resources:
540
Properties:
541
CatalogId: !Ref AWS::AccountId
542
DatabaseInput:
543
- Name: modernizer-migration-db-noc9
+ Name: modernizer-migration-db
544
Description: Database for MySQL to DynamoDB modernization migration
545
546
# CloudWatch Log Group for Glue Jobs
@@ -3029,4 +3029,4 @@ Outputs:
3029
Value: !Sub "Username: ${DbMasterUsername}, Password: ${DbMasterPassword}"
3030
MySQLInstancePrivateIP:
3031
Description: Private IP Address of MySQL instance (use this for JDBC connections from Glue)
3032
- Value: !GetAtt DbInstance.PrivateIp
+ Value: !GetAtt DbInstance.PrivateIp
0 commit comments