Skip to content

Commit

Permalink
remove lifecycle.ignore_changes from s3_bucket_logging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 committed Feb 5, 2022
1 parent e158014 commit cb7c9cf
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions internal/service/s3/bucket_logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -396,12 +396,6 @@ resource "aws_s3_bucket" "log_bucket" {
resource "aws_s3_bucket" "test" {
bucket = %[1]q
acl = "private"
lifecycle {
ignore_changes = [
logging
]
}
}
resource "aws_s3_bucket_logging" "test" {
Expand All @@ -418,12 +412,6 @@ func testAccBucketLoggingUpdateConfig(rName, targetBucketName, targetPrefix stri
resource "aws_s3_bucket" "test" {
bucket = %[1]q
acl = "private"
lifecycle {
ignore_changes = [
logging
]
}
}
resource "aws_s3_bucket" "log_bucket" {
Expand Down Expand Up @@ -452,12 +440,6 @@ resource "aws_s3_bucket" "log_bucket" {
resource "aws_s3_bucket" "test" {
bucket = %[1]q
acl = "private"
lifecycle {
ignore_changes = [
logging
]
}
}
resource "aws_s3_bucket_logging" "test" {
Expand Down Expand Up @@ -487,12 +469,6 @@ resource "aws_s3_bucket" "log_bucket" {
resource "aws_s3_bucket" "test" {
bucket = %[1]q
acl = "private"
lifecycle {
ignore_changes = [
logging
]
}
}
resource "aws_s3_bucket_logging" "test" {
Expand Down Expand Up @@ -524,12 +500,6 @@ resource "aws_s3_bucket" "log_bucket" {
resource "aws_s3_bucket" "test" {
bucket = %[1]q
acl = "private"
lifecycle {
ignore_changes = [
logging
]
}
}
resource "aws_s3_bucket_logging" "test" {
Expand Down

0 comments on commit cb7c9cf

Please sign in to comment.