5 lines
139 B
Terraform
5 lines
139 B
Terraform
|
# This file starts with a resource and a required providers block, and should
|
||
|
# end up with just the resource.
|
||
|
resource foo_instance a {}
|
||
|
|