Skip to content

fix: remove malformed test_formatting.tf causing CI failures#213

Merged
lgallard merged 1 commit intomasterfrom
fix/remove-malformed-test-file
Aug 11, 2025
Merged

fix: remove malformed test_formatting.tf causing CI failures#213
lgallard merged 1 commit intomasterfrom
fix/remove-malformed-test-file

Conversation

@lgallard
Copy link
Copy Markdown
Owner

Summary

Remove the test_formatting.tf file with intentionally malformed HCL syntax that has been causing terraform validation failures across all CI workflows.

Problem

The test_formatting.tf file contains invalid Terraform syntax:

resource "aws_kms_key" "backup"{description="Test KMS key"
 
 # Inconsistent indentation and spacing
deletion_window_in_days=7}

This malformed syntax prevents:

  • terraform init from running successfully
  • terraform validate from completing
  • All terraform-related CI checks from passing in any PR

Impact

Solution

Related

Test Plan

Remove test_formatting.tf file with intentional syntax errors that was causing terraform validation failures in CI workflows across all branches and PRs.

This file contained malformed HCL syntax that prevented terraform init and validate from running successfully, blocking all terraform-related CI checks.

The file was added for testing pre-commit workflows but should not be committed to the repository as it breaks terraform validation for the entire project.
@lgallard lgallard merged commit fb2337b into master Aug 11, 2025
39 checks passed
@lgallard lgallard deleted the fix/remove-malformed-test-file branch August 11, 2025 20:02
@github-actions github-actions Bot mentioned this pull request Aug 11, 2025
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.

1 participant