getting-started

devops-rob/getting-started/boundary

Terraform Module HCL BOUNDARY

A starter module that deploys all the resources required to log in to boundary for the first time.

Install
module "getting-started" {
source = "devops-rob/getting-started/boundary"
version = "0.1.2"
}
plain text: /constructs/tfmod-devops-rob-getting-started-boundary/install.txt
⭐ Source on GitHub 📦 Registry page
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 = <<EOT kms "aead" { purpose = "recovery" aead_type = "aes-gcm" key = "nIRSASgoP91KmaEcg/EAaM4iAkksyB+Lkes0gzrLIRM=" key_id = "global_recovery" } EOT } module "boundary_starter_org" { source = "devops-rob/getting-started/boundary" login_account_password = "foofoofoo" } `` License Licensed under the Apache License, Version 2.0 (the "

Inputs (7)
NameTypeDescriptionDefault
login_account_passwordstringPassword required
org_namestringName of global org scope."organization"
org_descriptionstringOrganization scope description."Organization scope"
project_namestringName of project scope."project"
project_descriptionstringProject scope description."My first project."
login_account_namestringName of login account."myuser"
login_account_descriptionstringDescription of Login account"User account for my user"
Resources (5)
boundary_accountboundary_auth_methodboundary_roleboundary_scopeboundary_user
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.2
Cloud BOUNDARY
★ Stars6
Forks4
Total downloads833
Inputs7
Resources5
Examples1
LicenseApache-2.0
Namespacedevops-rob
Updated