August 2019
Beginner
608 pages
16h 7m
English
The only function of this module is to create keys, so the output variable that's defined is the value of this key:
output "mykey" { value = "${aws_key_pair.keypair.key_name}" sensitive = true }
Usually, a generated key is sensitive information, and you can suppress the output of the value to the Terminal with sensitive=true. It's false by default.
Read now
Unlock full access