Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kindermoumoute committed Dec 5, 2019
1 parent 6d84e94 commit e1d2576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaleway/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func Provider() terraform.ResourceProvider {
"scaleway_instance_server": dataSourceScalewayInstanceServer(),
"scaleway_instance_image": dataSourceScalewayInstanceImage(),
"scaleway_instance_volume": dataSourceScalewayInstanceVolume(),
"scaleway_baremetal_offer": dataSourceScalewayBaremetalOfferBeta(),
"scaleway_baremetal_offer_beta": dataSourceScalewayBaremetalOfferBeta(),
},
}

Expand Down

0 comments on commit e1d2576

Please sign in to comment.