Guest User

Untitled

a guest
Jul 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # provider.tf - Specify the provider and access details
  2.  
  3. provider "aws" {
  4. shared_credentials_file = "$HOME/.aws/credentials"
  5. profile = "default"
  6. region = "${var.aws_region}"
  7. }
Add Comment
Please, Sign In to add comment