Replace this credentials in main.tf
provider "aws" {
region = "AWS_REGION"
access_key = "AWS_ACCESS_KEY"
secret_key = "AWS_SECRET_KEY"
}
terraform init
terraform apply
Enter Name of the SSH key pair
terraform destroy
Replace this credentials in main.tf
provider "aws" {
region = "AWS_REGION"
access_key = "AWS_ACCESS_KEY"
secret_key = "AWS_SECRET_KEY"
}
terraform init
terraform apply
Enter Name of the SSH key pair
terraform destroy