Implement key pair resource (#588)
* Revert "Revert "Implement key pair resource (#578)" (#581)"
This reverts commit 600847a2ea.
* feat: Update iaas SDK module version; Use beta API in key pair resource
This commit is contained in:
parent
fc27f65925
commit
b1f928f6be
20 changed files with 1282 additions and 138 deletions
3
examples/data-sources/stackit_key_pair/data-source.tf
Normal file
3
examples/data-sources/stackit_key_pair/data-source.tf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
data "stackit_key_pair" "example" {
|
||||
name = "example-key-pair-name"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue