Skip to content

Commit

Permalink
Fix: enable provider elastic (#3453)
Browse files Browse the repository at this point in the history
* enable provider ec

Signed-off-by: Nicola115 <[email protected]>

* rename provider ec as elastic

Signed-off-by: Nicola115 <[email protected]>
  • Loading branch information
AveryQi115 authored Mar 16, 2022
1 parent 6c5a40d commit 3634ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion references/cli/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ func generateTerraformTypedComponentDefinition(cmd *cobra.Command, name, kind, p
}

switch provider {
case "aws", "azure", "alibaba", "tencent", "gcp", "baidu":
case "aws", "azure", "alibaba", "tencent", "gcp", "baidu", "elastic":
var terraform *commontype.Terraform

git, err := cmd.Flags().GetString(FlagGit)
Expand Down

0 comments on commit 3634ad6

Please sign in to comment.