broad-zoo-34077
06/29/2022, 3:26 PMbulky-florist-87783
06/29/2022, 3:34 PMplain-airplane-22748
06/29/2022, 5:04 PMdelightful-market-27721
07/05/2022, 10:20 PMwhite-airport-8778
delightful-market-27721
07/05/2022, 10:58 PMfreezing-doctor-29902
07/07/2022, 5:20 AMmysterious-teacher-68276
07/07/2022, 8:06 AMhttps://raw.githubusercontent.com/infracost/vscode-infracost/master/.github/assets/loading.png▾
resource "aws_instance" "web_app" {
ami = "ami-674cbc1e"
instance_type = "m5.4xlarge"
root_block_device {
volume_size = 50
}
ebs_block_device {
device_name = "my_data"
volume_type = "io1"
volume_size = 1000
iops = 800
}
}
save the file and see if that has any prices displayedfreezing-doctor-29902
07/07/2022, 8:16 AMmysterious-teacher-68276
07/07/2022, 8:19 AMinfracost
is different from the one provided by VSCode.
Could you run this command:
infracost breakdown --path . --out-file debug.json --format json
In the folder you created with the single resource, then send me the file in a private message.