You've already forked kubespray-dualstack
feat: added instance terraform module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
variable "name" {}
|
||||
variable "network_id" {}
|
||||
variable "ipv4" {}
|
||||
variable "ipv6" {}
|
||||
variable "volume_base_id" {}
|
||||
variable "user_data" {}
|
||||
variable "network_config" {}
|
||||
variable "vcpu" {}
|
||||
variable "memory" {}
|
||||
Reference in New Issue
Block a user