Skip to content

CLI terraform export in automation needs to be forward-ported to refer to parent instead of parent_id #19

@danielodievich

Description

@danielodievich

The new TF provider expects parent blocks:

resource "elementum_switch_task" "receive_zoom_events_event__meeting_ended" {
  parent = elementum_file_reader_task.receive_zoom_events_parse_zoom_event_payload_event_type
  name   = "switch event type"
}

old way uses parent_id:

resource "elementum_record_search_task" "agent____get_all_published_actions_for_a_given_published_pattern_version_get_pattern_version" {
  parent_id = elementum_variable_task.agent____get_all_published_actions_for_a_given_published_pattern_version_variable__result.id
  name = "Get Pattern Version"

The app needs to have the fixes forward-ported into it to produce correct terraform exports.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions