Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bootstrap): TF changes for AWS CAPI migration #837

Merged
merged 15 commits into from
Sep 12, 2023
Prev Previous commit
Next Next commit
add missing role
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
davidspek committed Sep 8, 2023
commit eb6cf9431af39175dd01c28cfa4d4be3231bd959
1 change: 1 addition & 0 deletions bootstrap/terraform/aws-bootstrap/capa-sa.tf
Original file line number Diff line number Diff line change
@@ -96,6 +96,7 @@ data "aws_iam_policy_document" "capa_controller" {
"elasticloadbalancing:CreateLoadBalancer",
"elasticloadbalancing:ConfigureHealthCheck",
"elasticloadbalancing:DeleteLoadBalancer",
"elasticloadbalancing:CreateTargetGroup",
"elasticloadbalancing:DeleteTargetGroup",
"elasticloadbalancing:DescribeLoadBalancers",
"elasticloadbalancing:DescribeLoadBalancerAttributes",