Skip to content

Commit

Permalink
formatting rhel.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 13, 2024
1 parent 6333495 commit a8dff79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rhel.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8dff79

Please sign in to comment.