Fix state

This commit is contained in:
2022-05-08 20:27:01 +02:00
parent 062d39324e
commit e92c44f7f1
6 changed files with 1596 additions and 77 deletions

View File

@@ -17,3 +17,14 @@ variable "branch" {
type = string
nullable = false
}
variable "ssh_private_key_pem" {
type = string
nullable = false
sensitive = true
}
variable "ssh_public_key_pem" {
type = string
nullable = false
}