Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 505 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 505 Bytes

terraform-rpm

RPM package for Terraform.

Requirements

## Fedora
dnf install fedora-packager fedora-review -y

Setup your tree ( Optional )

Create the directory structure for the ~/rpmbuild directory.

rpmdev-setuptree

Download Source0

This will download the sources or patches listed with a URL into your RPM's %{_sourcedir}.

spectool -g -R terraform.spec

Build the package

To package up the binary.

rpmbuild -bb terraform.spec