summaryrefslogtreecommitdiff
path: root/app-admin/terraform/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-12 16:58:08 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-12 16:58:08 +0000
commitc8a77dfe4d3d307c1d5dd2650b7297447d8b609d (patch)
tree9ea78393bc3ecd6ab4de449383d4e97e5f3648ae /app-admin/terraform/metadata.xml
parent2891d29af8907ce881662f4a02844926d7a293c7 (diff)
gentoo resync : 12.01.2019
Diffstat (limited to 'app-admin/terraform/metadata.xml')
-rw-r--r--app-admin/terraform/metadata.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-admin/terraform/metadata.xml b/app-admin/terraform/metadata.xml
new file mode 100644
index 000000000000..6cdb29b9fbee
--- /dev/null
+++ b/app-admin/terraform/metadata.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dan@danmolik.com</email>
+ <name>Dan Molik</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</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>