forked from pierront/but3-iac
9 lines
152 B
HCL
9 lines
152 B
HCL
variable "project_id" {
|
|
type = string
|
|
}
|
|
|
|
variable "ssh_public_key_path" {
|
|
type = string
|
|
description = "Chemin vers la clé publique SSH"
|
|
}
|