HC-vault-on-aws-FORK/providers.tf

5 lines
82 B
HCL

provider "aws" {
region = var.aws_default_region
profile = var.aws_profile
}