forked from Lainports/freebsd-ports
sysutils/terraform: Update to 1.4.6
BUG FIXES - Fix bug when rendering plans that include null strings. (#33029) - Fix bug when rendering plans that include unknown values in maps. (#33029) - Fix bug where the plan would render twice when using older versions of TFE as a backend. (#33018) - Fix bug where sensitive and unknown metadata was not being propagated to dynamic types while rendering plans. (#33057) - Fix bug where sensitive metadata from the schema was not being included in the terraform show -json output. (#33059) - Fix bug where computed attributes were not being rendered with the # forces replacement suffix. (#33065) Changelog: https://github.com/hashicorp/terraform/releases/tag/v1.4.6 PR: 271143
This commit is contained in:
parent
704b5812bc
commit
759f35046b
2 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= terraform
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.4.5
|
||||
DISTVERSION= 1.4.6
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= 0xdutra@gmail.com
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1682182826
|
||||
SHA256 (go/sysutils_terraform/terraform-v1.4.5/v1.4.5.mod) = 326cb6e13b521fa6f210788984e6d90a717330d32d126494ce8b678bcd8f03d4
|
||||
SIZE (go/sysutils_terraform/terraform-v1.4.5/v1.4.5.mod) = 9282
|
||||
SHA256 (go/sysutils_terraform/terraform-v1.4.5/v1.4.5.zip) = 95ad71e15a7009735494c316ed6406dc271a08e23d07157cdd3d63e57b4e2836
|
||||
SIZE (go/sysutils_terraform/terraform-v1.4.5/v1.4.5.zip) = 6846175
|
||||
TIMESTAMP = 1682822245
|
||||
SHA256 (go/sysutils_terraform/terraform-v1.4.6/v1.4.6.mod) = d37a7ffc29d57af1de5691d9cd8626a86d95a41d70acbc94a1e9ba47441fce71
|
||||
SIZE (go/sysutils_terraform/terraform-v1.4.6/v1.4.6.mod) = 9282
|
||||
SHA256 (go/sysutils_terraform/terraform-v1.4.6/v1.4.6.zip) = 139a58e787167acc23569f8f08199665cd49e11b1f5e1eea61ae1f4c9e11f227
|
||||
SIZE (go/sysutils_terraform/terraform-v1.4.6/v1.4.6.zip) = 6853996
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue