How to choose individual .tf file in configuration dir if we have multiple .tf files

I am doing a lab in Terraform providers and don’t know how to choose individual .tf file in configuration dir if we have multiple .tf files.

Hi @amiprapy,

Could you provide a bit more info on what you are trying to accomplish?
By the way, to edit a specific file, you can click on the filenames shown on the left tab of the vs code editor and then proceed with the changes to want.

All you have to do:

  1. Enter inside your respective folder.
  2. Do normal steps as, terraform init && terraform plan && terraform apply.
  3. Enter ‘yes’ to confirm terraform apply.