Skip to content

Provide support for resources interpolation #445

@anouvel-ec

Description

@anouvel-ec

Hi,

In complex bake files, I would like to use advanced interpolation syntax in order reduce duplication:

  • Currently
target "front" {
  context = "front"
  tags    = ["front"]
}
  • Expected
target "front" {
  # using the name of the target
  context = target.front.name

  # and / or using embedded target settings
  tags    = [target.front.context]
}

This should be helpful also for groups.

Thanks !

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions