Skip to content

Commit

Permalink
fix security group for gemini rds - part of asulibraries/islandora-re…
Browse files Browse the repository at this point in the history
  • Loading branch information
elizoller committed Aug 25, 2020
1 parent e225411 commit bdf2169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_create_multiple_ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
username: crayfish
db_name: gemini
password: "{{ crayfish_db_password }}"
vpc_security_groups: "{{ webserver_security_group.group_id }}"
vpc_security_groups: "{{ services_security_group.group_id }}"
aws_secret_key: "{{ aws_secret_key }}"
aws_access_key: "{{ aws_access_key }}"
region: "{{ region }}"
Expand Down

0 comments on commit bdf2169

Please sign in to comment.