Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Sep 28, 2023
1 parent 515dfd5 commit a07377d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/ionos-loadbalancer-ip/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "conventions" {
source = "../../conventions-coordinates"
source = "../../modules/conventions-coordinates"
coordinates = var.coordinates
domain_without_top_level = var.domain_without_top_level
top_level_domain = var.top_level_domain
Expand Down
2 changes: 1 addition & 1 deletion modules/ionos-pg-cluster/cidr-workaround.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "cidr_workaround" {
source = "../../ionos-cidr-workaround"
source = "../../modules/ionos-cidr-workaround"
k8s_cluster_id = var.k8s_cluster_id
lan_id = var.lan_id
}
Expand Down

0 comments on commit a07377d

Please sign in to comment.