Skip to content

Instantly share code, notes, and snippets.

@amaurybsouza
Last active February 22, 2022 10:49
Show Gist options
  • Save amaurybsouza/7cca64584a4e96c76ae5d5acf44f7b02 to your computer and use it in GitHub Desktop.
Save amaurybsouza/7cca64584a4e96c76ae5d5acf44f7b02 to your computer and use it in GitHub Desktop.
provider.rf
//Official provider by Hashicorp
provider "aws" {
region = "us-east-1"
shared_credentials_file = "/home/amaury/.aws/credentials"
profile = "elliot"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment