QT-DevOps / AzureIssues

This repository is for questions
8 stars 27 forks source link

Error: No configuration files #87

Closed Phani-Thulabhandula closed 4 years ago

neelaraokala commented 4 years ago

that means your have to run the command terraform init on your exact directory where your .tf file is consists.

  1. make sure your file name has .tf extention. ex: .tf
  2. change to the directory consists of configuration file(.tf file) .
  3. then run "terraform init"
srmanikanta commented 4 years ago

hi phani, first create a directory and then create terraform files actually the extension is .tf so please ensure your directory contains .tf fiels or not once you created the terraform files then initialize the directory by using this command terraform init once you initialization is happen then validate your terraform filesby using terraform validate . , the validation is success then apply the configuration by using terraform apply . command.

Note: This is an azure repository please raise an issue in devops repository from next onwords.

Phani-Thulabhandula commented 4 years ago

ok tq its resolved.

On Sun, May 31, 2020 at 10:51 AM srmanikanta notifications@github.com wrote:

hi phani, first create a directory and then create terraform files actually the extension is .tf so please ensure your directory contains .tf fiels or not once you created the terraform files then initialize the directory by using this command terraform init once you initialization is happen then validate your terraform filesby using terraform validate . , the validation is success then apply the configuration by using terraform apply . command.

Note: This is an azure repository please raise an issue in devops repository from nextwords.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/QT-DevOps/AzureIssues/issues/87#issuecomment-636481539, or unsubscribe https://github.com/notifications/unsubscribe-auth/APYQ5RM52VIFT7B4BKKENXDRUJVF7ANCNFSM4NO77XSA .

ramjagadeeshkumar commented 4 years ago

Close the issue