Registry / utility / hashicorp-terraform-svchost

hashicorp-terraform-svchost

JSON →
library0.2.1gogounverified

Package svchost deals with representations of friendly hostnames used for Terraform remote services.

go get github.com/hashicorp/terraform-svchost
INSTALL
IMPORT
SIG · HASHICORP-TERRAFOR
H
hashicorp-terraform-svchost
utilitygov0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

svchost
github.com/hashicorp/terraform-svchost

Parse a friendly hostname for Terraform services.

package main import ( "fmt" "github.com/hashicorp/terraform-svchost" ) func main() { host, err := svchost.ForComparison("example.com") if err != nil { panic(err) } fmt.Println(host) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
hashicorp-terraform-svchost — go get hashicorp-terraform-svchost · libregistry