From 3e24f070cb72d181291bb8ed739620d2ffc893ae Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 11 Jun 2024 13:30:59 +0100 Subject: [PATCH] lint Signed-off-by: Mark Bolwell --- .github/workflows/github_vars.tfvars | 2 +- .github/workflows/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_vars.tfvars b/.github/workflows/github_vars.tfvars index 3ea5253..b8d1f5e 100644 --- a/.github/workflows/github_vars.tfvars +++ b/.github/workflows/github_vars.tfvars @@ -1,7 +1,7 @@ // github_actions variables // Resourced in github_networks.tf // Declared in variables.tf -// +// namespace = "github_actions" environment = "lockdown_github_repo_workflow" diff --git a/.github/workflows/main.tf b/.github/workflows/main.tf index 28a945f..f39036f 100644 --- a/.github/workflows/main.tf +++ b/.github/workflows/main.tf @@ -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 }