Skip to content

[Bug]: Security Lake unexpected state 'FAILED', wanted target 'COMPLETED'. last error: %!s(<nil>) #40363

Open
@tinhtq

Description

Terraform Core Version

1.9.8

AWS Provider Version

5.78.0

Affected Resource(s)

aws_securitylake_data_lake

Expected Behavior

Return the error

Actual Behavior

waiting for Security Lake Data Lake (arn:aws:securitylake:us-east-1:xxxxxx:data-lake/default) create
unexpected state 'FAILED', wanted target 'COMPLETED'. last error: %!s(<nil>)

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

resource "aws_securitylake_data_lake" "security_lake" {
  meta_store_manager_role_arn = aws_iam_role.security_lake_role.arn

  configuration {
    region = data.aws_region.current.name
  }
}

Steps to Reproduce

terraform apply

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Would you like to implement a fix?

Yes

Metadata

Assignees

No one assigned

    Labels

    bugAddresses a defect in current functionality.needs-triageWaiting for first response or review from a maintainer.service/securitylakeIssues and PRs that pertain to the securitylake service.waiting-responseMaintainers are waiting on response from community or contributor.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions