Skip to content

Incident detail

Terraform AWS Provider v6.59.0 — errors during plan for aws_network_acl_rule resources

Resolved incidentMinor

Timeline window

to

Outage alerts

Get alerted the next time HashiCorp Cloud breaks

Free email alerts for up to 5 providers. No card, live in about a minute. Paid plans add Slack, Teams, Discord, and webhook delivery across your whole stack, plus higher API quotas.

Timeline

Incident updates

Every update HashiCorp Cloud posted, oldest to newest, exactly as it appeared on their official status page.

  1. Identified

    Our engineering team has identified the cause of the "Missing Resource Identity After Read" errors and has completed a fix. We are preparing version 6.60.0 of the Terraform AWS Provider, which includes this fix. v6.60.0 is not yet available in the registry.

    This affects `aws_network_acl_rule` resources that were created with provider versions earlier than 6.39.0. Terraform runs that do not manage `aws_network_acl_rule `resources are unaffected.

    Users encountering errors can continue running Terraform by pinning the provider to version 6.58.0:

    ```

    terraform {

    required_providers {

    aws = {

    source = "hashicorp/aws"

    version = "6.58.0"

    }

    }

    }

    ```

  2. Resolved

    Our Engineering team has resolved the issue. We released the Terraform AWS Provider v6.60.0 with a fix. Affected systems should now be operating normally. If you continue to experience any problems, please open a ticket with our support team.

Keep exploring

More from HashiCorp Cloud

Neighboring incidents on HashiCorp Cloud's timeline and the rest of their record on OutageDeck.