3 lines
58 B
Terraform
3 lines
58 B
Terraform
|
resource test_instance "my-instance" {
|
||
|
provider = test
|
||
|
}
|