mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
7 lines
208 B
HCL
7 lines
208 B
HCL
provider "aws" {
|
|
# An AWS access_key and secret_key are needed; Terraform looks
|
|
# for an AWS credentials file in the default location.
|
|
# See https://tinyurl.com/pu8gd9h
|
|
region = "${var.aws_region}"
|
|
}
|