Skip to content

Commit

Permalink
gofmt -s -w .
Browse files Browse the repository at this point in the history
Signed-off-by: ocobleseqx <[email protected]>
  • Loading branch information
ocobleseqx committed Oct 23, 2023
1 parent 6ba7cee commit 9365214
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
metalMod = "Metal" // Equinix Metal
networkEdgeMod = "NetworkEdge" // Equinix Network Edge
//
metalApiDocs = "https://deploy.equinix.com/developers/api/metal"
metalAPIDocs = "https://deploy.equinix.com/developers/api/metal"
)

var namespaceMap = map[string]string{
Expand Down Expand Up @@ -929,7 +929,7 @@ func Provider() tfbridge.ProviderInfo {
makeEquinixToken(metalMod, "Plan"): {
ObjectTypeSpec: pulumiSchema.ObjectTypeSpec{
Type: "string",
Description: fmt.Sprintf("See %s#tag/Plans/operation/findPlans", metalApiDocs),
Description: fmt.Sprintf("See %s#tag/Plans/operation/findPlans", metalAPIDocs),
},
Enum: []pulumiSchema.EnumValueSpec{
{Name: "A3LargeX86", Value: "a3.large.x86"},
Expand All @@ -956,7 +956,7 @@ func Provider() tfbridge.ProviderInfo {
ObjectTypeSpec: pulumiSchema.ObjectTypeSpec{
Type: "string",
Description: fmt.Sprintf("See "+
"%s#tag/OperatingSystems/operation/findOperatingSystems", metalApiDocs),
"%s#tag/OperatingSystems/operation/findOperatingSystems", metalAPIDocs),
},
Enum: []pulumiSchema.EnumValueSpec{
{Name: "Alma8", Value: "alma_8"},
Expand Down Expand Up @@ -1045,7 +1045,7 @@ func Provider() tfbridge.ProviderInfo {
ObjectTypeSpec: pulumiSchema.ObjectTypeSpec{
Type: "string",
Description: fmt.Sprintf("See "+
"%s#tag/Facilities/operation/findFacilities", metalApiDocs),
"%s#tag/Facilities/operation/findFacilities", metalAPIDocs),
},
Enum: []pulumiSchema.EnumValueSpec{
{Name: "AM2", Value: "am2", Description: "Amsterdam 2"},
Expand Down

0 comments on commit 9365214

Please sign in to comment.