diff --git a/infra/prod/main.tf b/infra/prod/main.tf index c70a5df..1b0ea46 100644 --- a/infra/prod/main.tf +++ b/infra/prod/main.tf @@ -1,12 +1,12 @@ module "dns" { - source = "git::https://github.com/nicholasM95/terraform-modules.git//modules/dns-cloudflare?ref=v1.8.2" + source = "git::https://github.com/nicholasM95/terraform-modules.git//modules/dns-cloudflare?ref=v1.8.3" ip = var.server_ip name = "api-skoda" host_name = var.host_name } module "application" { - source = "git::https://github.com/nicholasM95/terraform-modules.git//modules/k8s-helm-release?ref=v1.8.2" + source = "git::https://github.com/nicholasM95/terraform-modules.git//modules/k8s-helm-release?ref=v1.8.3" image_tag = var.image_tag application_name = "api-skoda" namespace_name = "skoda"