Skip to content

Commit

Permalink
Merge pull request #5 from ExitoLab/feature/remove-versioning-s3
Browse files Browse the repository at this point in the history
feat: removed s3 bucket versioning
  • Loading branch information
ExitoLab authored Jun 26, 2021
2 parents a598484 + 9dc68d8 commit 7045a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion s3-bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resource "aws_s3_bucket" "terraform_pratice" {
acl = "private"

versioning {
enabled = true
enabled = false
}

tags = {
Expand Down
2 changes: 1 addition & 1 deletion s3-bucket/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider "aws" {
}

terraform {
required_version = ">= 0.14.0, < 0.15.0"
required_version = ">= 0.14.0"
required_providers {
aws = ">= 3.18"
}
Expand Down

0 comments on commit 7045a2b

Please sign in to comment.