Skip to content

Instantly share code, notes, and snippets.

@scarolan
Created December 4, 2018 19:20
Show Gist options
  • Save scarolan/f3d3709c09c7a8a6fbd491613069c50a to your computer and use it in GitHub Desktop.
Save scarolan/f3d3709c09c7a8a6fbd491613069c50a to your computer and use it in GitHub Desktop.
provider "aws" {
assume_role {
role_arn = "arn:aws:iam::582482956935:role/build-automation"
session_name = "Automation"
}
region = "us-west-2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment