QT-DevOps / DevOpsIssues

This Repo will be used to demonstrate the Skills & Questions in DevOps
Apache License 2.0
27 stars 130 forks source link

keypair issue-Terraform #1008

Open sidduhalvi opened 3 years ago

sidduhalvi commented 3 years ago

Error: Error launching source instance: InvalidKeyPair.NotFound: The key pair 'terraform' does not exist status code: 400, request id: 39c1fbd2-ff42-42c1-9500-63ba50c28f21

on webserver.tf line 1, in resource "aws_instance" "appserver1": 1: resource "aws_instance" "appserver1" {

Error: Error launching source instance: InvalidKeyPair.NotFound: The key pair 'terraform' does not exist status code: 400, request id: 8eeb2889-cf76-46a9-936a-a862d4dec5c4

on webserver.tf line 15, in resource "aws_instance" "webserver1": 15: resource "aws_instance" "webserver1" {

Ramkotic commented 3 years ago

Please ensure that AWS Key-Pair has been generated for the respective Region of your usage.. and try once again..

Ramkoti