Fix state
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user