Skip to content

v2.18.0

Latest

Choose a tag to compare

@terraform-provider-release terraform-provider-release released this 07 Jul 10:10
0480d4b

2.18.0 (2026-07-07)

❗ Migration guide: v2.17.x -> v2.18.0

🎉 What's new:

  • API integration resources reworked (#4883, #4765, #4822, #4860, #4869, #4870, #4872, #4873, #4874, #4875, #4876, #4898)
    • Deprecate snowflake_api_integration
    • Add nine new provider-specific resources added (snowflake_api_integration_amazon_api_gateway, snowflake_api_integration_azure_api_management, snowflake_api_integration_google_cloud_api_gateway, snowflake_api_integration_git_repository_*, snowflake_api_integration_external_mcp_*)
    • Add snowflake_api_integrations data source
  • Add new storage lifecycle policy resources and data source (preview)
    • Add snowflake_storage_lifecycle_policy resource (#4852)
    • Add snowflake_table_storage_lifecycle_policy_attachment resource (#4901, #4894, #4889)
    • Add snowflake_storage_lifecycle_policies data source (#4879)
  • Add new Iceberg Table resources (preview)
    • snowflake_iceberg_table_from_files (#4842)
    • snowflake_iceberg_table_from_delta_files (#4884)
  • Add snowflake_postgres_instance resource (preview) (#4759)
  • Add log_event_level parameter support across databases, schemas, functions, procedures, tasks, and users (#4796) (#4799)
  • Add Cortex Code daily credit limit account parameters (#4913)
  • Add ENABLE_PER_ACCOUNT_APP_SERVICE_PRIVATELINK_URL account parameter (#4906), references #4826
  • Add missing GEN2 and ARM compute pool instance families (#4918), references #4916
  • Add snowflake_grant_ownership support for AGENT and CORTEX SEARCH SERVICE object types (#4859) (#4906), closes #4844, references #4868
  • Add tagging support for Iceberg table columns in snowflake_tag_association (#4886)
  • Allow hyphens in listing name validation (#4653)
  • snowflake_grant_ownership now revokes on-future grants on resource destroy (#4948)
  • New experiment flags:
    • HIERARCHY_RENAMES: changing parent identifier fields no longer forces resource recreation (#4825) (#4891) (#4881)
    • GRANT_ACCOUNT_ROLE_SHOW_CACHING: experiment for snowflake_grant_account_role to reduce redundant SHOW GRANTS OF ROLE calls in large RBAC configurations (#4855)

🔧 Misc:

  • Multiple resources and data sources promoted to stable (#4920)

🐛 Bug fixes:

  • Fix panic when adding a column with a constant default to snowflake_table (#4914), references #4730
  • Fix MODEL MONITOR object type mismatch in grant resources causing perpetual non-empty plans (#4806)
  • Fix SQL emission: identifier quoting, single-quote escaping, and privilege validation (#4952) (#4955)
  • Fix provider block explicit false values being overridden by TOML profile (#4950)
  • Fix overriding resource fields in task resource during upgrade from v0.98.0 (#4949)
  • Fix Iceberg table object type normalization in GET_TAG (#4867)