Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Doc: resource_scaffolding.go schema to include list & hash map examples #109

Open
iamdexterpark opened this issue Apr 4, 2022 · 0 comments

Comments

@iamdexterpark
Copy link

iamdexterpark commented Apr 4, 2022

Documentation unclear on how best to impliment a resource schema beyond string values.

Current Example

resource "scaffolding_resource" "example" {
  sample_attribute = "foo"
}

Desired Example

resource "scaffolding_resource" "example" {
  sample_attribute = "foo"
  sample_list_attribute = [ "foo", "bar" ]
  sample_map_attribute = { foo = "bar" }
}

Terraform Version

Terraform v1.1.7
on darwin_arm64

Affected Resource(s)

@iamdexterpark iamdexterpark changed the title Feat: resource_scaffolding.go schema to include list & hash map examples Doc: resource_scaffolding.go schema to include list & hash map examples Apr 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant