forked from pierront/but3-iac
9 lines
129 B
HCL
9 lines
129 B
HCL
variable "project_id" {
|
|
type = string
|
|
default = "projet-automatron"
|
|
}
|
|
|
|
variable "ssh_public_key_path" {
|
|
type = string
|
|
}
|