diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2019-08-24 10:28:43 +0800 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2019-08-24 10:28:43 +0800 |
commit | 122706342b3bb8c44c8a1ba1c09bbec8ca677f87 (patch) | |
tree | b866dde9a7af6583bcc3a54d1959e1c08d151be0 /sysutils/Makefile | |
parent | 947242e8ae8c598627c6b8f97123eb809a8e909e (diff) | |
download | freebsd-ports-gnome-122706342b3bb8c44c8a1ba1c09bbec8ca677f87.tar.gz freebsd-ports-gnome-122706342b3bb8c44c8a1ba1c09bbec8ca677f87.tar.zst freebsd-ports-gnome-122706342b3bb8c44c8a1ba1c09bbec8ca677f87.zip |
Add new port sysutils/terraform-provider-vultr
A community developed provider to support the Vultr cloud with Terraform.
Terraform is used to create, manage, and update infrastructure resources such as
physical machines, VMs, network switches, containers, and more.
Almost any infrastructure type can be represented as a resource in Terraform.
A provider is responsible for understanding API interactions and exposing
resources. Providers generally are an IaaS, PaaS, or SaaS services.
WWW: https://github.com/squat/terraform-provider-vultr
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 44741093e518..29c8fa15e63b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1335,6 +1335,7 @@ SUBDIR += tenshi SUBDIR += tentakel SUBDIR += terraform + SUBDIR += terraform-provider-vultr SUBDIR += testdisk SUBDIR += thefish SUBDIR += timelimit |