Try fix issue where ports doesn't get an ip assigned (#9345)

Co-authored-by: Jonathan Süssemilch Poulain <jonathan@sofiero.net>
This commit is contained in:
Hugo Blom
2022-09-30 09:48:29 +02:00
committed by GitHub
parent 44115d7d7a
commit 4189008245
3 changed files with 38 additions and 0 deletions

View File

@@ -189,3 +189,7 @@ variable "port_security_enabled" {
variable "force_null_port_security" {
type = bool
}
variable "private_subnet_id" {
type = string
}