This module makes it easy to set up any Kubernetes components in a concise syntax.
You can go to each module folder, then perform the following commands on your project folder:
terraform init
to get the pluginsterraform plan
to see the infrastructure planterraform apply
to apply the infrastructure buildterraform destroy
to destroy the built infrastructure