Skip to content

Commit

Permalink
feat(DLI): support global variable resource (FlexibleEngineCloud#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zippo-Wang committed Nov 10, 2023
1 parent 230ec2a commit 3c70d01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flexibleengine/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,7 @@ func Provider() *schema.Provider {
"flexibleengine_enterprise_project": eps.DataSourceEnterpriseProject(),
"flexibleengine_cbr_vaults": cbr.DataSourceVaults(),
"flexibleengine_cbr_backup": cbr.DataSourceBackup(),

"flexibleengine_cce_clusters": cce.DataSourceCCEClusters(),
"flexibleengine_cce_nodes": cce.DataSourceNodes(),
"flexibleengine_cce_clusters": cce.DataSourceCCEClusters(),

"flexibleengine_compute_servergroups": ecs.DataSourceComputeServerGroups(),

Expand Down

0 comments on commit 3c70d01

Please sign in to comment.