Implement new stackit_network resource and datasource (#366)
* Copy file from DNS zone resource * Implement resource * Implement datasource * Add examples * Implement acceptance test; Some fixes * Add docs * Fix linter * Fixes after review
This commit is contained in:
parent
940b15e4b8
commit
76b8e5692d
14 changed files with 1216 additions and 4 deletions
1
go.mod
1
go.mod
|
|
@ -14,6 +14,7 @@ require (
|
|||
github.com/stackitcloud/stackit-sdk-go/core v0.12.0
|
||||
github.com/stackitcloud/stackit-sdk-go/services/argus v0.10.0
|
||||
github.com/stackitcloud/stackit-sdk-go/services/dns v0.9.1
|
||||
github.com/stackitcloud/stackit-sdk-go/services/iaas v0.3.0
|
||||
github.com/stackitcloud/stackit-sdk-go/services/loadbalancer v0.12.0
|
||||
github.com/stackitcloud/stackit-sdk-go/services/logme v0.14.0
|
||||
github.com/stackitcloud/stackit-sdk-go/services/mariadb v0.14.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue