// These names are all pre-emptively reserved in the hope of landing
// some version of referencing the plan and state files in test
// assertions.
diags=diags.Append(&hcl.Diagnostic{
Severity:hcl.DiagError,
Summary:"Reserved symbol name",
Detail:fmt.Sprintf("The symbol name %q is reserved for use in a future Terraform version. If you are using a provider that already uses this as a resource type name, add the prefix \"resource.\" to force interpretation as a resource type name.",root),