Contact Us 1-800-596-4880

MuleSoft Terraform Provider Release Notes

MuleSoft Terraform Provider release notes include information about changes, new features, improvements, and resolved issues in releases of the MuleSoft Terraform Provider.

1.0.14

June 22, 2026

What’s New

  • You can now read anypoint_api_instance, anypoint_agent_instance, and anypoint_mcp_server by composite ID using the new by-id data sources, without filtering the full list.

  • New read-only data sources are now available for anypoint_connected_app_scopes, anypoint_api_policy, anypoint_api_policies, per-known-policy anypoint_api_policy_<type> variants, anypoint_api_instance_sla_tier, anypoint_api_instance_sla_tiers, anypoint_private_space_config, anypoint_privatespace_advanced_config, and anypoint_vpn_connection.
    Each data source accepts the same composite ID as the corresponding resource’s import format.

  • The provider version constraint in all bundled examples is updated to ~> 1.0.0.

1.0.13

June 16, 2026

What’s New

  • The upstream_uri shorthand attribute on anypoint_api_instance is now deprecated. Existing configurations continue to work, but the attribute will be removed in a future major version. Migrate to a routing block with a single upstream entry instead.

Fixed Issues

Issue Resolution ID

Routes in anypoint_api_instance can now be added, inserted, and reordered correctly.

W-22924093

1.0.12

June 10, 2026

Fixed Issues

Issue Resolution ID

anypoint_privatespace_advanced_config now sets the id and organization_id attributes correctly after an update, so Terraform no longer fails with a "Provider returned invalid result object after apply" error.

W-22363491

The type field in anypoint_secret_group_tls_context is now correctly read and written, resolving import and plan-diff issues for TLS contexts backed by PEM or JKS keystores.

W-22774371

1.0.10

June 08, 2026

Fixed Issues

Issue Resolution ID

Upstreams in anypoint_api_instance are now correctly updated when multiple upstreams are configured.

W-22774371

Policy-bound pointcut configurations in anypoint_api_instance are now correctly applied and read back from state when using known policies.

W-22721413

1.0.9

June 05, 2026

What’s New

  • You can now associate a TLS context with individual upstreams in anypoint_api_instance using the new upstream_tls_context_id field.

Fixed Issues

Issue Resolution ID

anypoint_secret_group_tls_context import and apply operations no longer fail due to an incorrect API endpoint.

W-22721411

The associations attribute in anypoint_private_space_association is now optional, preventing unnecessary plan diffs when the attribute is not specified.

W-22721405

The default version of the message-logging-outbound policy has been reverted to 2.0.2 to match the version available in Anypoint Exchange.

W-22721410

1.0.7

June 01, 2026

Fixed Issues

Issue Resolution ID

Importing API policies using terraform import no longer fails.

W-22687456

1.0.5

May 29, 2026

What’s New

  • You can now import existing anypoint_private_space_association resources using terraform plan -generate-config-out to auto-generate Terraform configuration. The associations attribute is now optional, removing the error that occurred when the attribute was not known during import.

  • You can now import anypoint_api_instance resources for root-level organizations using the <env_id>/<instance_id> format.

  • You can now import anypoint_managed_omni_gateway resources for root-level organizations using the <env_id>/<gateway_id> format.

  • You can now import anypoint_private_space_upgrade resources using the <org_id>:<space_id>:<date>:<opt_in> format.

  • You can now import anypoint_tls_context (CloudHub 2.0) resources using the <org_id>:<space_id>:<tls_id> format.

  • You can now import anypoint_vpn_connection resources using the <org_id>/<space_id>/<connection_id> format.

  • You can now import anypoint_private_space_association resources using the <org_id>/<space_id> format.

Fixed Issues

Issue Resolution ID

Terraform state now correctly reflects both associations and created_associations after importing an anypoint_private_space_association resource.

W-22734343

1.0.3

May 27, 2026

Fixed Issues

Issue Resolution ID

Terraform no longer plans unnecessary changes after importing an existing anypoint_api_instance resource. The tls_context_id and gateway_id fields are now correctly restored during import.

W-22678732

Importing anypoint_private_space_config and anypoint_privatespace_advanced_config resources for private spaces in Business Groups no longer fails with "Cannot import non-existent remote object". The provider now correctly uses the sub-org context during import.

W-22678732

1.0.2

May 25, 2026

Fixed Issues

Issue Resolution ID

Creating and updating anypoint_team resources no longer produces errors or leaves the resource in an inconsistent state.

W-22677256

1.0.1

May 22, 2026

What’s New

  • You can now import existing anypoint_api_instance and related API management resources using terraform import.

  • All major resource documentation pages now include import block examples to help you bring existing Anypoint Platform resources under Terraform management without recreating them.

Fixed Issues

Issue Resolution ID

A2A policy configurations are now applied correctly to ensure policies are created with the intended settings.

W-22574468

1.0.0

May 11, 2026

What’s New

  • MuleSoft Terraform Provider is now available, enabling you to manage MuleSoft resources declaratively using Terraform.
    The provider supports resources across CloudHub 2.0, API Manager, Access Management, Secrets Manager, MCP servers, and A2A instances.

  • You can now provision and manage CloudHub 2.0 resources, including private spaces, network configuration, ingress and egress rules, VPN connections, and TLS contexts.
    For more information, see CloudHub 2.0 Resources.

  • You can now create and manage managed Omni Gateway resources in CloudHub 2.0.
    For more information, see Managed Omni Gateway Resources.

  • You can now manage Access Management resources, including business groups and teams.
    For more information, see Access Management Resources.

  • You can now configure Secrets Manager resources, including secret groups, certificates, keystores, truststores, and shared secrets.
    For more information, see Secrets Manager Resources.

  • You can now create and manage API Manager resources, including API instances and SLA tiers.
    For more information, see API Manager Resources.

  • You can now create and manage MCP servers and A2A instances.
    For more information, see MCP and AI Agent Resources and API, MCP, and A2A Policy Resources.

  • You can now apply API, MCP, and A2A policies declaratively.
    For more information, see Resources.

See Also