Skip to content

Commit

Permalink
Upgrade tf to 1.5.7
Browse files Browse the repository at this point in the history
Problem: we would like to use latest tf version

Solution: update flake nixpkgs and tf version
  • Loading branch information
karandit committed Sep 29, 2023
1 parent b3c76d6 commit cf227d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/versions.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

terraform {
required_version = ">= 0.13"
required_version = ">= 1.5.7"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf227d7

Please sign in to comment.