mirror of
https://github.com/hashicorp/terraform-aws-hashicorp-consul-eks-addon
synced 2026-04-05 19:06:39 +00:00
No description
- HCL 100%
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github/workflows | ||
| blueprints/getting-started | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .terraform-docs.yml | ||
| .tool-versions | ||
| CODEOWNERS | ||
| consul-config.yml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| main.tf | ||
| outputs.tf | ||
| README.md | ||
| terraform.tf | ||
| variables.tf | ||
HashiCorp Consul Add-on for AWS EKS
Deploy HashiCorp Consul to AWS EKS Clusters with this add-on.
Table of Contents
Usage
If you would like to override any defaults with the chart, you can do so by passing the helm_config variable.
For a more extensive example, see blueprints/getting-started.
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| helm_config | HashiCorp Consul Helm chart configuration | any |
{} |
no |
| manage_via_gitops | Determines if the add-on should be managed via GitOps | bool |
false |
no |
Outputs
| Name | Description |
|---|---|
| argocd_gitops_config | Configuration used for managing the add-on with ArgoCD |
| merged_helm_config | (merged) Helm Config for HashiCorp Consul |
Author Information
This repository is maintained by the contributors listed on GitHub.
License
Licensed under the Mozilla Public License, Version 2.0 (the "License").
You may obtain a copy of the License at mozilla.org/en-US/MPL/2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, without WARRANTIES or conditions of any kind, either express or implied.
See the License for the specific language governing permissions and limitations under the License.