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

chore: tflint fixes #6

Merged
merged 2 commits into from
Aug 23, 2024
Merged

chore: tflint fixes #6

merged 2 commits into from
Aug 23, 2024

Conversation

nitrocode
Copy link
Contributor

what

  • chore: tflint fixes

why

  • Best practices

Config used

config {
  # dry-run so tflint does not exit with a non-zero status (yet)
  force = true
}

plugin "terraform" {
  enabled = true
  version = "0.9.1"
  source  = "github.com/terraform-linters/tflint-ruleset-terraform"
}

plugin "aws" {
  enabled = true
  version = "0.32.0"
  source  = "github.com/terraform-linters/tflint-ruleset-aws"
}

rule "terraform_standard_module_structure" {
  enabled = false
}

references

Signed-off-by: nitrocode <[email protected]>
Copy link
Contributor

github-actions bot commented Aug 23, 2024

Integration Test Results

20 tests  ±0   20 ✅ ±0   6s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit e869e8c. ± Comparison against base commit 1a363c4.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Aug 23, 2024

Test Results

79 tests  ±0   79 ✅ ±0   0s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit e869e8c. ± Comparison against base commit 1a363c4.

♻️ This comment has been updated with latest results.

Copy link
Member

@paulschwarzenberger paulschwarzenberger left a comment

Choose a reason for hiding this comment

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

LGTM

@nitrocode nitrocode merged commit cb6dcd3 into main Aug 23, 2024
6 checks passed
@nitrocode nitrocode deleted the tflint branch August 23, 2024 14:20
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