https://github.com/devops-rob/terraform-boundary-getting-started
A starter module that deploys all the resources required to log in to boundary for the first time.
https://github.com/devops-rob/terraform-boundary-getting-started
Last synced: 7 months ago
JSON representation
A starter module that deploys all the resources required to log in to boundary for the first time.
- Host: GitHub
- URL: https://github.com/devops-rob/terraform-boundary-getting-started
- Owner: devops-rob
- License: apache-2.0
- Created: 2021-06-25T11:37:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T13:47:44.000Z (over 4 years ago)
- Last Synced: 2025-02-08T02:35:29.783Z (12 months ago)
- Language: HCL
- Size: 6.84 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Module: HashiCorp Boundary starter resources
This module will provision the main resources in Boundary to allow you to log in for the first time and configure Boundary as per your organisations requirements.
## Requirements
This module assumes you have a Boundary cluster provisioned with a database which has been initialised with no resources.
## Example usage
```hcl
provider "boundary" {
addr = "http://boundary.container.shipyard.run:9200/"
recovery_kms_hcl = <