This commit is contained in:
2024-08-28 03:02:36 +00:00
parent 719f495dea
commit 59d14f7045
3 changed files with 8 additions and 2 deletions
+5
View File
@@ -7,6 +7,11 @@ terraform {
}
}
}
variable "instance_id" {
type = number
}
variable "root_password" {
type = string
sensitive = true