klotho
klotho copied to clipboard
Edge deletion needs to remove edge configurations
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"})