forked from pierront/but3-iac
10 lines
194 B
HCL
10 lines
194 B
HCL
variable "project_id" {
|
|
type = string
|
|
description = "ID du projet GCP"
|
|
}
|
|
|
|
variable "ssh_public_key_path" {
|
|
type = string
|
|
description = "Chemin vers la clé publique SSH"
|
|
}
|