From 48d66fc9a36fec86c66e1b8a0e2929e65b35992d Mon Sep 17 00:00:00 2001 From: Mohammad Alhussan Date: Mon, 27 Nov 2023 16:51:08 +0100 Subject: [PATCH] chore: users should not be able to create virtual data centers --- ionos/virtual-data-center/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/ionos/virtual-data-center/main.tf b/ionos/virtual-data-center/main.tf index 4574858..86db7c5 100644 --- a/ionos/virtual-data-center/main.tf +++ b/ionos/virtual-data-center/main.tf @@ -60,7 +60,6 @@ resource "ionoscloud_group" "admin" { count = length(local.admins) > 0 ? 1 : 0 name = "${var.workspace_id}-${var.project_id}-admins" user_ids = [for d in data.ionoscloud_user.admins : d["id"]] - create_datacenter = true create_snapshot = true reserve_ip = true create_pcc = true