You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jonnyry
changed the title
Porter is expanding strings that look like scientific notation when passing to terraform
Porter is expanding string parameters that look like scientific notation when passing to terraform
Jan 16, 2025
In a custom template, we are passing the four character short resource ID into a template and using it within terraform.
Occassionally this resembles a number in scientific notation, e.g.
51e5
.When this occurs, porter is expanding the scientific notation, and passing
510000000
into terraform, which causes our template to fail.Not strictly a TRE issue as the expansion appears to be happening within the terraform mixin, but logging for visibility.
Logged here: getporter/terraform-mixin#124
The text was updated successfully, but these errors were encountered: