Skip to content

Instantly share code, notes, and snippets.

@NYARAS
Created January 31, 2023 13:39
Show Gist options
  • Save NYARAS/4133e2fbed73b6f090943e9e7bbfa87b to your computer and use it in GitHub Desktop.
Save NYARAS/4133e2fbed73b6f090943e9e7bbfa87b to your computer and use it in GitHub Desktop.
Gitlab OIDC outputs
output "role_arn" {
description = "Role arn that needs to be assumed by GitLab CI"
value = aws_iam_role.gitlab_ci.arn
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment