hhm970 / c10-games-tracker-project

6 stars 2 forks source link

Implement link to dashboard in `output.tf` #191

Closed hhm970 closed 7 months ago

hhm970 commented 7 months ago

Description

We agreed as a group that the link to the dashboard is the only cloud-deployed-element relevant to the user. So now we must put a link to it into output.tf

Required Files

/terraform/output.tf

User Story

As an engineer, I need to be explicit in how to access front-end visualisation tool so that clients can use it

hhm970 commented 7 months ago

TODO: The dashboard URL can vary each time the image is run.

Find out how to add the address URL to the dashboard in output.tf.

hhm970 commented 7 months ago

Implementing address URL to the dashboard in output.tf is not viable; we will use RDS instance IP address instead