Skip to content

Commit b069b88

Browse files
FelikZAlexey Shevchenko
and
Alexey Shevchenko
authored
fix: runner_agent_role_arn (#596)
Co-authored-by: Alexey Shevchenko <[email protected]>
1 parent 406701d commit b069b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locals.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ locals {
44
var.runner_iam_role_name,
55
"${local.name_iam_objects}-instance"
66
)
7-
aws_iam_role_instance_arn = "arn:${data.aws_partition.current.partition}:iam:${data.aws_caller_identity.current.account_id}:role/${local.aws_iam_role_instance_name}"
7+
aws_iam_role_instance_arn = "arn:${data.aws_partition.current.partition}:iam::${data.aws_caller_identity.current.account_id}:role/${local.aws_iam_role_instance_name}"
88

99
# Convert list to a string separated and prepend by a comma
1010
docker_machine_options_string = format(

0 commit comments

Comments
 (0)