Skip to content

Commit

Permalink
RDS result update
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Jan 31, 2024
1 parent 4c4e498 commit a9813d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
deploy_flask_app_private_subnet_id: "{{ private_subnet.subnet.id }}"
deploy_flask_app_vpc_id: "{{ vpc.vpc.id }}"
deploy_flask_app_bastion_instance_id: "{{ vm_result.instance_ids.0 }}"
deploy_flask_app_rds_host: "{{ rds_result.instances.0.endpoint.address }}"
deploy_flask_app_rds_dbname: "{{ rds_result.instances.0.db_name }}"
deploy_flask_app_rds_host: "{{ rds_result.endpoint.address }}"
deploy_flask_app_rds_dbname: "{{ rds_result.db_name }}"
deploy_flask_app_bastion_ssh_private_key_path: "{{ deploy_flask_app_bastion_rsa_key_dir }}/id_rsa"

- name: Check that a page returns successfully
Expand Down

0 comments on commit a9813d0

Please sign in to comment.