Skip to content

Instantly share code, notes, and snippets.

@Kulasangar
Created September 1, 2018 19:48
Show Gist options
  • Save Kulasangar/2739776799e12be9dc6225cddb6aac19 to your computer and use it in GitHub Desktop.
Save Kulasangar/2739776799e12be9dc6225cddb6aac19 to your computer and use it in GitHub Desktop.
resource "aws_iam_instance_profile" "test_profile" {
name = "test_profile"
roles = ["${aws_iam_role.ec2_s3_access_role.name}"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment