terraform-provider-azapi/internal/docstrings/id.go

11 строки
164 B
Go

package docstrings
const (
idStr = `The ID of the Azure resource.`
)
// ID returns the docstring for the id schema attribute.
func ID() string {
return idStr
}