Commit 137a32ca by James Pharaoh

make rds handle vpc security groups properly

parent dc5ffb68
......@@ -438,6 +438,9 @@ def main():
params["iops"] = iops
if security_groups:
if subnet:
params["vpc_security_groups"] = security_groups.split(',')
else:
params["security_groups"] = security_groups.split(',')
try:
......
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