Skip to content

Instantly share code, notes, and snippets.

@Kulasangar
Last active September 1, 2018 17:18
Show Gist options
  • Save Kulasangar/fdf269b98779e80d274da98a45fa391f to your computer and use it in GitHub Desktop.
Save Kulasangar/fdf269b98779e80d274da98a45fa391f to your computer and use it in GitHub Desktop.
resource "aws_iam_role" "ec2_s3_access_role" {
name = "s3-role"
assume_role_policy = "${file("assumerolepolicy.json")}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment