From f1f6d699e5ea70baa46cbc083ba75a0e6aa27d1d Mon Sep 17 00:00:00 2001 From: benvin Date: Mon, 10 Aug 2026 23:28:07 +1000 Subject: [PATCH] Bump artifactapi provider to v0.2.0 Pin the artifactapi Terraform provider to v0.2.0, which adds the artifactapi_remote_github_rpm resource (GitHub releases served as a yum repo). Verified v0.2.0 resolves and installs from the terraform-unkin registry. --- modules/artifactapi/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/artifactapi/versions.tf b/modules/artifactapi/versions.tf index 4dcbd51..f5f1d8c 100644 --- a/modules/artifactapi/versions.tf +++ b/modules/artifactapi/versions.tf @@ -3,7 +3,7 @@ terraform { required_providers { artifactapi = { source = "artifactapi.k8s.syd1.au.unkin.net/terraform-unkin/artifactapi" - version = "0.1.4" + version = "0.2.0" } } } -- 2.47.3