f1f6d699e5
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.
10 lines
202 B
Terraform
10 lines
202 B
Terraform
terraform {
|
|
required_version = ">= 1.10"
|
|
required_providers {
|
|
artifactapi = {
|
|
source = "artifactapi.k8s.syd1.au.unkin.net/terraform-unkin/artifactapi"
|
|
version = "0.2.0"
|
|
}
|
|
}
|
|
}
|