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

Remove hardcoded regions #617

Merged
merged 2 commits into from
Jun 14, 2022
Merged

Remove hardcoded regions #617

merged 2 commits into from
Jun 14, 2022

Conversation

bonclay7
Copy link
Member

@bonclay7 bonclay7 commented Jun 9, 2022

What does this PR do?

AWS regions settings were hardcoded in some samples, confusing some users

More

  • Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
  • Yes, I ran pre-commit run -a with this PR

Note: Not all the PRs required examples and docs except a new pattern or add-on added.

For Moderators

  • E2E Test successfully complete before merge?

Additional Notes

Copy link
Contributor

@askulkarni2 askulkarni2 left a comment

Choose a reason for hiding this comment

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

Need default = us-west-2 for our CI checks.

variable "aws_region" {
description = "AWS Region to deploy resources"
type = string
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Provide default = us-west-2 so our CI doesn't wait for input.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for the review! Can you please merge if that's good for you?

@bonclay7 bonclay7 temporarily deployed to EKS Blueprints Test June 10, 2022 08:22 Inactive
@Zvikan Zvikan mentioned this pull request Jun 14, 2022
4 tasks
Copy link
Contributor

@askulkarni2 askulkarni2 left a comment

Choose a reason for hiding this comment

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

LGTM!

@askulkarni2 askulkarni2 merged commit ca4a59d into main Jun 14, 2022
@askulkarni2 askulkarni2 deleted the fix-observability-regions branch June 14, 2022 18:00
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.

None yet

3 participants