We need to deliver a quarterly cost report to Olena with the following information:
Project Name (folder name)
Ministry
Cost of each month over the quarter (or quarterly cost?)
What services were used
I think it would be a good idea to script this if there is no easy way to generate this report in the GCP console. This will require some information gathering to determine.
NOTE: the ministry will have to be inferred from the project name for now as there is no metadata stored around the projects.
Acceptance Criteria
[ ] Determine if there is a way to easily generate this report via the GCP console
[ ] If there is not an easy way to generate this report, write a script firstly to just output the project folder names
[ ] Stretch goal: script the monthly cost and the services that were used
Describe the Issue
We need to deliver a quarterly cost report to Olena with the following information:
I think it would be a good idea to script this if there is no easy way to generate this report in the GCP console. This will require some information gathering to determine.
NOTE: the ministry will have to be inferred from the project name for now as there is no metadata stored around the projects.
Acceptance Criteria