From 57232f0a98ccc4daa9abdc693eaca99baff9bb96 Mon Sep 17 00:00:00 2001 From: Chinmay Samant Date: Mon, 27 May 2024 11:55:39 +0530 Subject: [PATCH] add Terraform Registry Manifest File --- .github/terraform-registry-manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/terraform-registry-manifest.json diff --git a/.github/terraform-registry-manifest.json b/.github/terraform-registry-manifest.json new file mode 100644 index 0000000..5363a2b --- /dev/null +++ b/.github/terraform-registry-manifest.json @@ -0,0 +1,7 @@ +{ + "version": 1, + "metadata": { + "protocol_versions": ["5.0"] + } + } + \ No newline at end of file