[ImageGen] Fix allowed_inbound_ip_addresses error (#5597)

* Fix allowed_inbound_ip_addresses error

* Add space
This commit is contained in:
Aleksandr Chebotov
2022-05-24 13:30:13 +02:00
committed by GitHub
parent de68d8faea
commit c3fb682f73
2 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
variable "allowed_inbound_ip_addresses" {
type = list(string)
default = []
}