Skip to content

Commit

Permalink
Merge pull request #239 from cycloidio/mp-232
Browse files Browse the repository at this point in the history
azurerm: Fix to enable support for azurerm_resource_group
  • Loading branch information
marcoldp committed Sep 16, 2021
2 parents a2ab5da + ce098fa commit 729d342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,9 @@

- Google resources that do not support Labels are no longer filtered by it
([PR #236](https://github.com/cycloidio/terracognita/issues/237))
- Fix error to enable support for azurerm_resource_group
([Issue #232](https://github.com/cycloidio/terracognita/issues/232))


## [0.7.3] _2021-08-30_

Expand Down
1 change: 1 addition & 0 deletions azurerm/resources.go
Expand Up @@ -88,6 +88,7 @@ type rtFn func(ctx context.Context, a *azurerm, resourceType string, filters *fi

var (
resources = map[ResourceType]rtFn{
ResourceGroup: resourceGroup,
// Compute Resources
VirtualMachine: virtualMachines,
VirtualMachineExtension: virtualMachineExtensions,
Expand Down

0 comments on commit 729d342

Please sign in to comment.