From a0a5624dcf893b9332e042049ae31991976d989b Mon Sep 17 00:00:00 2001 From: Nick Wall <46641379+walln@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:00:57 -0600 Subject: [PATCH] feat: add axiom provider --- metadata/axiom.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 metadata/axiom.toml diff --git a/metadata/axiom.toml b/metadata/axiom.toml new file mode 100644 index 0000000..5fca3c2 --- /dev/null +++ b/metadata/axiom.toml @@ -0,0 +1,3 @@ +name = "axiom" +terraform = "registry.terraform.io/axiomhq/axiom" +version = "1.3.0"