mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-10 10:15:03 -04:00
terraform: use correct security group option for jump host (#2715)
This commit is contained in:
parent
ae00b0a198
commit
1d6e5ca3ea
3 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@ variable "ports" {
|
|||
type = list(number)
|
||||
}
|
||||
|
||||
variable "security_group_id" {
|
||||
description = "Security group to attach to the jump host"
|
||||
type = string
|
||||
variable "security_groups" {
|
||||
type = list(string)
|
||||
description = "List of IDs of the security groups for an instance."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue