Feature: CDN distribution resource and data source (#786)
* add datasource * finish data source * implement resource * add unit tests * add examples * acceptance test * review comments * review comments 2 --------- Co-authored-by: Malte Ehrlen <malte.ehrlen@freiheit.com>
This commit is contained in:
parent
3c20b7743f
commit
855d3040ef
14 changed files with 1520 additions and 0 deletions
1
go.mod
1
go.mod
|
|
@ -12,6 +12,7 @@ require (
|
|||
github.com/hashicorp/terraform-plugin-log v0.9.0
|
||||
github.com/hashicorp/terraform-plugin-testing v1.12.0
|
||||
github.com/stackitcloud/stackit-sdk-go/core v0.17.1
|
||||
github.com/stackitcloud/stackit-sdk-go/services/cdn v0.3.0
|
||||
github.com/stackitcloud/stackit-sdk-go/services/dns v0.13.1
|
||||
github.com/stackitcloud/stackit-sdk-go/services/iaas v0.22.0
|
||||
github.com/stackitcloud/stackit-sdk-go/services/loadbalancer v1.0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue