improvement: Use aws_partition to build IAM policy ARNs (#820)

* Use aws_partition to build IAM policy ARNs

* Update broken link to CONTRIBUTING.md in README.md
This commit is contained in:
Albert Lloveras
2020-03-31 01:09:41 +11:00
committed by GitHub
parent de00694a63
commit 4cc5753284
3 changed files with 3 additions and 3 deletions

View File

@@ -222,4 +222,4 @@ data "aws_iam_instance_profile" "custom_worker_group_launch_template_iam_instanc
)
}
data "aws_region" "current" {}
data "aws_partition" "current" {}