diff --git a/terraform/civo/provider.tf b/terraform/civo/provider.tf index 240d8139..d6ed7911 100644 --- a/terraform/civo/provider.tf +++ b/terraform/civo/provider.tf @@ -8,7 +8,7 @@ terraform { required_providers { civo = { source = "civo/civo" - version = "~> 1.0.9" + version = "~> 1.1.0" } } } diff --git a/terraform/templates/kubernetes-automation-example/provider.tf b/terraform/templates/kubernetes-automation-example/provider.tf index fec028c7..644d25dc 100644 --- a/terraform/templates/kubernetes-automation-example/provider.tf +++ b/terraform/templates/kubernetes-automation-example/provider.tf @@ -5,7 +5,7 @@ terraform { required_providers { civo = { source = "civo/civo" - version = "~> 1.0.13" + version = "~> 1.1.0" } helm = { source = "hashicorp/helm"