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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sections:
message: must begin with a lowercase letter, and can only contain lowercase letters, numbers or hyphens after
items:
- type: TERRAFORM
name: aws-bootstrap-cluster-api
name: aws-bootstrap
- type: HELM
name: bootstrap
- type: HELM
Expand Down
11 changes: 0 additions & 11 deletions bootstrap/terraform/aws-bootstrap-cluster-api/deps.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions bootstrap/terraform/aws-bootstrap-cluster-api/main.tf

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions bootstrap/terraform/aws-bootstrap-cluster-api/variables.tf

This file was deleted.

2 changes: 1 addition & 1 deletion bootstrap/terraform/aws-bootstrap/aws-lb-controller.tf
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,4 @@ resource "aws_iam_policy" "alb" {
]
}
POLICY
}
}
Loading
Loading