Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Jun 11, 2024
1 parent 420e62b commit 3e24f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github_vars.tfvars
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// github_actions variables
// Resourced in github_networks.tf
// Declared in variables.tf
//
//

namespace = "github_actions"
environment = "lockdown_github_repo_workflow"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ resource "local_file" "inventory" {
setup_audit: true
run_audit: true
system_is_ec2: true
amazon2cis_rule_4_5_2_4: false # Don't set root password
amazon2cis_rule_4_5_2_4: false # Don't set root password
EOF
}

0 comments on commit 3e24f07

Please sign in to comment.