Terraform testplan

Hi,

I’m new and i try to make a test plan in terraform for kreuzwerker/docker.
I have already created main.tf, variables.tf, terraform.tfvars and output.tf.
I have no idea how to do that, can someone help me?
See below the tesplan
-Define test plans to validate the infrastructure configuration.
-Implement automatic validation of configurations with terraform validate and terraform fmt.
-Test the modular setup with terraform plan and terraform apply to compare expected and actual results.

Thx,
Sikander

Hi, you might want to check out Testing HashiCorp Terraform to get a big primer on testing Terraform configurations. As for creating a test plan, that sounds like it would be dependent on your company’s internal requirements. Someone in the community who has performed similar work may have a suggestion, and I am guessing there are some standard of practice that can guide your approach. Thanks!