Skip to content

Commit

Permalink
fix: Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ authored Sep 22, 2021
1 parent c3c8351 commit efb341b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/Template/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ resource "random_password" "VaultPath" {


resource "vault_generic_secret" "AppSecrets" {
path = "authentik/apps/${var.AppName}/${random_password.VaultPath.result}"
path = "${var.VaultPath}/${random_password.VaultPath.result}"

data_json = <<EOT
{
Expand Down

0 comments on commit efb341b

Please sign in to comment.