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:
parent
947242e8ae
commit
122706342b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509711
@ -1335,6 +1335,7 @@
|
|||||||
SUBDIR += tenshi
|
SUBDIR += tenshi
|
||||||
SUBDIR += tentakel
|
SUBDIR += tentakel
|
||||||
SUBDIR += terraform
|
SUBDIR += terraform
|
||||||
|
SUBDIR += terraform-provider-vultr
|
||||||
SUBDIR += testdisk
|
SUBDIR += testdisk
|
||||||
SUBDIR += thefish
|
SUBDIR += thefish
|
||||||
SUBDIR += timelimit
|
SUBDIR += timelimit
|
||||||
|
23
sysutils/terraform-provider-vultr/Makefile
Normal file
23
sysutils/terraform-provider-vultr/Makefile
Normal 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>
|
3
sysutils/terraform-provider-vultr/distinfo
Normal file
3
sysutils/terraform-provider-vultr/distinfo
Normal 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
|
10
sysutils/terraform-provider-vultr/pkg-descr
Normal file
10
sysutils/terraform-provider-vultr/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user