Skip to content

Commit 1229614

Browse files
committed
move datasource from legacy to new
1 parent f596d03 commit 1229614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ovh/provider.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ func Provider() terraform.ResourceProvider {
4646
// New naming schema (issue #23)
4747
"ovh_cloud_region": dataSourcePublicCloudRegion(),
4848
"ovh_cloud_regions": dataSourcePublicCloudRegions(),
49+
"ovh_credit_card": dataSourceCreditCard(),
50+
"ovh_bank_account": dataSourceBankAccount(),
4951
// Legacy naming schema (new datasources should not be added here)
5052
"ovh_publiccloud_region": dataSourcePublicCloudRegion(),
5153
"ovh_publiccloud_regions": dataSourcePublicCloudRegions(),
52-
"ovh_credit_card": dataSourceCreditCard(),
53-
"ovh_bank_account": dataSourceBankAccount(),
5454
},
5555

5656
ResourcesMap: map[string]*schema.Resource{

0 commit comments

Comments
 (0)