Skip to content

Commit

Permalink
Merge pull request rancher#1 from rawmind0/master
Browse files Browse the repository at this point in the history
Fix provider build error due to unimplemented resourceRancher2NodeTemplate
  • Loading branch information
rawmind0 authored Oct 12, 2018
2 parents 7dc1c60 + 7fe4117 commit 28e7623
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rancher2/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ func Provider() terraform.ResourceProvider {
"rancher2_cluster": resourceRancher2Cluster(),
"rancher2_cluster_role_template_binding": resourceRancher2ClusterRoleTemplateBinding(),
"rancher2_node_pool": resourceRancher2NodePool(),
"rancher2_node_template": resourceRancher2NodeTemplate(),
"rancher2_project": resourceRancher2Project(),
"rancher2_project_role_template_binding": resourceRancher2ProjectRoleTemplateBinding(),
"rancher2_namespace": resourceRancher2Namespace(),
Expand Down

0 comments on commit 28e7623

Please sign in to comment.