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