Files
but3-iac/tp-cloud/terraform/modules/iam/variables.tf
2025-12-04 11:07:40 +00:00

9 lines
129 B
HCL

variable "project_id" {
type = string
default = "projet-automatron"
}
variable "ssh_public_key_path" {
type = string
}