feat: added instance terraform module

This commit is contained in:
ITQ
2025-08-06 03:09:18 +03:00
parent b8715101d8
commit c011c9a3c9
3 changed files with 51 additions and 0 deletions
+9
View File
@@ -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" {}