mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-30 01:52:18 +00:00
Add secgroups
This commit is contained in:
@@ -33,6 +33,12 @@ variable "instance_image" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "instance_secgroups" {
|
||||
description = "Instance network security groups"
|
||||
type = list(string)
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "instance_params" {
|
||||
description = "Instance template parameters"
|
||||
type = map(string)
|
||||
|
||||
Reference in New Issue
Block a user