-
-
Couldn't load subscription status.
- Fork 631
feat!: Upgrade AWS provider and min required Terraform version to 6.0 and 1.5.7 respectively
#217
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
Merged
Merged
Changes from 25 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
1efb36d
feat: Support `managed_draining` argument at `aws_ecs_capacity_provid…
ivan-sukhomlyn 83b79cd
feat: Add support for multiple `service`s inside `service_connect_con…
saki-engineering c83dc9e
feat: Add support for custom metric queries in customized_metric_spec…
mattaltberg 73fce3c
feat: Add support for service connect timeout settings (#212)
salscode 472aad9
feat: Add support for EBS volumes (#205)
rlinstorres 12b2f40
feat: Add support for service connect tls settings (#216)
kevouellet bd6cffa
fix: Propagate support for EBS volumes to the root module (#223)
montaguethomas 6bc8138
fix: Correct logic for local `needs_infrastructure_iam_role` check (#…
montaguethomas 664bb44
feat: Add support for restartPolicy (#231)
psantus 75f3e7d
refactor: Initial pass at variable type definitions for service module'
bryantbiggs 4f98ff1
refactor: Initial pass at variable type definitions for container def…
bryantbiggs 5d7c29e
chore: Update variable name to tag_specifications (#251)
LuisValdesZero fb5bcc4
feat: Add support for availability zone rebalancing (#262) (#269)
kskmats 27d93bc
chore: Raise MSV of AWS provider
bryantbiggs 4a0b133
feat: Use policy for tasks role instead of inline policy
bryantbiggs b0914fe
feat: Add FIS param and remove inference accelerator from `service` m…
bryantbiggs ed296d1
feat: Update cluster variable definitions; drop `cluster_` prefix
bryantbiggs 85a21cd
Merge branch 'master' into wip/v6
bryantbiggs b9fb67b
feat: Bump version requirements for AWS provider and Terraform to v6.…
bryantbiggs 5a4a70f
feat: Update cluster configurations
bryantbiggs 8240072
feat: Update container definition configurations
bryantbiggs 0277e00
feat: Update service configurations
bryantbiggs e987f75
feat: The worlds longest variable definition
bryantbiggs f3c9f66
fix: Corrections
bryantbiggs 1c55b83
chore: Update upgrade guide, add container definition example for tes…
bryantbiggs 6d0ff2b
fix: Correct tflint ignore statemtns for camelCasing
bryantbiggs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Can tflint recognize inline comments to mark just unsupported places? Other tools like tfsec and checkov can, so maybe tflint can also?
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.
oh that was much easier than I thought it would be 😅 - fixed in 6d0ff2b