Skip to content

Commit

Permalink
chore(deps): update terraform github.com/nicholasm95/terraform-module…
Browse files Browse the repository at this point in the history
…s to v1.8.3
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 03b3da6 commit 9320b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/prod/main.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9320b44

Please sign in to comment.