Skip to content

Commit

Permalink
feat(domain): add test for create and read
Browse files Browse the repository at this point in the history
  • Loading branch information
jremy42 committed Nov 25, 2024
1 parent 091a9b8 commit 57b5e95
Show file tree
Hide file tree
Showing 6 changed files with 783 additions and 277 deletions.
1 change: 1 addition & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ func Provider(config *Config) plugin.ProviderFunc {
"scaleway_container_token": container.ResourceToken(),
"scaleway_container_trigger": container.ResourceTrigger(),
"scaleway_domain_record": domain.ResourceRecord(),
"scaleway_domain_order_domain": domain.ResourceOrderDomain(),
"scaleway_domain_zone": domain.ResourceZone(),
"scaleway_flexible_ip": flexibleip.ResourceIP(),
"scaleway_flexible_ip_mac_address": flexibleip.ResourceMACAddress(),
Expand Down
277 changes: 0 additions & 277 deletions internal/services/domain/domain.go

This file was deleted.

Loading

0 comments on commit 57b5e95

Please sign in to comment.