Skip to content

Commit 60f535a

Browse files
committed
chore: removed the lockfile and upgraded the version
1 parent 2865e00 commit 60f535a

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

examples/basic/.terraform.lock.hcl

Lines changed: 0 additions & 25 deletions
This file was deleted.

examples/basic/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 5.0"
7+
version = ">= 6.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)