From cf710ca0d0ef2b10496c5ac747d99ff27fe3c0ab Mon Sep 17 00:00:00 2001 From: James Pogran Date: Thu, 21 Nov 2024 13:12:42 -0500 Subject: [PATCH] (TFECO-8260) Add Heimdall metadata --- 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..67ab561 --- /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: library + +summary: + owner: team-tf-editor-experience + 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