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/Route53 reference setup terraform code #717

Merged
merged 2 commits into from
Nov 9, 2021
Merged

Conversation

ytsarev
Copy link
Member

@ytsarev ytsarev commented Nov 9, 2021

  • Update with the recent enhancements and terraform >= 1.0 compatibility
    fixes
  • Documentation update

Signed-off-by: Yury Tsarev [email protected]

@netlify
Copy link

netlify bot commented Nov 9, 2021

✔️ Deploy Preview for k8gb-preview ready!

🔨 Explore the source changes: 2119618

🔍 Inspect the deploy log: https://app.netlify.com/sites/k8gb-preview/deploys/618a539731376f0008268b4f

😎 Browse the preview: https://deploy-preview-717--k8gb-preview.netlify.app

@@ -8,8 +8,12 @@ Two EKS clusters in `eu-west-1` and `us-east-1`.

Terraform code for cluster reference setup can be found [here](https://github.com/k8gb-io/k8gb/tree/master/docs/examples/route53)

Feel free to reuse this code fully or partially and adapt for your existing scenario
things like IRSA(IAM Roles for Service Accounts).
Feel free to reuse this code fully or partially and adapt for your existing scenario custom configuration like
Copy link
Member

@jkremser jkremser Nov 9, 2021

Choose a reason for hiding this comment

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

nit: "..iguration like.." (2 spaces) Markdown + jekyll fixes this, but still

Copy link
Member Author

Choose a reason for hiding this comment

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

@jkremser amended, thanks for the catch.

* Update with the recent enhancements and terraform >= 1.0 compatibility
  fixes
* Documentation update

Signed-off-by: Yury Tsarev <[email protected]>
@@ -1,2 +1,3 @@
.terraform
.terraform*
terraform.tfstate*
Copy link
Collaborator

Choose a reason for hiding this comment

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

inspired by Terraform.gitignore; consider sensitive *.tfvars

Copy link
Member Author

Choose a reason for hiding this comment

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

@kuritka we are not passing tfvars here at all, but doing it through the module invocation see main.tf

Copy link
Collaborator

Choose a reason for hiding this comment

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

@ytsarev , ah, clear now. Thx

@ytsarev ytsarev requested review from jkremser and kuritka November 9, 2021 10:26
kuritka
kuritka previously approved these changes Nov 9, 2021
@ytsarev ytsarev requested a review from kuritka November 9, 2021 11:27
Copy link
Collaborator

@kuritka kuritka left a comment

Choose a reason for hiding this comment

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

lgtm

@ytsarev ytsarev merged commit 2d94b95 into master Nov 9, 2021
@ytsarev ytsarev deleted the aws-ref-setup-up branch November 9, 2021 11:49
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