Skip to content

Instantly share code, notes, and snippets.

View glopez-dev's full-sized avatar
Working on T-DEV-702

Gabriel LOPEZ glopez-dev

Working on T-DEV-702
View GitHub Profile
@glopez-dev
glopez-dev / gist:d30bb47ded88831d8cd1dd58bc07e697
Last active July 18, 2025 10:23
Terraform OIDC Vault Authentication Setup
# bootstrap/main.tf
# Stage 1: Bootstrap Vault with minimal setup and Terraform policy
terraform {
required_providers {
vault = {
source = "hashicorp/vault"
version = "~> 3.20"
}
}