Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created August 5, 2019 03:11
Show Gist options
  • Select an option

  • Save KyMidd/9376cbd6882e930c49c154c4cf7a1ccf to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/9376cbd6882e930c49c154c4cf7a1ccf to your computer and use it in GitHub Desktop.
resource "aws_iam_user_policy_attachment" "iam_user_assume_attach" {
user = "${aws_iam_user.ado_iam_user.name}"
policy_arn = "${aws_iam_policy.ado_iam_policy.arn}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment