Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Dec 4, 2023
1 parent 095412d commit d9fb2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/targets/rds_option_group/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
- "'vpc_id' in new_rds_mysql_option_group"
- new_rds_mysql_option_group.vpc_id == vpc_id
- "'tags' in new_rds_mysql_option_group"
- (new_rds_mysql_option_group.tags == option_tags
- new_rds_mysql_option_group.tags == option_tags
- "'options' in new_rds_mysql_option_group"
- (new_rds_mysql_option_group.options | length) > 0
- "'option_name' in option"
Expand Down

0 comments on commit d9fb2be

Please sign in to comment.