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 }