Last active
February 22, 2022 10:49
-
-
Save amaurybsouza/7cca64584a4e96c76ae5d5acf44f7b02 to your computer and use it in GitHub Desktop.
provider.rf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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