Rename private_server_group terraform module

This commit is contained in:
Johannes Rothe 2023-09-14 21:54:10 +02:00
parent 7763e347a7
commit 84f2e2a4af
Signed by: onjen
GPG Key ID: 73F092605AF3286C
5 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
module "private_server_group" {
source = "./modules/private-server-group"
source = "./modules/private_server_group"
location = var.location
network_zone = var.network_zone
server_count = var.server_count