mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-09-07 02:36:22 +00:00
Update admin_ip with a default value
This commit is contained in:
parent
83530588d0
commit
7465b2b701
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
variable "admin_ip" {
|
variable "admin_ip" {
|
||||||
default = ["152.37.108.93/32"]
|
default = ["127.0.0.1/32"]
|
||||||
description = "admin IP addresses in CIDR format"
|
description = "admin IP addresses in CIDR format"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue