summaryrefslogtreecommitdiff
path: root/sysutils/terraform/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/terraform/Makefile')
-rw-r--r--sysutils/terraform/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile
index 3f56fe4f2ab6..d81631a358f2 100644
--- a/sysutils/terraform/Makefile
+++ b/sysutils/terraform/Makefile
@@ -1,6 +1,6 @@
PORTNAME= terraform
DISTVERSIONPREFIX= v
-DISTVERSION= 1.11.4
+DISTVERSION= 1.12.2
CATEGORIES= sysutils
MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod
DISTFILES= ${DISTVERSIONFULL}${EXTRACT_SUFX} \
@@ -10,6 +10,7 @@ DISTFILES= ${DISTVERSIONFULL}${EXTRACT_SUFX} \
internal/backend/remote-state/cos/go.mod:gomod \
internal/backend/remote-state/gcs/go.mod:gomod \
internal/backend/remote-state/kubernetes/go.mod:gomod \
+ internal/backend/remote-state/oci/go.mod:gomod \
internal/backend/remote-state/oss/go.mod:gomod \
internal/backend/remote-state/pg/go.mod:gomod \
internal/backend/remote-state/s3/go.mod:gomod \
@@ -20,7 +21,7 @@ MAINTAINER= dutra@FreeBSD.org
COMMENT= Provides a common configuration to launch infrastructure
WWW= https://terraform.io/
-USES= cpe go:1.23,modules
+USES= cpe go:1.24,modules
USE_GITHUB= yes
GH_ACCOUNT= hashicorp
GH_PROJECT= terraform