github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/command/testdata/providers-schema/required/output.json (about) 1 { 2 "format_version": "1.0", 3 "provider_schemas": { 4 "registry.terraform.io/hashicorp/test": { 5 "provider": { 6 "version": 0, 7 "block": { 8 "attributes": { 9 "region": { 10 "description_kind": "plain", 11 "optional": true, 12 "type": "string" 13 } 14 }, 15 "description_kind": "plain" 16 } 17 }, 18 "resource_schemas": { 19 "test_instance": { 20 "version": 0, 21 "block": { 22 "attributes": { 23 "ami": { 24 "type": "string", 25 "optional": true, 26 "description_kind": "plain" 27 }, 28 "id": { 29 "type": "string", 30 "optional": true, 31 "computed": true, 32 "description_kind": "plain" 33 }, 34 "volumes": { 35 "nested_type": { 36 "nesting_mode": "list", 37 "attributes": { 38 "size": { 39 "type": "string", 40 "required": true, 41 "description_kind": "plain" 42 }, 43 "mount_point": { 44 "type": "string", 45 "required": true, 46 "description_kind": "plain" 47 } 48 } 49 }, 50 "description_kind": "plain", 51 "optional": true 52 } 53 }, 54 "description_kind": "plain" 55 } 56 } 57 } 58 } 59 } 60 }