Skip to content

Commit

Permalink
SYSENG-1727: rework anxcloud_virtual_server resource
Browse files Browse the repository at this point in the history
  • Loading branch information
anx-mschaefer committed Mar 18, 2024
1 parent 3d01954 commit 17d1cdb
Show file tree
Hide file tree
Showing 33 changed files with 1,941 additions and 2,504 deletions.
4 changes: 0 additions & 4 deletions anxcloud/common_resource_tagging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,3 @@ func generateTagsString(tags ...string) string {
ret.WriteString("]\n")
return ret.String()
}

func withoutTags(tpl string) string {
return fmt.Sprintf(tpl, "")
}
15 changes: 0 additions & 15 deletions anxcloud/helper_test.go

This file was deleted.

1 change: 0 additions & 1 deletion anxcloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ func Provider(version string) *schema.Provider {
},
},
ResourcesMap: map[string]*schema.Resource{
"anxcloud_virtual_server": resourceVirtualServer(),
"anxcloud_vlan": resourceVLAN(),
"anxcloud_network_prefix": resourceNetworkPrefix(),
"anxcloud_ip_address": resourceIPAddress(),
Expand Down
Loading

0 comments on commit 17d1cdb

Please sign in to comment.