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/registry/regsrc/regsrc.go

9 lines
288 B

// Package regsrc provides helpers for working with source strings that identify
// resources within a Terraform registry.
package regsrc
var (
// PublicRegistryHost is a FriendlyHost that represents the public registry.
PublicRegistryHost = NewFriendlyHost("registry.terraform.io")
)