Skip to content

Commit

Permalink
chore: revive configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcressy committed Sep 28, 2023
1 parent 1d8514c commit 93ad003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layers/config/vault_config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ module "vault-config" {

import {
id = "eba0c66d-6133-7751-f438-346122ac3e84"
to = "module.vault-config.vault_identity_entity.ghactions_vault-config_rw"
to = module.vault-config.vault_identity_entity.ghactions_vault-config_rw
}

import{
id = "5f4dc8aa-1826-70ea-b2f4-0018b5d5a133"
to = "module.vault-config.vault_identity_entity_alias.ghactions_vault-config_main"
to = module.vault-config.vault_identity_entity_alias.ghactions_vault-config_main
}

0 comments on commit 93ad003

Please sign in to comment.