We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48e3757 + a51c34c commit 38e9aa3Copy full SHA for 38e9aa3
terraform/variables.tf
@@ -1,7 +1,9 @@
1
variable "project_name" {
2
+ default = "immunisations"
3
}
4
5
variable "project_short_name" {
6
+ default = "imms"
7
8
9
variable "service" {
0 commit comments