Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
provider.tf 158 B
provider "aws" {
  region                  = var.aws_region
  shared_credentials_file = var.aws_shared_cred_file
  profile                 = var.aws_profile
}