Skip to content
Snippets Groups Projects
Commit eddb5eb2 authored by Ryan Randles Jones's avatar Ryan Randles Jones
Browse files

added missing curly bracket

parent 30a87bdb
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ module "keypair" {
source "./key-pair"
keypair_name = var.keypair_name
ssh_public_key = var.ssh_public_key
}
output "keypair_name" {
value = "${module.keypair.keypair_name}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment