Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit ab50673

Browse files
committed
chore: users should not be able to create virtual data centers
1 parent aa16c63 commit ab50673

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ionos/virtual-data-center/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ resource "ionoscloud_group" "admin" {
6060
count = length(local.admins) > 0 ? 1 : 0
6161
name = "${var.workspace_id}-${var.project_id}-admins"
6262
user_ids = [for d in data.ionoscloud_user.admins : d["id"]]
63-
create_datacenter = true
6463
create_snapshot = true
6564
reserve_ip = true
6665
create_pcc = true

0 commit comments

Comments
 (0)