Skip to content

Commit e451672

Browse files
fix
1 parent c6314c3 commit e451672

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/r/secure_posture_accept_risk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ Creates a Sysdig Secure Posture Accept Risk.
1717
```terraform
1818
resource "sysdig_secure_posture_accept_risk" "accept_risk_global" {
1919
description = "Accept risk for zone"
20-
control_name = "ServiceAccounts with cluster access"
20+
control_name = "Network - Enabled Endpoint Private Access in Existing Clusters (EKS)"
2121
reason = "Risk Transferred"
2222
expires_in = "30 Days"
2323
zone_name = "Entire Infrastructure"
2424
}
2525
2626
resource "sysdig_secure_posture_accept_risk" "accept_risk_resource" {
2727
description = "Accept risk for resource"
28-
control_name = "ServiceAccounts with cluster access"
28+
control_name = "Fargate - Untrusted Workloads"
2929
reason = "Risk Transferred"
3030
expires_in = "30 Days"
31-
filter = "name in ('system:controller:daemon-set-s') and kind in ('ClusterRole')"
31+
filter = "name in (\"aws-int-01-cicd-aws-eks-workloads-shield\") and providerType in (\"AWS\") and kind in (\"AWS_EKS_CLUSTER\") and location in (\"us-east-1\")"
3232
}
3333
3434

0 commit comments

Comments
 (0)