From bab5ec865c9134d72313521c492a76da2b078d87 Mon Sep 17 00:00:00 2001 From: Tomas Dostal Date: Wed, 30 Oct 2024 14:36:39 +0000 Subject: [PATCH 1/2] adds toml file for catchpoint provider --- metadata/catchpoint.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 metadata/catchpoint.toml diff --git a/metadata/catchpoint.toml b/metadata/catchpoint.toml new file mode 100644 index 0000000..cdd248e --- /dev/null +++ b/metadata/catchpoint.toml @@ -0,0 +1,3 @@ +name = "catchpoint" +terraform = "registry.terraform.io/catchpoint/catchpoint" +version = "1.3.0" From d58100c807215aae300857b7a3d7998712f5a7d3 Mon Sep 17 00:00:00 2001 From: vimtor Date: Tue, 24 Mar 2026 12:13:09 +0100 Subject: [PATCH 2/2] bump catchpoint to 2.0.0 to fix missing package prefix --- metadata/catchpoint.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/catchpoint.toml b/metadata/catchpoint.toml index cdd248e..b54cec2 100644 --- a/metadata/catchpoint.toml +++ b/metadata/catchpoint.toml @@ -1,3 +1,3 @@ name = "catchpoint" terraform = "registry.terraform.io/catchpoint/catchpoint" -version = "1.3.0" +version = "2.0.0"