mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
make rds handle vpc security groups properly
This commit is contained in:
@@ -438,7 +438,10 @@ def main():
|
||||
params["iops"] = iops
|
||||
|
||||
if security_groups:
|
||||
params["security_groups"] = security_groups.split(',')
|
||||
if subnet:
|
||||
params["vpc_security_groups"] = security_groups.split(',')
|
||||
else:
|
||||
params["security_groups"] = security_groups.split(',')
|
||||
|
||||
try:
|
||||
if command == 'create':
|
||||
|
||||
Reference in New Issue
Block a user