Skip to content

Commit ed6b13d

Browse files
authored
feat(bootstrap): TF changes for AWS CAPI migration (#837)
* 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]>
1 parent a230873 commit ed6b13d

File tree

18 files changed

+515
-73
lines changed

18 files changed

+515
-73
lines changed

bootstrap/plural/recipes/aws-cluster-api-simple-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sections:
1616
message: must begin with a lowercase letter, and can only contain lowercase letters, numbers or hyphens after
1717
items:
1818
- type: TERRAFORM
19-
name: aws-bootstrap-cluster-api
19+
name: aws-bootstrap
2020
- type: HELM
2121
name: bootstrap
2222
- type: HELM

bootstrap/terraform/aws-bootstrap-cluster-api/deps.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

bootstrap/terraform/aws-bootstrap-cluster-api/main.tf

Lines changed: 0 additions & 7 deletions
This file was deleted.

bootstrap/terraform/aws-bootstrap-cluster-api/terraform.tfvars

Lines changed: 0 additions & 2 deletions
This file was deleted.

bootstrap/terraform/aws-bootstrap-cluster-api/variables.tf

Lines changed: 0 additions & 10 deletions
This file was deleted.

bootstrap/terraform/aws-bootstrap/aws-lb-controller.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,4 @@ resource "aws_iam_policy" "alb" {
258258
]
259259
}
260260
POLICY
261-
}
261+
}

0 commit comments

Comments
 (0)