Skip to content

Commit

Permalink
more runner support
Browse files Browse the repository at this point in the history
  • Loading branch information
araman-m committed Jul 9, 2023
1 parent b174ebb commit a81250f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/iam_worker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "aws_iam_policy" "pol-splunk-ec2worker-secret" {
secret = aws_secretsmanager_secret.splunk_admin.arn
secret2 = module.ssh.splunk_ssh_key_arn
ssmkey = module.ssh.splunk_ssh_key_ssm_arn
ssmkeyrunner = aws_ssm_parameter.splunkpatjinjarunner
ssmkeyrunner = count = ( var.enableprovision ? var.ghtoken : "" )
profile = var.profile
splunktargetenv = var.splunktargetenv
}
Expand Down

0 comments on commit a81250f

Please sign in to comment.