C2w3lab1 VPC group not found

#c2w3lab1 week 3 lab 1.

I am getting the following error on terraform apply:

│ Error: creating EC2 Instance: InvalidGroup.NotFound: The security group ‘vpc-088bd1e01b28fd999’ does not exist in VPC ‘vpc-088bd1e01b28fd999’
│ status code: 400, request id: 48aff0c7-35b0-4f2a-960d-800c3277e0ed

│ with module.bastion_host.aws_instance.bastion_host,
│ on modules/bastion_host/ec2.tf line 37, in resource “aws_instance” “bastion_host”:
│ 37: resource “aws_instance” “bastion_host” {

Please help!

Hello @supriyo1992

Please, go through the parts 2.5 and 2.6 again and make sure you are doing everything right in the terraform configuration files.