verbena: configure IPv6 from tofu outputs
This commit is contained in:
parent
3834f215f0
commit
abaf429a38
4 changed files with 58 additions and 0 deletions
17
infra/outputs.json
Normal file
17
infra/outputs.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"verbena_gateway6": {
|
||||
"sensitive": false,
|
||||
"type": "string",
|
||||
"value": "2001:41d0:305:2100::1"
|
||||
},
|
||||
"verbena_ipv4": {
|
||||
"sensitive": false,
|
||||
"type": "string",
|
||||
"value": "51.68.122.153"
|
||||
},
|
||||
"verbena_ipv6": {
|
||||
"sensitive": false,
|
||||
"type": "string",
|
||||
"value": "2001:41d0:305:2100::271e"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue