Did you build Terracognita from sources or did you use the Docker image:
Built from source, but docker image will error as well.
Describe the bug:
When importing a aws_instance resource that has an attached EBS volume Terracognita writes;
tags { instead of tags = {
Running a Terraform plan on results....
Using region = us-east-2
,╷
│ Error: Unsupported block type
│
│ on ec2_elastic_compute_cloud.tf line 37, in resource "aws_instance" "testbed":
│ 37: tags {
│
│ Blocks of type "tags" are not expected here. Did you mean to define argument "tags"? If so, use the equals sign to assign it a value.
╵
➜ terracognita git:(update-provider) ✗
General information:
Archlinux
v0.8.1
Built from source, but docker image will error as well.
Describe the bug:
When importing a
aws_instance
resource that has an attached EBS volume Terracognita writes;tags {
instead oftags = {
Additional context
Original HCL;
Add any other context about the problem here.
Other maps are working fine, no idea what the issue is the
ebs_block_device
map.