Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update aws/docker/kube for 0.12 release #100

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

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.

deployment/aws/README.md Outdated Show resolved Hide resolved
@@ -3,7 +3,7 @@

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.

@@ -19,7 +19,7 @@ services:
retries: 5

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

deployment/kube/README.md Outdated Show resolved Hide resolved
deployment/kube/main.tf Show resolved Hide resolved
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