Skip to content

Commit c493e5a

Browse files
committed
linting
Signed-off-by: Mark Bolwell <[email protected]>
1 parent c3e3d26 commit c493e5a

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

RHEL7.tfvars

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ ami_os = "centos7"
44
ami_username = "centos"
55
ami_user_home = "/home/centos"
66
benchmark_os = "RHEL7"
7-

UBUNTU20.tfvars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Ami ubuntu 2004
1+
#Ami ubuntu 2004
22
ami_id = "ami-05fe5907b25984493"
33
ami_os = "ubuntu20"
44
ami_username = "ubuntu"

UBUNTU22.tfvars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Ami ubuntu 2204
1+
#Ami ubuntu 2204
22
ami_id = "ami-051dcca84f1edfff1"
33
ami_os = "ubuntu22"
44
ami_username = "ubuntu"

github_vars.tfvars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// github_actions variables
22
// Resourced in github_networks.tf
33
// Declared in variables.tf
4-
//
4+
//
55

66
namespace = "Lockdown_enterprise_workflow"
77

main.tf

-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,3 @@ resource "local_file" "inventory" {
9292
ubtu22cis_grub_user_passwd: '$y$j9T$MBA5l/tQyWifM869nQjsi.$cTy0ConcNjIYOn6Cppo5NAky20osrkRxz4fEWA8xac6'
9393
EOF
9494
}
95-

0 commit comments

Comments
 (0)