We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa16c63 commit ab50673Copy full SHA for ab50673
1 file changed
ionos/virtual-data-center/main.tf
@@ -60,7 +60,6 @@ resource "ionoscloud_group" "admin" {
60
count = length(local.admins) > 0 ? 1 : 0
61
name = "${var.workspace_id}-${var.project_id}-admins"
62
user_ids = [for d in data.ionoscloud_user.admins : d["id"]]
63
- create_datacenter = true
64
create_snapshot = true
65
reserve_ip = true
66
create_pcc = true
0 commit comments