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

Support count #14

Open
suzuki-shunsuke opened this issue Jun 7, 2021 · 1 comment
Open

Support count #14

suzuki-shunsuke opened this issue Jun 7, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@suzuki-shunsuke
Copy link
Member

https://www.terraform.io/docs/language/meta-arguments/count.html

  • address
  • index
        {
          "address": "null_resource.zoo[0]",
          "mode": "managed",
          "type": "null_resource",
          "name": "zoo",
          "index": 0,
          "provider_name": "registry.terraform.io/hashicorp/null",
          "schema_version": 0,
          "values": {
            "id": "8547511708962815552",
            "triggers": null
          }
        },
        {
          "address": "null_resource.zoo[1]",
          "mode": "managed",
          "type": "null_resource",
          "name": "zoo",
          "index": 1,
          "provider_name": "registry.terraform.io/hashicorp/null",
          "schema_version": 0,
          "values": {
            "id": "1214694925498336816",
            "triggers": null
          }
        }
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Jun 7, 2021
@suzuki-shunsuke
Copy link
Member Author

With tfmigrator v0.2.0, Terraform Configuration using count isn't read because the resource address doesn't match.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant