Skip to content

Commit 0045982

Browse files
author
BrandonRomano
committed
Adds note on 'pack' slug
1 parent 1f7c61c commit 0045982

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/integrations-hcl/strategies/nomad-pack/load_pack_directory.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ export async function loadNomadPackIntegrationDirectory(
6666
type: null,
6767
url: null,
6868
},
69+
// This comes from the pack `integration_type` configuration in our integrations repo.
70+
// In the event the slug there ever changes, so does this.
71+
// https://github.com/hashicorp/integrations/blob/main/nomad/_config.hcl#L6
6972
integration_type: 'pack',
7073
}
7174
}

0 commit comments

Comments
 (0)