Skip to content

bug in base/outputs #2

@brian-provenzano

Description

@brian-provenzano

Just a heads up that in base/outputs.tf there is a minor bug/typo:

output "aws_key_pair_id" {
  source "${aws_key_pair.id.auth.id}"
}

Should be this:

output "aws_key_pair_id" {
  value = "${aws_key_pair.id.auth.id}"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions