Skip to content

Commit

Permalink
Merge pull request #83 from citrix/cluster_feature
Browse files Browse the repository at this point in the history
Cluster feature
  • Loading branch information
George Nikolopoulos authored Mar 24, 2020
2 parents ea0edbe + 44dd427 commit 01e69cd
Show file tree
Hide file tree
Showing 41 changed files with 2,053 additions and 1,040 deletions.
2 changes: 2 additions & 0 deletions citrixadc/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ func providerResources() map[string]*schema.Resource {
"citrixadc_interface": resourceCitrixAdcInterface(),
"citrixadc_nstcpprofile": resourceCitrixAdcNstcpprofile(),
"citrixadc_nslicense": resourceCitrixAdcNslicense(),
"citrixadc_cluster": resourceCitrixAdcCluster(),
"citrixadc_clusterfiles_syncer": resourceCitrixAdcClusterfilesSyncer(),
}
}

Expand Down
Loading

0 comments on commit 01e69cd

Please sign in to comment.