Fix required_together statement - access_logs_s3_prefix is not required as per the documentation (#52017)
This commit is contained in:
parent
c4fd2096bf
commit
a10606484c
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ def main():
|
|||
('state', 'present', ['subnets', 'security_groups'])
|
||||
],
|
||||
required_together=[
|
||||
['access_logs_enabled', 'access_logs_s3_bucket', 'access_logs_s3_prefix']
|
||||
['access_logs_enabled', 'access_logs_s3_bucket']
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue