Skip to content

Commit

Permalink
command/plugin_list: Adding Alicloud to the plugin list file (#11292)
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 authored Jan 19, 2017
1 parent fa87945 commit 798bf60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions command/internal_plugin_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
package command

import (
alicloudprovider "github.com/hashicorp/terraform/builtin/providers/alicloud"
archiveprovider "github.com/hashicorp/terraform/builtin/providers/archive"
atlasprovider "github.com/hashicorp/terraform/builtin/providers/atlas"
awsprovider "github.com/hashicorp/terraform/builtin/providers/aws"
Expand Down Expand Up @@ -73,6 +74,7 @@ import (
)

var InternalProviders = map[string]plugin.ProviderFunc{
"alicloud": alicloudprovider.Provider,
"archive": archiveprovider.Provider,
"atlas": atlasprovider.Provider,
"aws": awsprovider.Provider,
Expand Down

0 comments on commit 798bf60

Please sign in to comment.