function.tf 112 B

1234
  1. # Compute total price with tax
  2. output "total_price" {
  3. value = provider::hashicups::compute_tax(5.00, 0.085)
  4. }