Skip to content

Commit a71ae93

Browse files
committed
github-zephyrproject-rtos: Remove HCP Vault data source
This commit removes the unused HCP Vault data source. The GitHub token for invoking GitHub APIs is expected to be provided using the `GITHUB_TOKEN` environment variable, both when executing locally and remotely in the HCP Cloud. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 3a52fbe commit a71ae93

File tree

1 file changed

+0
-5
lines changed
  • terraform/github-zephyrproject-rtos

1 file changed

+0
-5
lines changed

terraform/github-zephyrproject-rtos/main.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# HashiCorp Vault Secrets zephyr-secrets Vault
2-
data "hcp_vault_secrets_app" "zephyr_secrets" {
3-
app_name = "zephyr-secrets"
4-
}
5-
61
# GitHub provider
72
provider "github" {
83
owner = "zephyrproject-rtos"

0 commit comments

Comments
 (0)