Skip to content

Instantly share code, notes, and snippets.

View nicklhw's full-sized avatar

Nick Wong nicklhw

  • HashiCorp
  • Canada
View GitHub Profile
@nicklhw
nicklhw / main.tf
Last active August 8, 2023 20:17
Terraform code to enable Vault EGP policy and TOTP MFA
terraform {
required_providers {
vault = {
source = "hashicorp/vault"
version = "3.11.0"
}
}
}
provider "vault" {