Initialisation de la structure Infra-Lab
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Accès SSH
|
||||
variable "admin_username" {
|
||||
description = "Nom d'utilisateur pour se connecter à la VM"
|
||||
type = string
|
||||
default = "admin.almeyric"
|
||||
}
|
||||
|
||||
/* variable "ssh_public_key" {
|
||||
description = "Clé publique SSH"
|
||||
type = string
|
||||
sensitive = true
|
||||
} */
|
||||
|
||||
# Tag environnement
|
||||
variable "environment_tag" {
|
||||
description = "Indique l'environnement de déploiement (dev, test, prod)"
|
||||
type = string
|
||||
default = "test"
|
||||
}
|
||||
Reference in New Issue
Block a user