We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd82a6f commit 4b555fdCopy full SHA for 4b555fd
terraform/s3/s3.tf
@@ -16,4 +16,8 @@ resource "aws_s3_bucket" "stubbornjava-terraform" {
16
resource "aws_s3_bucket" "stubbornjava-jenkins" {
17
bucket = "stubbornjava-jenkins"
18
acl = "private"
19
+
20
+ versioning {
21
+ enabled = true
22
+ }
23
}
0 commit comments