bug fix: rimosso keycloak

This commit is contained in:
Marco Procaccini 2024-07-11 12:08:28 +02:00
parent 14d713c6fd
commit 455790e15b
1 changed files with 0 additions and 5 deletions

View File

@ -37,11 +37,6 @@ module "ssh_settings" {
source = "../../modules/ssh-key-ref"
}
# Creating object bucket to store avatars
resource "openstack_objectstorage_container_v1" "keycloak_1" {
name = var.pwdns_data.object_store_name
versioning = false
}
resource "openstack_networking_secgroup_v2" "pwdns_access_list" {
name = "pwdns_access_list"