Skip to content

Commit c3f2688

Browse files
committed
Cleanup
1 parent 81f52d1 commit c3f2688

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

asg.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ resource "aws_autoscaling_group" "k8s_servers_asg" {
2828
weighted_capacity = "1"
2929
}
3030
}
31-
3231
}
3332
}
3433

data.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
resource "random_password" "k8s_token" {
2-
length = 55
3-
special = false
4-
}
5-
61
data "aws_iam_policy" "AmazonEC2ReadOnlyAccess" {
72
arn = "arn:aws:iam::aws:policy/AmazonEC2ReadOnlyAccess"
83
}

0 commit comments

Comments
 (0)