Skip to content

Refactor aws s3 bucket to be compatible with Aws provider 4.0 #43

@jim80net

Description

@jim80net

resource "aws_s3_bucket" "elb_logs" {

terraform-provider-aws 4.0.0 was released, introducing a breaking change to how s3 buckets are defined.

This resource should be refactored to comply with the 4.0 standard. Since doing so breaks compatibility with <4.0.0, this should also increment the major versions and create a new branch.

A migration guide should also be published for users who are on terraform-provider-aws 3.x and desire to upgrade to 4.x

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions