14 lines
248 B
Plaintext
14 lines
248 B
Plaintext
|
|
// a remicsg" {
|
||
|
|
name = "dynamicsg"
|
||
|
|
description = "Ingress for Vault"
|
||
|
|
|
||
|
|
dysg_ports
|
||
|
|
content {
|
||
|
|
from_port = ingress.value
|
||
|
|
to_port = ingress.value
|
||
|
|
protocol = "tcp"
|
||
|
|
cidr_blocks = ["0.0.0.0/0"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|