Skip to content

Commit fc6690a

Browse files
committed
terraform13: Update to 1.3.7
Changes: 1.3.7 ----- BUG FIXES: - Fix exact version constraint parsing for modules using prerelease versions - Prevent panic when a provider returns a null block value during refresh which is used as configuration via ignore_changes 1.3.6 ----- BUG FIXES: - Terraform could crash if an orphaned resource instance was deleted externally and had condition checks in the configuration - Module output changes were being removed and re-added to the stored plan, impacting performance with large numbers of outputs
1 parent b90a511 commit fc6690a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

terraform/version.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# $NetBSD$
22

3-
TERRAFORM13_VERSION= 1.3.5
3+
TERRAFORM13_VERSION= 1.3.7
44
TERRAFORM11_VERSION= 1.1.9
55
TERRAFORM015_VERSION= 0.15.1
66
TERRAFORM014_VERSION= 0.14.11

terraform13/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3198,7 +3198,7 @@ Size (sigs.k8s.io_yaml_@v_v1.2.0.mod) = 106 bytes
31983198
BLAKE2s (sigs.k8s.io_yaml_@v_v1.2.0.zip) = 196614bfe35a861524f0dd2e2e0b63fbd650b889bab18114f167720f05506b70
31993199
SHA512 (sigs.k8s.io_yaml_@v_v1.2.0.zip) = 52a52b3d380ae6e2cbe1b2c849d3089f74aa876fb3fadfbd02eada97446e0f2cf387f10ddb527f2dfefd57dccba8c82b0b349efbecaa0e6e3d00dc2b5d4fc21e
32003200
Size (sigs.k8s.io_yaml_@v_v1.2.0.zip) = 20937 bytes
3201-
BLAKE2s (terraform-1.3.5.tar.gz) = a3ae5df841f96add2c160b0ff889cd1b7121c7414df8c43804083383f2db3d90
3202-
SHA512 (terraform-1.3.5.tar.gz) = 1e60e140a191182c629f1318d673b534da213b2d202b1142cffcdd095e64410f01ac450bc9da20af47e01e7e96c89b71e2454affada6c53f67371e36efac9fd2
3203-
Size (terraform-1.3.5.tar.gz) = 4898717 bytes
3201+
BLAKE2s (terraform-1.3.7.tar.gz) = b1b1d766a73b11301830ebd060cb876efd9124a14362ca50455575a4f31b6632
3202+
SHA512 (terraform-1.3.7.tar.gz) = 05842b693f14c821ec7daf892e6f49685e8b5de37d185a9d28500c2893186b2be4f744854488c4c54739c6cc6915aa80509479dd2051739651b1d62cb33f9c39
3203+
Size (terraform-1.3.7.tar.gz) = 4915948 bytes
32043204
SHA1 (patch-provider__source.go) = 587b576f571eb0c4755aabf2b6f0eda7990b4be8

0 commit comments

Comments
 (0)