Skip to content

Conversation

@GuyBarros
Copy link

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 targets.

I also added a facilitator to get the correct boundary version on the AWS documentation.

as well as added tf outputs on all code to facilitate getting started with boundary after a succesfull TF run.

as well as a "destroy-tf-run" helped to ease clean up of resources. (without it the resources get destroyed before boundary resources and a destroy run fails)

@hashicorp-cla
Copy link

hashicorp-cla commented Feb 22, 2023

CLA assistant check
All committers have signed the CLA.

provider "aws" {
version = "~> 3.0"
region = "us-east-1"
region = "eu-west-2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this change intentional? us-east-1 is pretty standard, no?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, didnt notice I commited that change, I just use my nearest neighbou, no need to change at all.


db-init:
image: hashicorp/boundary:0.9.0
image: hashicorp/boundary
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we not make this explicitly 0.12.0 since this guide is written with that in mind?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my thought process was that it would make it easier to reuse this bit of code for future releases, hence why I dropped the version tag.

I thought about using an env file as well but happy either way

GuyBarros and others added 2 commits February 22, 2023 19:25
Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants