From 344fef46b6edc7c46ce8b3b8b0a3ece7e77e05f0 Mon Sep 17 00:00:00 2001 From: James Pogran Date: Thu, 21 Nov 2024 15:48:47 -0500 Subject: [PATCH] (TFECO-8260) Add Heimdall metadata (#450) * (TFECO-8260) Add Heimdall metadata * Update META.d/_summary.yml * Update META.d/_summary.yml --------- --- META.d/_summary.yml | 11 +++++++++++ META.d/data.yml | 6 ++++++ 2 files changed, 17 insertions(+) create mode 100644 META.d/_summary.yml create mode 100644 META.d/data.yml diff --git a/META.d/_summary.yml b/META.d/_summary.yml new file mode 100644 index 0000000..5aee97d --- /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: github-action + +summary: + owner: team-tf-devex + description: JavaScript action that sets up Terraform CLI in your GitHub Actions workflow + visibility: external diff --git a/META.d/data.yml b/META.d/data.yml new file mode 100644 index 0000000..2d42c6b --- /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