We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406701d commit b069b88Copy full SHA for b069b88
locals.tf
@@ -4,7 +4,7 @@ locals {
4
var.runner_iam_role_name,
5
"${local.name_iam_objects}-instance"
6
)
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}"
+ 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}"
8
9
# Convert list to a string separated and prepend by a comma
10
docker_machine_options_string = format(
0 commit comments