mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-05 02:47:43 -05:00
8 lines
97 B
HCL
8 lines
97 B
HCL
provider "aws" {
|
|
alias = "bar"
|
|
}
|
|
|
|
resource "aws_instance" "foo" {
|
|
provider = "aws.baz"
|
|
}
|