suzuki-shunsuke/tfcmt

unify plan templates

Closed this issue · 0 comments

  • plan:
    // Plan is a terraform plan config
    type Plan struct {
    Template string
  • when_destroy:
    // WhenDestroy is a configuration to notify the plan result contains destroy operation
    type WhenDestroy struct {
    Label string
    Template string