Skip to content

Commit

Permalink
change versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lotusnoir committed Oct 24, 2023
1 parent c15877e commit bc36797
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
moved {
from = scaleway_object_bucket.this
to = scaleway_object_bucket.main
}

resource "scaleway_object_bucket" "main" {
force_destroy = var.force_destroy
name = var.name
Expand Down Expand Up @@ -52,11 +47,6 @@ resource "scaleway_object_bucket" "main" {
}
}

moved {
from = scaleway_object_bucket_lock_configuration.this
to = scaleway_object_bucket_lock_configuration.main
}

resource "scaleway_object_bucket_lock_configuration" "main" {
count = var.versioning_enabled ? 1 : 0

Expand Down

0 comments on commit bc36797

Please sign in to comment.