able-pencil-95187
03/27/2023, 8:12 PMinfracost/infracost
source code, as I am building a custom interface to the Cloud Pricing API Server
(we do not use terraform
).
I am looking at internal/providers/terraform/azure/application_gateway.go
, and see the following:
• Data processing cost component
• Capacity units cost component
• Gateway cost component
• Fixed for V2 cost component
For a custom interface to the pricing API, is the GraphQL query a composite of the 4 price components? E.g. the 4 need to get calculated then added up?white-airport-8778
03/27/2023, 8:17 PM