Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Terraform Provider got updated and s3 bucket res changes exists #262

@T0tt1

Description

@T0tt1

What we need to do here on Line 283 is to delete section for versioning and move it to another resource

resource "aws_s3_bucket_versioning" "versioning_example" {
  bucket = aws_s3_bucket.example.id
  versioning_configuration {
    status = "Enabled"
  }

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