Skip to content

Commit 57d5c82

Browse files
authored
Merge pull request #345 from ns1-terraform/PENG-6244-2
Fixing billing-usage resource naming
2 parents b9e46d0 + a31a076 commit 57d5c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ns1/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func Provider() *schema.Provider {
5555
"ns1_record": dataSourceRecord(),
5656
"ns1_networks": dataSourceNetworks(),
5757
"ns1_monitoring_regions": dataSourceMonitoringRegions(),
58-
"billing_usage": billingUsageResource(),
58+
"ns1_billing_usage": billingUsageResource(),
5959
},
6060
ResourcesMap: map[string]*schema.Resource{
6161
"ns1_zone": resourceZone(),

0 commit comments

Comments
 (0)