Replies: 1 comment
-
This has been added with the following PR. You will need to set the variables |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was thinking it would make sense to update the /terraform/files/.env.tftpl file from
`
############
Studio - Configuration for the Dashboard
############
STUDIO_DEFAULT_ORGANIZATION=Default Organization
STUDIO_DEFAULT_PROJECT=Default Project
`
to
`
############
Studio - Configuration for the Dashboard
############
STUDIO_DEFAULT_ORGANIZATION=${TF_DEFAULT_ORGANIZATION}
STUDIO_DEFAULT_PROJECT=${TF_DEFAULT_PROJECT}
`
and add the following to /terraform/terraform.tfvars.example
`
############
Studio - Configuration for the Dashboard
############
STUDIO_DEFAULT_ORGANIZATION = "Default Organization"
STUDIO_DEFAULT_PROJECT ="Default Project"
`
Beta Was this translation helpful? Give feedback.
All reactions