Updated terraform

This commit is contained in:
Marcus Noble 2021-08-27 06:08:59 +01:00
parent 8cabb103f8
commit e9a9250165
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ output "outline-bucket_id" {
}
resource "scaleway_object_bucket" "notea" {
name = "cluster.fun-notea"
name = "cluster.fun-notes"
acl = "private"
}

View File

@ -1,7 +1,7 @@
resource "scaleway_k8s_cluster_beta" "k8s-cluster" {
name = "cluster-fun"
description = ""
version = "1.21.1"
version = "1.21.3"
cni = "weave"
enable_dashboard = false
ingress = "traefik"