Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 27, 2023
1 parent 5ed2ea1 commit dbf7c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-state/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ resource "aws_s3_bucket_server_side_encryption_configuration" "tfstate" {
kms_master_key_id = aws_kms_key.tfstate_key.arn
sse_algorithm = "aws:kms"
}
bucket_key_enabled = var.bucket_key_enabled
}
bucket_key_enabled = var.bucket_key_enabled
}

resource "aws_s3_bucket_ownership_controls" "tfstate" {
Expand Down

0 comments on commit dbf7c01

Please sign in to comment.