white-airport-8778
07/01/2021, 7:48 AMtime="2021-07-01T08:37:07+01:00" level=warning msg="Multiple products found for azurerm_mssql_database.business_critical_m Compute (provisioned, BC_M_8), using the first product"
tftest.go:244:
Output does not match golden file:
--- Expected
+++ Actual
@@ -33,3 +33,3 @@
azurerm_mssql_database.general_purpose_gen_zone
- ├─ Compute (provisioned, GP_Gen5_4) 730 hours $711.16
+ ├─ Compute (provisioned, GP_Gen5_4) 730 hours $266.68
├─ SQL license 2,920 vCore-hours $291.90
@@ -70,3 +70,3 @@
- OVERALL TOTAL $28,827.36
+ OVERALL TOTAL $28,382.88
----------------------------------
--- FAIL: TestMSSQLDatabase (17.54s)
db.products.find({"vendorName": "azure", "service":"SQL Database", "attributes.skuName": "4 vCore Zone Redundancy", "attributes.productName": {$regex: "General Purpose - Compute Gen5", $options: "i"}, "region":"eastus" }).pretty();
This shows $0.974189/hr in my old DB dump and $0.365321/hr on the latest mongo data. The new price matches the Azure cost calc but I can’t find that price on https://azure.microsoft.com/en-us/pricing/details/azure-sql-database/elastic/
I’m going to update the test for now as the filters are correct.DZH318Z0BPXL/03SV/23edd1d1-db61-5d1d-98c4-1799a211f960
and DZH318Z0BPXL/03R5/23edd1d1-db61-5d1d-98c4-1799a211f960
show "effectiveDateStart" : "2021-07-01T00:00:00Z"
so I wonder if Azure are changing the price today.
I contacted MS Azure support to see what’s going on.little-author-61621
07/01/2021, 9:08 AM