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
This commit is contained in:
Ben Woods 2019-08-24 02:28:43 +00:00
parent 947242e8ae
commit 122706342b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509711
4 changed files with 37 additions and 0 deletions

View File

@ -1335,6 +1335,7 @@
SUBDIR += tenshi
SUBDIR += tentakel
SUBDIR += terraform
SUBDIR += terraform-provider-vultr
SUBDIR += testdisk
SUBDIR += thefish
SUBDIR += timelimit

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= terraform-provider-vultr
PORTVERSION= 0.1.10
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= woodsb02@FreeBSD.org
COMMENT= Terraform provider for Vultr
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= terraform:sysutils/terraform
USES= go
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
USE_GITHUB= yes
GH_ACCOUNT= squat
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1566611069
SHA256 (squat-terraform-provider-vultr-v0.1.10_GH0.tar.gz) = ed4e874cbe1a7f3f163dbfdedc436c7443bede5f8aeabc2857f50dfcf1e2ed3f
SIZE (squat-terraform-provider-vultr-v0.1.10_GH0.tar.gz) = 4297187

View File

@ -0,0 +1,10 @@
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