app-admin/terraform: add version 0.15.5

master
Alexander Miroshnichenko 2023-06-09 13:09:19 +03:00
parent 60d7412b0b
commit 69ac441ac9
Signed by: alex
GPG Key ID: E93720C6C73A77F4
3 changed files with 2139 additions and 0 deletions

1036
app-admin/terraform/Manifest Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>zlogene@gentoo.org</email>
<name>Mikle Kolyada</name>
</maintainer>
<maintainer type="person">
<email>williamh@gentoo.org</email>
<name>William Hubbs</name>
</maintainer>
<longdescription lang="en">
Terraform is a tool for building, changing, and versioning infrastructure
safely and efficiently. Terraform can manage existing and popular service
providers as well as custom in-house solutions.
Terraform files describe the components needed to run a single application
or your entire datacenter. Terraform generates an execution plan describing
what it will do to reach the desired state, and then executes it to build
the described infrastructure. As the configuration changes, Terraform is
able to determine what changed and create incremental execution plans which
can be applied.
</longdescription>
<upstream>
<changelog>https://github.com/hashicorp/terraform/blob/master/CHANGELOG.md</changelog>
<remote-id type="github">hashicorp/terraform</remote-id>
</upstream>
</pkgmetadata>

File diff suppressed because it is too large Load Diff