boundary-reference-architecture icon indicating copy to clipboard operation
boundary-reference-architecture copied to clipboard

Example reference architecture for a high availability Boundary deployment on AWS.

Results 28 boundary-reference-architecture issues
Sort by recently updated
recently updated
newest added

Upgraded boundary to 1.1.14 and AWS to 5.41. Updated/migrated deprecated resources.

Hi there 👋 This PR was auto-generated as part of an internal review of public repositories that are not in compliance with HashiCorp's licensing standards. **Frequently Asked Questions** Why am...

automated
legal

It's been a while since the reference architecture was updated. Do you still consider that following the examples here yields a deployment following best practices?

I've update the AWS , Docker , Kubernetes TF code to work on latests version of Boundary including the updated TF provider with hosts sources instead of host sets on...

It looks like there may have been significant changes to both the boundary provider as well as the azurerm provider. When running `terraform validate` in the deployment/azure directory, it returns...

bug

I have a issue when execute the apply. ![issue](https://user-images.githubusercontent.com/39103629/193704528-875e2f97-5002-42db-b8b9-c220f75cf615.png) i didn't change nothing in the tf code

LB and Target Groups names are limited to 32-characters: * https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateLoadBalancer.html Encountered an edge-case where the TF code tried to name my resources "marmoset" which ran afoul of this limitation.

Error: Failed to download module Could not download module "boundary" (main.tf:33) source code.

triage

When use AWS terraform, get error: ``` │ Error: Unsupported argument │ │ on boundary/targets.tf line 8, in resource "boundary_target" "backend_servers_ssh": │ 8: host_set_ids = [ │ │ An argument...