You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,19 @@
2
2
# Boundary Reference Architectures
3
3
This repo contains community-supported examples for deploying Boundary on different platforms - including AWS, Microsoft Azure, Google Cloud Platform, Kubernetes, and Docker Compose. Most examples use Terraform for provisioning and configuring Boundary.
4
4
5
+
If you are looking for a simple example for HCP/OSS Boundary, see the `quickstart` folder
6
+
5
7
Disclaimer: the examples in this repository are for demonstration purposes only to convey how to get Boundary up and running
6
8
on popular cloud and container platforms. They're not officially supported modules or designed to be "production" ready. They're
7
9
here as a starting point and assume end-users have experience with each example platform.
8
10
9
11
## Contributing
10
-
Community contributions to this repository are encouraged and can be added to `deployment/`.
12
+
Community contributions to this repository are encouraged and can be added to `deployment/` and `configuration/`.
11
13
12
14
13
15
## Contents
14
-
-`deployment/`: Contains example configurations for deploying and configuring Boundary.
16
+
-`deployment/`: Contains example configurations for deploying and configuring Boundary.
17
+
-`configuration/`: Contains examples for configuring Boundary resources assuming you already have a deployed environment, such as for HCP Boundary and Dev mode.
0 commit comments