You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/command/testdata/provider-schemas-state-store/output.json

105 lines
3.6 KiB

{
"format_version": "1.0",
"provider_schemas": {
"registry.terraform.io/hashicorp/baz": {
"provider": {
"version": 0,
"block": {
"attributes": {
"region": {
"description_kind": "plain",
"optional": true,
"type": "string"
}
},
"description_kind": "plain"
}
},
"resource_schemas": {
"test_instance": {
"version": 0,
"block": {
"attributes": {
"id": {
"type": "string",
"computed": true,
"description_kind": "plain"
},
"input": {
"description_kind": "plain",
"optional": true,
"type": "string"
}
},
"description_kind": "plain"
}
}
},
"state_store_schemas": {
"test_store": {
"version": 0,
"block": {
"attributes": {
"value": {
"description_kind": "plain",
"required": true,
"type": "string"
}
},
"description_kind": "plain"
}
}
}
},
"registry.terraform.io/hashicorp/test": {
"provider": {
"version": 0,
"block": {
"attributes": {
"region": {
"description_kind": "plain",
"optional": true,
"type": "string"
}
},
"description_kind": "plain"
}
},
"resource_schemas": {
"test_instance": {
"version": 0,
"block": {
"attributes": {
"id": {
"type": "string",
"computed": true,
"description_kind": "plain"
},
"input": {
"description_kind": "plain",
"optional": true,
"type": "string"
}
},
"description_kind": "plain"
}
}
},
"state_store_schemas": {
"test_store": {
"version": 0,
"block": {
"attributes": {
"value": {
"description_kind": "plain",
"required": true,
"type": "string"
}
},
"description_kind": "plain"
}
}
}
}
}
}