File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33}
44
55provider "aws" {
6- region = " eu-west -1"
6+ region = " eu-north -1"
77}
88
99resource "tls_private_key" "k0sctl" {
@@ -83,7 +83,7 @@ locals {
8383 }
8484 ]
8585 k0s = {
86- version = " 0.12 .1"
86+ version = " 0.13 .1"
8787 }
8888 }
8989 }
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ variable "worker_count" {
1515
1616variable "cluster_flavor" {
1717 type = string
18- default = " t2 .large"
18+ default = " t3 .large"
1919}
Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ resource "aws_instance" "cluster-workers" {
88 key_name = aws_key_pair. cluster-key . key_name
99 vpc_security_group_ids = [aws_security_group . cluster_allow_ssh . id ]
1010 associate_public_ip_address = true
11+ source_dest_check = false
1112
1213 root_block_device {
1314 volume_type = " gp2"
1415 volume_size = 20
1516 }
16- }
17+ }
You can’t perform that action at this time.
0 commit comments