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

fix: Pattern-blue-green-upgrade update example for tfvars #1799

Merged
merged 10 commits into from
Nov 8, 2023

Conversation

allamand
Copy link
Contributor

Description

Motivation and Context

The example tfvars was not using the right source for gitops bridge

  • Resolves #

How was this change tested?

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

Additional Notes

@allamand allamand requested a review from a team as a code owner October 20, 2023 21:40
@allamand allamand temporarily deployed to EKS Blueprints Test October 20, 2023 21:40 — with GitHub Actions Inactive
@csantanapr
Copy link
Contributor

Thanks for the PR @allamand

@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.0"
required_version = ">= 1.4.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

are we using any features that require a MSV of 1.4?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no, we have recommendation of version on this ?

Copy link
Contributor

Choose a reason for hiding this comment

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

the required version should be the minimum supported version - so unless we are using a feature thats only available starting with Terraform 1.4, then we default to 1.0

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok

@rodrigobersa rodrigobersa changed the title Fix: pattern-blue-green-upgrade update example for tfvars fix: pattern-blue-green-upgrade update example for tfvars Nov 2, 2023
@rodrigobersa rodrigobersa changed the title fix: pattern-blue-green-upgrade update example for tfvars fix: Pattern-blue-green-upgrade update example for tfvars Nov 2, 2023
@bryantbiggs bryantbiggs merged commit 204aeee into aws-ia:main Nov 8, 2023
34 checks passed
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.

4 participants