Quellcode durchsuchen

update CloudFormation/RDS-Aurora.yaml.

xdc vor 5 Jahren
Ursprung
Commit
315bad95d0
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      CloudFormation/RDS-Aurora.yaml

+ 2 - 2
CloudFormation/RDS-Aurora.yaml

@@ -104,8 +104,8 @@ Resources:
   rdsgroup:
     Type: 'AWS::RDS::DBSubnetGroup'
     Properties:
-      DBSubnetGroupDescription: rdsgroup
-      DBSubnetGroupName: rdsgroup
+      DBSubnetGroupDescription: rdsgroupaurora
+      DBSubnetGroupName: rdsgroupaurora
       SubnetIds:
         - !Ref dbnet1id
         - !Ref dbnet2id