ReleaseBytes
Log in Sign up

Terraform

HashiCorp Terraform core releases and blog.

  • Terraform AzureRM Provider Releases terraforminfraazuredeprecationengineer ·

    Terraform Azure Provider v4.75.0 Adds New Features and Updates Dependencies

    Terraform's Azure provider has been updated to version 4.75.0, introducing new features like persistent IDs on creation and skipping import checks. This release also includes enhancements by updating API versions for various services and adding new properties to resources such as Application Gateway and Data Factory. These changes will benefit users managing Azure infrastructure with Terraform, offering more flexibility and support for the latest Azure capabilities.

    feature patch
  • HashiCorp Blog blogsecurityazurepreviewengineer ·

    HashiCorp Vault 2.0 adds SCIM support for user provisioning

    HashiCorp Vault 2.0 introduces beta SCIM support, enabling organizations to standardize user and group provisioning from external identity platforms directly into Vault. This feature simplifies identity management for administrators and improves security posture by centralizing user access control.

    feature patch
  • Terraform Databricks Provider Releases terraforminfragcpdatabrickspreviewengineer ·

    Databricks Terraform Provider v1.116.0: Git credential, Agent Bricks, and Metastore updates

    Databricks Terraform Provider v1.116.0 adds the `principal_id` argument to manage Git credentials for service principals and supports permissions for Agent Bricks resources. It also includes bug fixes for metastore updates, UC object destruction, and library handling, alongside improvements to vector search index timeouts and child group collection.

    feature patch
  • Terraform AWS Provider Releases terraforminfraawsdeprecationengineer ·

    Terraform AWS Provider v6.47.0: New Resources and Attribute Deprecations

    This release introduces new resources for AWS Bedrock Agent and S3 Multi-Region Access Points, along with several enhancements and bug fixes. Multiple data sources now deprecate the `id` attribute in favor of more descriptive alternatives, and some `secretsmanager` attributes are updated. These changes affect users managing AWS infrastructure via Terraform, particularly those working with Bedrock, S3, or leveraging the updated data sources.

    feature patch
  • Terraform Google Provider Releases terraforminfragcpgaengineer ·

    Terraform Google Provider v7.34.0: New Resources, Features, and Fixes

    Terraform Google Provider version 7.34.0 introduces several new resources and data sources, including `google_compute_service_attachment` and `google_config_deployment`. It also adds new fields and improvements to existing resources like `google_compute_subnetwork` and `google_container_cluster`. This release also addresses several bugs, ensuring more stable and robust management of Google Cloud resources via Terraform.

    feature patch
  • Terraform Core Releases terraforminfraengineer ·

    Terraform v1.15.5 Fixes Module Initialization Crash

    Terraform v1.15.5 resolves a crash during `init` for modules with empty sources and adds support for module versions evaluating to null within dynamic module sources. These patches ensure more robust module handling for Terraform users.

    patch
  • Terraform AzureRM Provider Releases terraforminfraazureengineer ·

    Terraform Provider for AzureRM adds new features and fixes bugs

    Terraform Provider for AzureRM version 4.74.0 introduces support for new properties in several Azure services, including Advisor recommendations, Data Factory integration runtimes, Function Apps, and Logic Apps. This release also addresses bugs, such as allowing container app environment names to start with a digit and fixing update paths for logic app standard app service plans, benefiting users managing Azure infrastructure with Terraform.

    feature patch
  • Terraform AWS Provider Releases terraforminfraawsdeprecationengineer ·

    Terraform AWS Provider v6.46.0: New resources, fixes, and enhancements

    Terraform AWS Provider version 6.46.0 introduces several new resources, including those for AWS Bedrock Agent, IAM Access Keys, and Observability Admin. Enhancements improve existing resources like CloudFront distributions and Bedrock Agent runtimes, while bug fixes address issues with S3 bucket configurations and X-Ray resource policies. The `policy_name` change in `aws_xray_resource_policy` is noted as a potential breaking change due to previous incorrect functionality.

    feature patch breaking
  • Terraform Core Releases terraforminfra ·

    Terraform 1.15.4 adds zLinux builds and fixes init bug

    Terraform 1.15.4 introduces new builds for Linux s390x (zLinux) and fixes a bug in the init command that prevented provider binaries from being installed into symlinked directories. This patch release ensures broader platform support and improves the reliability of Terraform's initialization process.

    patch
  • Terraform Google Provider Releases terraforminfragcpgapreviewengineer ·

    Terraform Google Provider v7.33.0: New resources, compute migrations, and fixes

    This release of the Terraform Google Provider (v7.33.0) introduces new data sources and resources for services like Logging, Apigee, and Chronicle. Several compute resources have been migrated to use direct HTTP calls, improving efficiency. Additionally, numerous improvements and bug fixes are included across various GCP services, enhancing the provider's stability and feature set for users managing Google Cloud infrastructure.

    feature patch
  • HashiCorp Blog blogsecurityazuregaengineer ·

    Azure hub-and-spoke networking GA for HCP Vault Dedicated

    HashiCorp Cloud Platform (HCP) Vault Dedicated now supports Azure hub-and-spoke networking, which is now generally available. This feature enhances cloud security maturity by enabling private connectivity for Vault deployments.

    feature patch
  • Terraform AzureRM Provider Releases terraforminfraazuregaengineer ·

    Terraform Azure Provider v4.73.0 Adds Storage Mover Resources

    Terraform provider for Azure v4.73.0 introduces new resources for Azure Storage Mover, including job definitions and projects. Enhancements include expanded support for custom block response status codes in CDN Frontdoor Firewall policies and identity IDs for container app jobs. This release benefits users managing Azure infrastructure with Terraform.

    feature patch
  • HashiCorp Blog blogaiengineerarchitect ·

    Enterprises operationalizing AI, not just experimenting

    This article highlights that leading enterprises are moving beyond AI experimentation to operationalize AI models. The key differentiator appears to be a strategic approach to AI adoption, suggesting a shift towards integrated AI workflows within business operations.

    announcement
  • Terraform AWS Provider Releases terraforminfraawsengineer ·

    Terraform AWS Provider v6.45.0: New Observability and SecurityHub resources

    This release of the Terraform AWS Provider introduces several new resources for AWS Observability and Security Hub, along with enhancements for Lambda functions and Secrets Manager. These updates allow engineers to manage new AWS capabilities, improve Lambda runtime support, and streamline secret version management, impacting users of these specific AWS services managed via Terraform.

    feature patch
  • HashiCorp Blog bloginfraawsdeprecationengineer ·

    Terraform 1.15: Dynamic sources, variable deprecation, Windows ARM64

    Terraform 1.15 introduces several updates including dynamic module sources and Windows ARM64 builds. It also deprecates certain variable usage and adds S3 AWS login capabilities. These changes aim to improve flexibility and maintainability for users managing infrastructure as code.

    deprecation feature patch
  • Terraform Core Releases terraforminfra ·

    Terraform v1.15.3 Fixes Resource Migration and Provider Installation Bugs

    Terraform v1.15.3 addresses critical bugs including a fix for resource migration issues under nested modules with implicit provider configurations. It also improves the cloud backend's handling of the -generate-config-out flag and resolves a crash during provider installation when configuration is absent. These patches are crucial for users encountering these specific operational blockers.

    patch
  • Terraform Google Provider Releases terraforminfragcpengineer ·

    Terraform Google Provider v7.32.0 Adds New Resources and Improvements

    Terraform Google Provider version 7.32.0 introduces new resources including `google_compute_region_instant_snapshot_iam_policy` and `google_chronicle_dashboard_chart`, alongside several improvements and bug fixes across compute, redis, and storage services. These updates enhance management capabilities for Google Cloud infrastructure through Terraform, benefiting engineers and architects managing cloud resources.

    feature patch
  • HashiCorp Blog bloggovernanceengineer ·

    IBM Vault 2.0: UI enhancements and improved reporting

    IBM Vault 2.0 now includes in-product guidance for faster value realization and enhanced reporting features to improve transparency and visibility. These updates are designed to benefit users by making the platform more intuitive and providing deeper insights into their data.

    feature patch
  • HashiCorp Blog bloginfraengineer ·

    Terraform adds cost visibility and project notifications

    Terraform's latest release enhances operational overhead reduction with new cost visibility features and strengthens governance and security through project-level notifications. These updates aim to provide better control and insight across the infrastructure lifecycle for users of HCP Terraform and Terraform Enterprise.

    feature patch
  • Terraform Databricks Provider Releases terraforminfradatabricksdeprecationengineer ·

    Databricks Terraform Provider v1.115.0 fixes state decoding and account-level data source issues

    Databricks Terraform Provider v1.115.0 resolves several bugs affecting state decoding and account-level operations for various data sources and resources, including `databricks_library` and `databricks_service_principal`. These fixes enhance stability and correct regressions introduced in previous versions, benefiting users managing Databricks resources via Terraform, particularly at the account level.

    patch
© 2026 ReleaseBytes Aggregated release notes & tech news. We link to the original source.