Skip to content

Commit

Permalink
add missing v in tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Sep 19, 2023
1 parent 248d043 commit 0a2dac3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/ionos-backend-haproxy/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "conventions" {
source = "github.com/dBildungsplattform/infra-terraform-modules//modules/conventions-coordinates?ref=1.1.0"
source = "github.com/dBildungsplattform/infra-terraform-modules//modules/conventions-coordinates?ref=v1.1.0"
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-loadbalancer-ip/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "conventions" {
source = "github.com/dBildungsplattform/infra-terraform-modules//modules/conventions-coordinates?ref=1.1.0"
source = "github.com/dBildungsplattform/infra-terraform-modules//modules/conventions-coordinates?ref=v1.1.0"
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 = "github.com/dBildungsplattform/infra-terraform-modules//modules/ionos-cidr-workaround?ref=1.1.0"
source = "github.com/dBildungsplattform/infra-terraform-modules//modules/ionos-cidr-workaround?ref=v1.1.0"
k8s_cluster_id = var.k8s_cluster_id
lan_id = var.lan_id
}
Expand Down
2 changes: 1 addition & 1 deletion modules/telekom-dns/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "conventions_coordinates" {
source = "github.com/dBildungsplattform/infra-terraform-modules//modules/conventions-coordinates?ref=1.1.0"
source = "github.com/dBildungsplattform/infra-terraform-modules//modules/conventions-coordinates?ref=v1.1.0"
coordinates = var.coordinates
domain_without_top_level = var.domain_without_top_level
top_level_domain = var.top_level_domain
Expand Down

0 comments on commit 0a2dac3

Please sign in to comment.