Skip to content

Commit

Permalink
feat(bootstrap): TF changes for AWS CAPI migration (#837)
Browse files Browse the repository at this point in the history
* feat(bootstrap): TF changes for AWS CAPI migration

Signed-off-by: David van der Spek <[email protected]>

* slightly cleanup locals

Signed-off-by: David van der Spek <[email protected]>

* more initial cleanup

Signed-off-by: David van der Spek <[email protected]>

* first possibly valid setup

Signed-off-by: David van der Spek <[email protected]>

* fix iam role

Signed-off-by: David van der Spek <[email protected]>

* fix some output changes

Signed-off-by: David van der Spek <[email protected]>

* no cycle error

Signed-off-by: David van der Spek <[email protected]>

* cleanup comments

Signed-off-by: David van der Spek <[email protected]>

* update capi recipe for testing

Signed-off-by: David van der Spek <[email protected]>

* add missing role

Signed-off-by: David van der Spek <[email protected]>

* fix node group output for CAPI clusters

Signed-off-by: David van der Spek <[email protected]>

* fix node output if capi

Signed-off-by: David van der Spek <[email protected]>

* node group output + role fix

Signed-off-by: David van der Spek <[email protected]>

* more iam policy fixes

Signed-off-by: David van der Spek <[email protected]>

* bump version

Signed-off-by: David van der Spek <[email protected]>

---------

Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek authored Sep 12, 2023
1 parent a230873 commit ed6b13d
Show file tree
Hide file tree
Showing 18 changed files with 515 additions and 73 deletions.
2 changes: 1 addition & 1 deletion bootstrap/plural/recipes/aws-cluster-api-simple-test.yaml
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

0 comments on commit ed6b13d

Please sign in to comment.