Skip to content

Commit d5c0e11

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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]
27+
depends_on = [sysdig_secure_cloud_auth_account_feature.config_posture, module.pub-sub]
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]
25+
depends_on = [sysdig_secure_cloud_auth_account_feature.config_posture, module.pub-sub]
2626
}

0 commit comments

Comments
 (0)