module_alpine_postinstall/variables.tf

12 lines
207 B
Terraform
Raw Normal View History

2022-11-28 14:06:16 +00:00
variable "connection_ip" {
type = string
description = "ipv4"
}
variable "connection_private_key" {
type = string
description = "private key used by terraform"
sensitive = true
}