bug fix: rimosso keycloak
This commit is contained in:
parent
14d713c6fd
commit
455790e15b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue