feat: add pilot-ivanov setup key and encrypted key export in CI
Some checks failed
Terraform / terraform (push) Failing after 8s
Some checks failed
Terraform / terraform (push) Failing after 8s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user