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: Existing linting issues #290

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

adamantike
Copy link
Contributor

what

  • lookup call with two arguments is deprecated since Terraform v0.7 [1].
  • Full splat operator is available since Terraform v0.12 [2].

[1] https://developer.hashicorp.com/terraform/language/functions/lookup
[2] https://www.hashicorp.com/blog/terraform-0-12-generalized-splat-operator

@adamantike adamantike requested review from a team as code owners October 14, 2024 15:21
@mergify mergify bot added the triage Needs triage label Oct 14, 2024
* `lookup` call with two arguments is deprecated since Terraform v0.7 [1].
* Full splat operator is available since Terraform v0.12 [2].

[1] https://developer.hashicorp.com/terraform/language/functions/lookup
[2] https://www.hashicorp.com/blog/terraform-0-12-generalized-splat-operator
@gberenice
Copy link
Contributor

/terratest

Copy link
Contributor

@gberenice gberenice left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @adamantike 👍

@gberenice gberenice merged commit 1147833 into cloudposse:main Oct 15, 2024
19 checks passed
@mergify mergify bot removed the triage Needs triage label Oct 15, 2024
Copy link
Contributor

These changes were released in v2.1.5.

@adamantike adamantike deleted the fix/existing-linting-issues branch October 15, 2024 15:41
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.

2 participants