From a8dff79b968f4a00d34b2ce08e83e1b11bb8e81c Mon Sep 17 00:00:00 2001 From: arnol377 Date: Tue, 13 Aug 2024 12:03:25 -0400 Subject: [PATCH] formatting rhel.tf --- rhel.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rhel.tf b/rhel.tf index 60ef68f..02d3e79 100644 --- a/rhel.tf +++ b/rhel.tf @@ -18,10 +18,10 @@ module "rhel" { type = "PLAINTEXT" } ] - packer_repo = data.aws_codecommit_repository.linux - ansible_repo = data.aws_codecommit_repository.ansible - goss_repo = data.aws_codecommit_repository.goss - goss_profile = "rhel-base-test" + packer_repo = data.aws_codecommit_repository.linux + ansible_repo = data.aws_codecommit_repository.ansible + goss_repo = data.aws_codecommit_repository.goss + goss_profile = "rhel-base-test" # goss_profile = "base-test" state = local.state_config vpc_config = local.vpc_config