forked from Lainports/freebsd-ports
Input validations are being restored to the state file in this version of Terraform. Due to a state interoperability issue (#33770) in earlier versions, users that require interaction between different minor series should ensure they have upgraded to the following patches: - Users of Terraform prior to 1.3.0 are unaffected - Terraform 1.3 series users should upgrade to 1.3.10 - Terraform 1.4 series users should upgrade to 1.4.7 - Terraform 1.5 series users should upgrade to 1.5.7 - Users of Terraform 1.6.0 and later are unaffected Full changeLog: https://github.com/hashicorp/terraform/releases/tag/v1.7.0 Approved by: dbaio(mentor), garga(mentor) Differential Revision: https://reviews.freebsd.org/D43521
21 lines
487 B
Makefile
21 lines
487 B
Makefile
PORTNAME= terraform
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.7.0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= dutra@FreeBSD.org
|
|
COMMENT= Provides a common configuration to launch infrastructure
|
|
WWW= https://terraform.io/
|
|
|
|
USES= cpe go:1.21,modules
|
|
|
|
LICENSE_NAME= Business Source License 1.1
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
LICENSE_PERMS= dist-mirror pkg-mirror pkg-sell auto-accept
|
|
|
|
CPE_VENDOR= hashicorp
|
|
GO_MODULE= github.com/hashicorp/terraform
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|