From 58ffd36f4aa013b44c3e81acfa26ac3f45f24e11 Mon Sep 17 00:00:00 2001 From: Fede Barcelona Date: Wed, 9 Jul 2025 15:14:02 +0200 Subject: [PATCH] fix(ci): reorder elements in test Latest changes in backend shows the components of the cloud auth resource reordered. This is consistent now, but the test was failing. This may fail for customers as well, complaining that the resources now show differences where there should be none. This comment is also documenting that future issue... --- sysdig/resource_sysdig_secure_cloud_auth_account_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdig/resource_sysdig_secure_cloud_auth_account_test.go b/sysdig/resource_sysdig_secure_cloud_auth_account_test.go index 51a25be43..a37ef39d1 100644 --- a/sysdig/resource_sysdig_secure_cloud_auth_account_test.go +++ b/sysdig/resource_sysdig_secure_cloud_auth_account_test.go @@ -296,7 +296,7 @@ func TestAccGCPSecureCloudAuthAccountThreatDetection(t *testing.T) { feature { secure_threat_detection { enabled = true - components = ["COMPONENT_WEBHOOK_DATASOURCE/secure-runtime", "COMPONENT_SERVICE_PRINCIPAL/secure-runtime"] + components = ["COMPONENT_SERVICE_PRINCIPAL/secure-runtime", "COMPONENT_WEBHOOK_DATASOURCE/secure-runtime"] } } component {