Skip to content

Commit

Permalink
DBP-817- rename basic_vm_mariadb_lan lan
Browse files Browse the repository at this point in the history
  • Loading branch information
sahassou committed Jun 10, 2024
1 parent 92ef3d4 commit 8e08d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ionos-basic-vm-mariadb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
resource "ionoscloud_lan" "basic_vm_mariadb_lan" {
datacenter_id = var.datacenter_id
public = false
name = "${var.server_name}-lan-private"
name = "${var.server_name}-privacyidea-mariadb-lan"
}

# Create the basic VM
Expand Down

0 comments on commit 8e08d1c

Please sign in to comment.