
Most of the content is inspired by existing content in https://github.com/hashicorp/terraform-provider-scaffolding.
4 lines
81 B
HCL
4 lines
81 B
HCL
data "scaffolding_example" "example" {
|
|
configurable_attribute = "some-value"
|
|
}
|