Update project_id in vault module

pull/173/head
Muhammad Atif Ali 1 year ago
parent 15c5dfc023
commit 2f1cedf4a0

@ -17,8 +17,8 @@ module "vault" {
source = "registry.coder.com/modules/hcp-vault-secrets/coder" source = "registry.coder.com/modules/hcp-vault-secrets/coder"
version = "1.0.3" version = "1.0.3"
agent_id = coder_agent.example.id agent_id = coder_agent.example.id
project_id = "aaa-bbb-ccc"
app_name = "demo-app" app_name = "demo-app"
project_id = "aaa-bbb-ccc"
} }
``` ```

Loading…
Cancel
Save