We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is nice for internal wikis and partially contributes to #3981. This can pre-fill repo URLs, disk sizes, images, etc.
The text was updated successfully, but these errors were encountered:
Instead of region, do you think var.region would be acceptable? Asking because we can prepopulate thename field and have a var.name as well.
var.region
name
var.name
Sorry, something went wrong.
Makes sense to me. However, these will not be prefixed with var. once #5574 is completed. Instead of being
var.
variable "region" { ### ... }
It will be
data "coder_parameter" "region" { # ... }
In the Terraform template. Maybe we just support param.region once the time comes? 🤔
param.region
BrunoQuaresma
Successfully merging a pull request may close this issue.
This is nice for internal wikis and partially contributes to #3981. This can pre-fill repo URLs, disk sizes, images, etc.
The text was updated successfully, but these errors were encountered: