Commit 6e68f071 by Feanil Patel

Add tags to the RDS.

parent 16763518
......@@ -3866,6 +3866,25 @@
"Ref":"DBSecurityGroup"
}
],
"Tags":[
{
"Key":"role",
"Value":"rds",
"PropagateAtLaunch":true
},
{
"Key":"environment",
"Value":{
"Ref":"EnvironmentTag"
}
},
{
"Key":"deployment",
"Value":{
"Ref":"DeploymentTag"
}
}
],
"MultiAZ":"true"
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment