cycloidio / terracognita

Reads from existing public and private cloud providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
MIT License
2.19k stars 163 forks source link

Documentation mistake in CONTRIBUTING.md #412

Open Ehsan-Malik opened 6 months ago

Ehsan-Malik commented 6 months ago

General information:

Describe the bug:

In CONTRIBUTING.md, the section AzureRM Middleware layer states that "To add a new call you have to add a new Function to the list in aws/cmd/generate.go". It should be azurerm/cmd/generate.go" which is the accurate path for AzureRm. Also currently mentioned file on documentation aws/cmd/generate.go" doesn't exist.