Skip to content

Support attribute list  #82

@paololazzari

Description

@paololazzari

Given:

#main.tf
locals {
  a = "foo"
  b = "bar"
  c = {"nums":[1,2]}
}

It would be nice to be able to do something like:

hcledit -f main.tf attribute list locals

to get:

locals.a
locals.b
locals.c.nums[0]
locals.c.nums[1]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions