Skip to content

Commit

Permalink
merging master into nodepool_ds
Browse files Browse the repository at this point in the history
  • Loading branch information
rawmind0 authored Jul 12, 2019
1 parent 627bc68 commit da63df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rancher2/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func Provider() terraform.ResourceProvider {
DataSourcesMap: map[string]*schema.Resource{
"rancher2_catalog": dataSourceRancher2Catalog(),
"rancher2_cloud_credential": dataSourceRancher2CloudCredential(),
"rancher2_node_pool": dataSourceRancher2NodePool(),
"rancher2_node_pool": dataSourceRancher2NodePool(),
"rancher2_project": dataSourceRancher2Project(),
"rancher2_setting": dataSourceRancher2Setting(),
},
Expand Down

0 comments on commit da63df3

Please sign in to comment.