Skip to content

Instantly share code, notes, and snippets.

@arslanbekov
Created November 24, 2022 16:36
Show Gist options
  • Save arslanbekov/9631a102004b6b067c3d0940e867f895 to your computer and use it in GitHub Desktop.
Save arslanbekov/9631a102004b6b067c3d0940e867f895 to your computer and use it in GitHub Desktop.
output "pool_name" {
description = "Pool name"
value = google_iam_workload_identity_pool.github_actions.name
}
output "provider_name" {
description = "Provider name"
value = google_iam_workload_identity_pool_provider.github_actions.name
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment