terraform init
# we do it in 2 phases
terraform apply -target=module.subnets
terraform apply
It is not necessary to recreate VPC during experimentation. We can specify target
to destroy only the kubernetes cluster
terraform destroy -target=module.k3s-in-existing-vpc