> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Terraform Changelog

> Release history for the Terraform connector. Each version lists what changed and which actions were affected.

<Card title="Terraform connector" icon="arrow-left" href="/connectors/terraform" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v3.0.0" description="21 Sept 2026">
  `breaking` `bug-fix`

  Removes the two configuration version download actions - over MCP they returned an empty result with no file and reported errors as a generic 500. List SSH Keys is now generally available, and the run timeframe, notification and organization descriptions now match what the API actually accepts.

  <AccordionGroup>
    <Accordion title="Removed · 2 actions removed">
      `terraform_download_configuration_version`, `terraform_download_run_configuration_version`
    </Accordion>

    <Accordion title="Changed · 5 actions updated">
      `terraform_create_notification_config`, `terraform_list_organizations`, `terraform_list_runs_in_organization`, `terraform_list_runs_in_workspace`, `terraform_list_ssh_keys`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v2.0.0" description="14 Sept 2026">
  `breaking` `bug-fix` `new-actions`

  Settings that were silently dropped when creating workspaces, notifications, projects, runs and state versions now apply. Adds List SSH Keys and three project fields; create\_project tag-bindings now takes JSON API resource objects.

  <AccordionGroup>
    <Accordion title="Added · 1 new action">
      `terraform_list_ssh_keys`
    </Accordion>

    <Accordion title="Changed · 17 actions updated">
      `terraform_assign_ssh_key`, `terraform_create_notification_config`, `terraform_create_project`, `terraform_create_run`, `terraform_create_state_version`, `terraform_create_workspace`, `terraform_delete_variable_from_set`, `terraform_download_configuration_version`, `terraform_download_run_configuration_version`, `terraform_get_run`, `terraform_get_state_version`, `terraform_get_variable_set`, `terraform_list_organizations`, `terraform_list_runs_in_organization`, `terraform_list_runs_in_workspace`, `terraform_list_workspaces`, `terraform_update_notification_config`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.2.0" description="21 Jul 2026">
  `new-actions`

  Added unified IAM actions for users, groups, organizations, roles, resource users, and credentials.

  <AccordionGroup>
    <Accordion title="Added · 12 new actions">
      `terraform_unified_delete_user`, `terraform_unified_get_group`, `terraform_unified_get_me`, `terraform_unified_get_organization`, `terraform_unified_get_role`, `terraform_unified_get_user`, `terraform_unified_list_groups`, `terraform_unified_list_organizations`, `terraform_unified_list_resource_types`, `terraform_unified_list_resource_users`, `terraform_unified_list_roles`, `terraform_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="14 Jul 2026">
  `new-actions`

  Added webhook event support for run and health-assessment events (9 events) with a manual notification setup guide.
</Update>

<Update label="v1.0.1" description="13 Jul 2026">
  `bug-fix`

  Corrected the API Token connection guide (accurate portal labels, token shown inline on the Tokens page, consistent Terraform Host wording) and added portal screenshots.
</Update>
