Skip to content

Commit

Permalink
Use new_cluster_id as prior test renamed the cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
imesias committed Aug 26, 2022
1 parent 2432823 commit dd56de3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@

- name: Modify DB cluster parameter group
rds_cluster:
id: "{{ cluster_id }}"
id: "{{ new_cluster_id }}"
state: present
engine: "{{ engine }}"
db_cluster_parameter_group_name: "{{ new_db_parameter_group_name }}"
apply_immediately: True
register: _result_modify_db_parameter_group_name

- assert:
Expand Down

0 comments on commit dd56de3

Please sign in to comment.