Skip to content

Commit

Permalink
Added one more example in azure.md file (GoogleCloudPlatform#1155)
Browse files Browse the repository at this point in the history
* Update azure_service.go

Added Duplicate check method to avoid error having same name in different Resource group or at sub level

* fixed duplicate issue

* fixed duplicate issue

* fixed duplicate resource for nsg

* fixed virtual network duplicate resource issue

* Update virtual_network.go

* Update azure.md

Added example to get details for specific Resource Group
  • Loading branch information
sunil29feb authored Nov 22, 2021
1 parent 6aba9e0 commit b40ff96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ export ARM_TENANT_ID=[TENANT_ID]

./terraformer import azure -r resource_group
./terraformer import azure -R my_resource_group -r virtual_network,resource_group
./terraformer import azure -r resource_group --filter=resource_group=/subscriptions/<Subscription id>/resourceGroups/<RGNAME>
```


## List of supported Azure resources

* `analysis`
Expand Down

0 comments on commit b40ff96

Please sign in to comment.