feat: add pilot-ivanov setup key and encrypted key export in CI
Some checks failed
Terraform / terraform (push) Failing after 8s

This commit is contained in:
Prox
2026-02-15 19:21:41 +02:00
parent ca546ff6d8
commit 36672d3f10
3 changed files with 66 additions and 3 deletions

View File

@@ -8,6 +8,11 @@ output "pilot_setup_key" {
sensitive = true
}
output "pilot_ivanov_key" {
value = netbird_setup_key.pilot_ivanov.key
sensitive = true
}
output "group_ids" {
value = {
ground_stations = netbird_group.ground_stations.id