Skip to content

Commit

Permalink
Fix for issue cycloidio#412: Replaced the aws with azurerm in CONTRIB…
Browse files Browse the repository at this point in the history
…UTING.md
  • Loading branch information
Ehsan-Malik committed Apr 19, 2024
1 parent a8683bc commit e59110d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ PROVIDER=aws make update-terraform-provider

##### AzureRM Middleware layer

We have an `azurerm/cmd` that generates the `azurerm/reader_generated.go` methods used to get the resources from the Azure SDK. To add a new call you have to add a new Function to the list in `aws/cmd/generate.go` (and the corresponding AzureAPI if necessary) and run `make generate`, you'll have the code fully generated for that function.
We have an `azurerm/cmd` that generates the `azurerm/reader_generated.go` methods used to get the resources from the Azure SDK. To add a new call you have to add a new Function to the list in `azurerm/cmd/generate.go` (and the corresponding AzureAPI if necessary) and run `make generate`, you'll have the code fully generated for that function.

###### Example with azurerm_virtual_machine

Expand Down

0 comments on commit e59110d

Please sign in to comment.