diff --git a/03-services/variables.tf b/03-services/variables.tf index 4d9f7ef..e37ee49 100644 --- a/03-services/variables.tf +++ b/03-services/variables.tf @@ -20,5 +20,5 @@ variable "crossplane_provider_sql_version" { description = "Version of the Crossplane SQL Provider" type = string # renovate: datasource=docker depName=xpkg.upbound.io/crossplane-contrib/provider-sql - default = "v0.13.0" + default = "v0.14.0" } \ No newline at end of file