No description
  • HCL 51.3%
  • Shell 18.9%
  • Python 12.4%
  • Smarty 11.2%
  • JavaScript 3.2%
  • Other 3%
Find a file
Caleb Albers 621bc5a218
Merge pull request #44 from hashicorp/compliance/add-headers
[COMPLIANCE] Add Copyright and License Headers
2023-03-29 10:25:40 -07:00
common/images import Consul Ent Automated Upgrades demo from old repo 2018-04-09 16:48:09 -07:00
operations [COMPLIANCE] Add Copyright and License Headers 2023-02-01 17:11:10 +00:00
service-configuration [COMPLIANCE] Add Copyright and License Headers 2023-02-01 17:11:10 +00:00
service-discovery [COMPLIANCE] Add Copyright and License Headers 2023-02-01 17:11:10 +00:00
service-segmentation [COMPLIANCE] Add Copyright and License Headers 2023-02-01 17:11:10 +00:00
.gitignore Update gitignore 2018-07-21 21:14:10 -07:00
CONTRIBUTING.md Initial commit 2017-11-15 00:47:34 -08:00
LICENSE [COMPLIANCE] Update MPL 2.0 LICENSE 2022-10-12 20:43:26 +00:00
README.md Consul Connect guide V1 vagrant and terraform (AWS) 2018-09-03 02:34:41 -04:00



Consul Guides

This repository aims to assist individuals in learning how to install, configure, and administer HashiCorp Consul.

Disclaimer

This repo is a work in progress. We've decided to open source it while we build as the initial examples may be useful for some. Please bear with us while we work to create meaningful content that will be useful for all.

Operations Guides

Guides for Consul Operational tasks.

Service Discovery Guides

This area contains example use cases for how to use Consul for service discovery.

Service Configuration Guides

None yet, check back soon or feel free to contribute!

Service Segementation Guides

This area contains examples of securing service-to-service communication using Consul Connect.

Assets

This directory contains graphics and other material for the repository.

gitignore.tf Files

You may notice some gitignore.tf files in certain directories. .tf files that contain the word "gitignore" are ignored by git in the .gitignore file.

If you have local Terraform configuration that you want ignored (like Terraform backend configuration), create a new file in the directory (separate from gitignore.tf) that contains the word "gitignore" (e.g. backend.gitignore.tf) and it won't be picked up as a change.

Contributing

We welcome contributions and feedback! For guide submissions, please see the contributions guide