Import the keycloak bucket.
This commit is contained in:
parent
78ee369ea5
commit
723ef7e3b2
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": 4,
|
"version": 4,
|
||||||
"terraform_version": "1.6.5",
|
"terraform_version": "1.6.5",
|
||||||
"serial": 6,
|
"serial": 7,
|
||||||
"lineage": "2d09d087-e2e3-bb5d-0474-c09dfa4c7145",
|
"lineage": "2d09d087-e2e3-bb5d-0474-c09dfa4c7145",
|
||||||
"outputs": {},
|
"outputs": {},
|
||||||
"resources": [
|
"resources": [
|
||||||
|
@ -410,6 +410,34 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"mode": "managed",
|
||||||
|
"type": "openstack_objectstorage_container_v1",
|
||||||
|
"name": "keycloak_1",
|
||||||
|
"provider": "provider[\"registry.terraform.io/terraform-provider-openstack/openstack\"]",
|
||||||
|
"instances": [
|
||||||
|
{
|
||||||
|
"schema_version": 1,
|
||||||
|
"attributes": {
|
||||||
|
"container_read": null,
|
||||||
|
"container_sync_key": null,
|
||||||
|
"container_sync_to": null,
|
||||||
|
"container_write": null,
|
||||||
|
"content_type": null,
|
||||||
|
"force_destroy": null,
|
||||||
|
"id": "keycloak",
|
||||||
|
"metadata": null,
|
||||||
|
"name": "keycloak",
|
||||||
|
"region": "isti_area_pi_1",
|
||||||
|
"storage_policy": "default-placement",
|
||||||
|
"versioning": false,
|
||||||
|
"versioning_legacy": []
|
||||||
|
},
|
||||||
|
"sensitive_attributes": [],
|
||||||
|
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ=="
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"module": "module.instance_without_data_volume",
|
"module": "module.instance_without_data_volume",
|
||||||
"mode": "managed",
|
"mode": "managed",
|
||||||
|
|
Loading…
Reference in New Issue