provider-schema/azurerm/schema/const.go (16 lines of code) (raw):

package schema const ( TerraformDocsURL = "https://registry.terraform.io/providers/hashicorp/azurerm/%[1]s/docs/%[2]s/%[3]s" DefaultDocVersion = "latest" Resources = "resources" DataSources = "data-sources" AzureRMPrefix = "azurerm_" ResourcesPrefix = "resource" DataSourcesPrefix = "data" ) const ( InputDataSourcePrefix = "datasource#" ) const ( GitHubIssuesURL = "https://github.com/hashicorp/terraform-provider-azurerm/issues?q=%[1]s" )