Closed wrnu closed 3 years ago
Closes: bcgov/cloud-pathfinder#523
Extra workspaces are defined in the project.json on each environment using the extra_tfc_workspaces attribute as shown below:
extra_tfc_workspaces
{ "identifier": "example", "name": "Cloud Pathfinder", "accounts": [ { "name": "Test", "environment": "test", "alb": false }, { "name": "Development", "environment": "dev", "alb": false, "extra_tfc_workspaces": [ "example-workspace" ] }, { "name": "Tools", "environment": "sandbox", "alb": false }, { "name": "Unclassified", "environment": "unclass", "alb": false } ] }
Closes: bcgov/cloud-pathfinder#523
Extra workspaces are defined in the project.json on each environment using the
extra_tfc_workspaces
attribute as shown below: