terraform-provider-stackitp.../examples/data-sources/stackit_key_pair/data-source.tf
João Palet 153947fd7b
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
2024-11-05 09:50:55 +00:00

3 lines
71 B
HCL

data "stackit_key_pair" "example" {
name = "example-key-pair-name"
}