github.com/hooklift/terraform@v0.11.0-beta1.0.20171117000744-6786c1361ffe/registry/regsrc/regsrc.go (about)

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