Created
November 24, 2022 16:36
-
-
Save arslanbekov/9631a102004b6b067c3d0940e867f895 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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