Skip to content

Commit 0af9292

Browse files
feat(modular): address feedback for modular support for cdr/ciem, rebase and cleanup
1 parent 4d60c2d commit 0af9292

File tree

4 files changed

+2
-56
lines changed

4 files changed

+2
-56
lines changed

test/examples/modular_organization/pub-sub.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ resource "sysdig_secure_cloud_auth_account_feature" "identity_entitlement" {
2424
type = "FEATURE_SECURE_IDENTITY_ENTITLEMENT"
2525
enabled = true
2626
components = [module.pub-sub.pubsub_datasource_component_id]
27-
depends_on = [sysdig_secure_cloud_auth_account_feature.config_posture, sysdig_secure_cloud_auth_account_feature.threat_detection]
27+
depends_on = [sysdig_secure_cloud_auth_account_feature.config_posture]
2828
}

test/examples/modular_single_project/pub-sub.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ resource "sysdig_secure_cloud_auth_account_feature" "identity_entitlement" {
2222
type = "FEATURE_SECURE_IDENTITY_ENTITLEMENT"
2323
enabled = true
2424
components = [module.pub-sub.pubsub_datasource_component_id]
25-
depends_on = [sysdig_secure_cloud_auth_account_feature.config_posture, sysdig_secure_cloud_auth_account_feature.threat_detection]
25+
depends_on = [sysdig_secure_cloud_auth_account_feature.config_posture]
2626
}

test/examples/organization_cdr_test/pub-sub.tf

Lines changed: 0 additions & 28 deletions
This file was deleted.

test/examples/single_account_cdr_test/pub-sub.tf

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)