klotho icon indicating copy to clipboard operation
klotho copied to clipboard

Edge deletion needs to remove edge configurations

Open jhsinger-klotho opened this issue 2 years ago • 0 comments

deleted lambda -> secret and saw the following policy modification in the lambdas role. The resource just becomes empty but the policy doesnt get removed

    policy: pulumi.jsonStringify({Statement: [{Action: ["secretsmanager:DescribeSecret", "secretsmanager:GetSecretValue"], Effect: "Allow", Resource: [ifcp_fga_store_id.arn]}], Version: "2012-10-17"})


    policy: pulumi.jsonStringify({Statement: [{Action: ["secretsmanager:DescribeSecret", "secretsmanager:GetSecretValue"], Effect: "Allow", Resource: []}], Version: "2012-10-17"})

jhsinger-klotho avatar Jan 23 '24 17:01 jhsinger-klotho