Skip to content

Commit 61ff983

Browse files
chore(deps): update terraform aws to v4.67.0
1 parent be44080 commit 61ff983

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conftest-policies/testdata/provider-version-pinning/pass-exact.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "= 4.66.0"
5+
version = "4.67.0"
66
}
77
}
88
}

conftest-policies/testdata/provider-version-pinning/pass-tilde.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 4.66.0"
5+
version = "~> 4.67.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)