Sign in
gdch-oss
/
third_party
/
hashicorp
/
terraform-json
/
8ef946ebcb6fe4ae1e67a919d89b5f74ee3d0aee
/
.
/
testdata
/
basic
/
providers.tf
blob: 121e8e792f6e4a2343902a69de03f144517fe806 [
file
] [
log
] [
blame
]
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
provider
"null"
{}
provider
"aws"
{
region
=
"us-west-2"
}
provider
"aws"
{
alias
=
"east"
region
=
"us-east-1"
}