Skip to content

Instantly share code, notes, and snippets.

@NYARAS
Created January 31, 2023 12:43
Show Gist options
  • Save NYARAS/d701173bc956f8c17c828c4fef1c91c0 to your computer and use it in GitHub Desktop.
Save NYARAS/d701173bc956f8c17c828c4fef1c91c0 to your computer and use it in GitHub Desktop.
AWS Gitlab OIDC data
data "tls_certificate" "gitlab" {
url = "${var.gitlab_url}/oauth/discovery/keys"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment