terraform-aws-gitlab-runner icon indicating copy to clipboard operation
terraform-aws-gitlab-runner copied to clipboard

refactor: remove `arn_format`

Open kayman-mk opened this issue 3 years ago • 0 comments
trafficstars

Description

The arn_format used for US Gov and China can be calculated with aws_partition. Thus the parameter in the module is obsolete, marked as deprecated and should by removed with the next major release.

Migrations required

No, but you should remove the arn_format parameter from the module call as it is no longer in use.

Verification

  • [x] create a plan for the runner-default example and check that the ARNs in the policies still read arn:aws

kayman-mk avatar Oct 13 '22 07:10 kayman-mk