mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-12 00:16:18 -06:00
8 lines
97 B
HCL
8 lines
97 B
HCL
provider "aws" {
|
|
alias = "bar"
|
|
}
|
|
|
|
resource "aws_instance" "foo" {
|
|
provider = "aws.baz"
|
|
}
|