-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Allow custom broker name #70
Conversation
@dotCipher I ran make readme but seems it removed some things, not sure if that is intended or not. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, please see a few comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joshuabalduff thank you for all the changes, please remove the file .terraform.lock.hcl
- we don't commit TF state lock files
@joshuabalduff sorry to bother you again, the PR looks good now, please run the following commands and commit the changes: make init
make github/init
make readme |
No, you are totally fine. It's been a long weekend with code changes and trying to keep up. Thanks for the help. 😄 |
/terratest |
@joshuabalduff In particular: module "vpc" - please use the version AND the input names as defined here https://github.com/cloudposse/terraform-aws-eks-cluster/blob/main/examples/complete/main.tf#L30 module "subnets" - please use the version AND the input names as defined here https://github.com/cloudposse/terraform-aws-eks-cluster/blob/main/examples/complete/main.tf#L40 thanks |
@joshuabalduff Hi, can you update the pr so that it passes the tests? otherwise, it is likely to be closed due to staleness. |
Thanks @joshuabalduff for creating this pull request! A maintainer will review your changes shortly. Please don't be discouraged if it takes a while. While you wait, make sure to review our contributor guidelines. Tip Need help or want to ask for a PR review to be expedited?Join us on Slack in the |
Important Cloud Posse Engineering Team Review RequiredThis pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes. To expedite this process, reach out to us on Slack in the |
This pull request now has conflicts. Could you fix it @joshuabalduff? 🙏 |
This PR has been closed due to inactivity and merge conflicts. |
what
Allow a user to set
broker_name
to a custom name.why
Flexibility
references