From 9a5bb489c969188c561cf6a28402bbd2747e5a0b Mon Sep 17 00:00:00 2001 From: James Pogran Date: Thu, 21 Nov 2024 11:13:07 -0500 Subject: [PATCH] (TFECO-8260) Add Heimdall metadata (#1883) * (TFECO-8260) Add Heimdall metadata This change adds the metadata for the internal Heimdall service to the repository. --- .changes/unreleased/INTERNAL-20241120-134025.yaml | 6 ++++++ META.d/_summary.yml | 11 +++++++++++ META.d/data.yml | 6 ++++++ 3 files changed, 23 insertions(+) create mode 100644 .changes/unreleased/INTERNAL-20241120-134025.yaml create mode 100644 META.d/_summary.yml create mode 100644 META.d/data.yml diff --git a/.changes/unreleased/INTERNAL-20241120-134025.yaml b/.changes/unreleased/INTERNAL-20241120-134025.yaml new file mode 100644 index 0000000000..53a4f161cf --- /dev/null +++ b/.changes/unreleased/INTERNAL-20241120-134025.yaml @@ -0,0 +1,6 @@ +kind: INTERNAL +body: 'Add Heimdall metadata' +time: 2024-11-20T13:40:25.407536-05:00 +custom: + Issue: "1883" + Repository: vscode-terraform diff --git a/META.d/_summary.yml b/META.d/_summary.yml new file mode 100644 index 0000000000..59fe68b1fd --- /dev/null +++ b/META.d/_summary.yml @@ -0,0 +1,11 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + +schema: 1.1 +partition: tf-ecosystem +category: tooling + +summary: + owner: team-tf-editor-experience + description: Terraform VS Code Extension + visibility: external diff --git a/META.d/data.yml b/META.d/data.yml new file mode 100644 index 0000000000..2d42c6ba35 --- /dev/null +++ b/META.d/data.yml @@ -0,0 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + +data_summary: + gdpr: + exempt: true