Add keypairs

This commit is contained in:
Magnus Andersson 2024-01-11 15:04:16 +01:00
parent 9d4a8757ce
commit ad0d536a9f
Signed by: mandersson
GPG key ID: 19CB2C58E1F19B16

3
keypairs.tf Normal file
View file

@ -0,0 +1,3 @@
data "openstack_compute_keypair_v2" "manderssonpub" {
name = "manderssonpub"
}