Skip to content

Commit

Permalink
remove cluster token and instead generate a random one.
Browse files Browse the repository at this point in the history
  • Loading branch information
balchua committed May 15, 2021
1 parent f44d539 commit 98efa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module "microk8s" {
cluster_name = "hades"
node_count = "3"
os_image = "ubuntu-20-04-x64"
node_size = "s-1vcpu-2gb"
node_size = "s-2vcpu-4gb"
node_disksize = "2"
region = "sgp1"
dns_zone = "geeks.sg"
Expand Down

0 comments on commit 98efa7e

Please sign in to comment.