Bump artifactapi provider to v0.2.0 #21
Reference in New Issue
Block a user
Delete Branch "benvin/provider-v0.2.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The artifactapi Terraform provider v0.2.0 adds the
artifactapi_remote_github_rpmresource, which manages remotes that expose a GitHub repo's releases as a dnf/yum repository. Pinning to it makes that resource available to this configuration.How
artifactapiprovider version constraint inmodules/artifactapi/versions.tffrom 0.1.4 to 0.2.0.terragrunt init -upgrade).No github_rpm remote is declared yet; adding a concrete remote is a follow-up once a target repo is chosen.