aboutsummaryrefslogtreecommitdiffstats
path: root/openlab/modules/openstack/keypair/output.tf
diff options
context:
space:
mode:
Diffstat (limited to 'openlab/modules/openstack/keypair/output.tf')
-rw-r--r--openlab/modules/openstack/keypair/output.tf3
1 files changed, 3 insertions, 0 deletions
diff --git a/openlab/modules/openstack/keypair/output.tf b/openlab/modules/openstack/keypair/output.tf
new file mode 100644
index 0000000..9c042e6
--- /dev/null
+++ b/openlab/modules/openstack/keypair/output.tf
@@ -0,0 +1,3 @@
+output "name" {
+ value = openstack_compute_keypair_v2.key.name
+} \ No newline at end of file