Files
oam/knowledge base/terraform enterprise.md
2023-07-09 21:35:14 +02:00

44 lines
1.0 KiB
Markdown

# Terraform Enterprise
Self-hosted distribution of Terraform Cloud.
## Table of contents <!-- omit in toc -->
1. [Basic requirements](#basic-requirements)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## Basic requirements
- a license file from HashiCorp
- a TLS certificate with private key; the key and X.509 certificate must be PEM (base64) encoded
- at least 10GB of disk space on the root volume
- at least 40GB of disk space for the Docker data directory (defaults to `/var/lib/docker`)
- at least 8GB of system memory
- at least 4 CPU cores
## Further readings
- [Replicated]
- [`tfe-admin`][tfe-admin]
## Sources
All the references in the [further readings] section, plus the following:
- [Terraform Enterprise documentation]
<!--
References
-->
<!-- Upstream -->
[terraform enterprise documentation]: https://developer.hashicorp.com/terraform/enterprise
<!-- In-article sections -->
[further readings]: #further-readings
<!-- Knowledge base -->
[replicated]: replicated.md
[tfe-admin]: tfe-admin.md