Skip to content

Commit

Permalink
chore: fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdon committed Nov 15, 2024
1 parent 3475a3a commit 20ed152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/ansible-playbooks/perforce/helix-core/ssm_module.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ resource "aws_ssm_document" "ansible_playbook" {
})
}

resource "aws_ssm_association" "toolkitdoc" {
resource "aws_ssm_association" "configure_perforce_helix_core" {
name = aws_ssm_document.ansible_playbook.name
association_name = "Toolkit-AnsibleAssociation"

targets {
key = "tag:Project"
values = ["ToolkitTest"]
values = ["PerforceHelixCore"]
}
parameters = {
SourceType = "S3"
Expand Down

0 comments on commit 20ed152

Please sign in to comment.