Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent 195da17 commit e28b49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/kitten-science-website/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.6.4"
required_version = "1.6.4"

required_providers {
aws = {
Expand All @@ -8,7 +8,7 @@ terraform {
aws.global
]
source = "hashicorp/aws"
version = ">= 5.26.0"
version = "5.26.0"
}
}
}

0 comments on commit e28b49f

Please sign in to comment.