Files
but3-iac/tp-cloud/terraform/modules/iam/variables.tf

9 lines
129 B
Terraform
Raw Normal View History

2025-12-04 11:07:40 +00:00
variable "project_id" {
type = string
default = "projet-automatron"
}
variable "ssh_public_key_path" {
type = string
}