Implement key pair resource (#578)
* feat: Implement key pair resource * feat: Implement acceptance test * fix: Minor fixes to server and public IP resources * fix: Lint fixes * fix: Generalize description * feat: Update examples to read key from file; Add datasource example * fix: Fix field descriptions * fix: Fix example * feat: Add link to key pair resource in server example * feat: Add links to key pair resource in other examples
This commit is contained in:
parent
c1ada319ce
commit
153947fd7b
16 changed files with 1261 additions and 117 deletions
1
go.mod
1
go.mod
|
|
@ -15,6 +15,7 @@ require (
|
|||
github.com/stackitcloud/stackit-sdk-go/services/argus v0.11.0
|
||||
github.com/stackitcloud/stackit-sdk-go/services/dns v0.11.0
|
||||
github.com/stackitcloud/stackit-sdk-go/services/iaas v0.15.0
|
||||
github.com/stackitcloud/stackit-sdk-go/services/iaasalpha v0.1.12-alpha
|
||||
github.com/stackitcloud/stackit-sdk-go/services/loadbalancer v0.17.0
|
||||
github.com/stackitcloud/stackit-sdk-go/services/logme v0.20.0
|
||||
github.com/stackitcloud/stackit-sdk-go/services/mariadb v0.20.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue