github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/registry/regsrc/regsrc.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 // Package regsrc provides helpers for working with source strings that identify 5 // resources within a Terraform registry. 6 package regsrc 7 8 var ( 9 // PublicRegistryHost is a FriendlyHost that represents the public registry. 10 PublicRegistryHost = NewFriendlyHost("registry.terraform.io") 11 )