From 5de0fd39829ff23f62576cba6c1e3d5c0783e072 Mon Sep 17 00:00:00 2001 From: Alejandro Lazaro Date: Wed, 8 Nov 2023 12:56:40 +0100 Subject: [PATCH] feat: add opentofu plugin (#893) --- README.md | 1 + plugins/opentofu | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/opentofu diff --git a/README.md b/README.md index 05a0afb39..909ba9572 100644 --- a/README.md +++ b/README.md @@ -503,6 +503,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | opensearch | [randikabanura/asdf-opensearch](https://github.com/randikabanura/asdf-opensearch) | [![Build Status](https://github.com/randikabanura/asdf-opensearch/workflows/Build/badge.svg?branch=main)](https://github.com/randikabanura/asdf-opensearch/actions) | | opensearch-cli | [iul1an/asdf-opensearch-cli](https://github.com/iul1an/asdf-opensearch-cli) | [![Build Status](https://github.com/iul1an/asdf-opensearch-cli/workflows/Build/badge.svg?branch=main)](https://github.com/iul1an/asdf-opensearch-cli/actions) | | openshift-install | [hhemied/asdf-openshift-install](https://github.com/hhemied/asdf-openshift-install) | [![Build Status](https://github.com/hhemied/asdf-openshift-install/actions/workflows/asdf-ci.yaml/badge.svg?branch=main)](https://github.com/hhemied/asdf-openshift-install/actions/workflows/asdf-ci.yaml) | +| opentofu | [virtualroot/asdf-opentofu](https://github.com/virtualroot/asdf-opentofu) | [![Build Status](https://github.com/virtualroot/asdf-opentofu/actions/workflows/build.yml/badge.svg)](https://github.com/virtualroot/asdf-opentofu) | | Operator SDK | [Medium/asdf-operator-sdk](https://github.com/Medium/asdf-operator-sdk) | [![Build Status](https://travis-ci.org/Medium/asdf-operator-sdk.svg?branch=master)](https://travis-ci.org/Medium/asdf-operator-sdk) | | Opsgenie-lamp | [ORCID/asdf-opsgenie-lamp](https://github.com/ORCID/asdf-opsgenie-lamp) | [![Build](https://github.com/ORCID/asdf-opsgenie-lamp/actions/workflows/build.yml/badge.svg)](https://github.com/ORCID/asdf-opsgenie-lamp/actions/workflows/build.yml) | | oras | [bodgit/asdf-oras](https://github.com/bodgit/asdf-oras) | [![Build Status](https://github.com/bodgit/asdf-oras/workflows/Build/badge.svg?branch=main)](https://github.com/bodgit/asdf-oras/actions) | diff --git a/plugins/opentofu b/plugins/opentofu new file mode 100644 index 000000000..e7290479f --- /dev/null +++ b/plugins/opentofu @@ -0,0 +1 @@ +repository = https://github.com/virtualroot/asdf-opentofu.git