stocky-petabyte-29883
07/11/2022, 9:39 AMconst albPolicy = new aws.iam.Policy("alb-policy", {
name: "AWSLoadBalancerControllerIAMPolicy",
policy: new pulumi.asset.RemoteAsset("<https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.0/docs/install/iam_policy.json>"),
tags: {
Environment: stack,
},
});
The code I sent doesn't work, but is there any way to achieve this?little-cartoon-10569
07/11/2022, 9:15 PMstocky-petabyte-29883
07/11/2022, 10:17 PM