Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Upgrade to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianclay committed Nov 6, 2023
1 parent bb4bf08 commit a53355d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions terraform/aws/components/gp2gp/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ resource "aws_s3_bucket_lifecycle_configuration" "gp2gp_extract_cache_bucket" {
expiration {
days = var.gp2gp_extract_cache_bucket_retention_period
}
filter {
prefix = ""
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/components/gp2gp/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.75.0"
version = "~> 4.2.0"
}
}
}
Expand Down

0 comments on commit a53355d

Please sign in to comment.