Hey, guys! Urgent question. AWS still charges mon...
# ask-metaflow
b
Hey, guys! Urgent question. AWS still charges money from my account. I used
terraform init
previously.
terraform destroy
produces me something like
Copy code
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.