4 lines
59 B
Terraform
4 lines
59 B
Terraform
|
resource "aws_instance" "foo" {
|
||
|
provider = "aws.foo"
|
||
|
}
|