Skip to content

Instantly share code, notes, and snippets.

@ismail0352
Last active August 8, 2019 08:55
Show Gist options
  • Select an option

  • Save ismail0352/b269b529b3d974cffec5f4546e957a85 to your computer and use it in GitHub Desktop.

Select an option

Save ismail0352/b269b529b3d974cffec5f4546e957a85 to your computer and use it in GitHub Desktop.
provider file for reference
provider "aws" {
region = "us-east-1"
shared_credentials_file = "~/.aws/credentials"
profile = "dev"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment