Vizzuality/landgriffon

View on GitHub
infrastructure/base/modules/gcp/workload_identity/outputs.tf

Summary

Maintainability
Test Coverage
output "workload_identity_provider" {
  value = "${google_iam_workload_identity_pool.github_pool.name}/providers/${google_iam_workload_identity_pool_provider.github.workload_identity_pool_provider_id}"
}

output "service_account" {
  value = google_service_account.github_actions
}