Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AzureRM provider issue on 'provider.features' #272

Open
xescugc opened this issue Apr 7, 2022 · 0 comments
Open

AzureRM provider issue on 'provider.features' #272

xescugc opened this issue Apr 7, 2022 · 0 comments
Labels
Provider: AzureRM Type: Bug Something isn't working

Comments

@xescugc
Copy link
Member

xescugc commented Apr 7, 2022

General information:

  • Operating System: Linux
  • Terracognita version / tag: 0.7.4
  • Did you build Terracognita from sources or did you use the Docker image:

Describe the bug:

When importing from AzureRM the provider generated looks like:

provider "azurerm" {
  environment     = var.environment
  features            = var.features
  metadata_host = var.metadata_host
}

But it should be like:

provider "azurerm" {
  environment   = var.environment
  features      {}
  metadata_host = var.metadata_host
}

As features is not a value but a block.

Log message

Additional context

@xescugc xescugc added Type: Bug Something isn't working Provider: AzureRM labels Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Provider: AzureRM Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant