hashicorp-services/tfm

Allow setting destination `agents` when no source exists

Closed this issue · 1 comments

Often users do not have agents configured for TFE. Would be good to have the ability to map agents on the destination side without requiring input from the source.

For example, if my config file looks like:

workspaces = [
  "app1-dev",
  "app1-stg",
  "app1-prd",
]

destination_agentpool_assignments = "aws_eks_agent_pool"
# OR use an id
# destination_agentpool_id_assignments = "apool-123124"

We are going to release this in the version 0.5.0 that should be coming later today 🤞
That said, it is only going to support setting an agent pool id, however we are going to revisit this in the 0.6.0 release later this month and there there will be a new issue created later today I'll link to this one that will explain our plan.