There was an error while loading. Please reload this page.
1 parent 81f52d1 commit c3f2688Copy full SHA for c3f2688
asg.tf
@@ -28,7 +28,6 @@ resource "aws_autoscaling_group" "k8s_servers_asg" {
28
weighted_capacity = "1"
29
}
30
31
-
32
33
34
data.tf
@@ -1,8 +1,3 @@
1
-resource "random_password" "k8s_token" {
2
- length = 55
3
- special = false
4
-}
5
6
data "aws_iam_policy" "AmazonEC2ReadOnlyAccess" {
7
arn = "arn:aws:iam::aws:policy/AmazonEC2ReadOnlyAccess"
8
0 commit comments