Skip to content

Commit

Permalink
core: Add new providers to internal list
Browse files Browse the repository at this point in the history
  • Loading branch information
jen20 committed May 5, 2016
1 parent a96b6c1 commit f1d099b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions command/internal_plugin_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import (
googleprovider "github.com/hashicorp/terraform/builtin/providers/google"
herokuprovider "github.com/hashicorp/terraform/builtin/providers/heroku"
influxdbprovider "github.com/hashicorp/terraform/builtin/providers/influxdb"
libratoprovider "github.com/hashicorp/terraform/builtin/providers/librato"
mailgunprovider "github.com/hashicorp/terraform/builtin/providers/mailgun"
mysqlprovider "github.com/hashicorp/terraform/builtin/providers/mysql"
nullprovider "github.com/hashicorp/terraform/builtin/providers/null"
Expand All @@ -35,6 +36,7 @@ import (
postgresqlprovider "github.com/hashicorp/terraform/builtin/providers/postgresql"
powerdnsprovider "github.com/hashicorp/terraform/builtin/providers/powerdns"
rundeckprovider "github.com/hashicorp/terraform/builtin/providers/rundeck"
softlayerprovider "github.com/hashicorp/terraform/builtin/providers/softlayer"
statuscakeprovider "github.com/hashicorp/terraform/builtin/providers/statuscake"
templateprovider "github.com/hashicorp/terraform/builtin/providers/template"
terraformprovider "github.com/hashicorp/terraform/builtin/providers/terraform"
Expand Down Expand Up @@ -75,6 +77,7 @@ var InternalProviders = map[string]plugin.ProviderFunc{
"google": googleprovider.Provider,
"heroku": herokuprovider.Provider,
"influxdb": influxdbprovider.Provider,
"librato": libratoprovider.Provider,
"mailgun": mailgunprovider.Provider,
"mysql": mysqlprovider.Provider,
"null": nullprovider.Provider,
Expand All @@ -83,6 +86,7 @@ var InternalProviders = map[string]plugin.ProviderFunc{
"postgresql": postgresqlprovider.Provider,
"powerdns": powerdnsprovider.Provider,
"rundeck": rundeckprovider.Provider,
"softlayer": softlayerprovider.Provider,
"statuscake": statuscakeprovider.Provider,
"template": templateprovider.Provider,
"terraform": terraformprovider.Provider,
Expand Down

0 comments on commit f1d099b

Please sign in to comment.