bitter-planet-74915
10/17/2023, 8:38 AMterraform init
previously.
terraform destroy
produces me something like
denis@denis-TM1703:~/PycharmProjects/terraform-aws-metaflow$ terraform destroy
╷
│ Error: Module not installed
│
│ on <http://locals.tf|locals.tf> line 1:
│ 1: module "metaflow-common" {
│
│ This module is not yet installed. Run "terraform init" to install all modules
│ required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on <http://main.tf|main.tf> line 1:
│ 1: module "metaflow-datastore" {
│
│ This module is not yet installed. Run "terraform init" to install all modules
Is it possible to delete everything manually in aws? Like force deleting.
I tried my best, but I got in VPC and EC2 that "delete is not allowed".
Thank you so much.