infrastructure-as-code/openstack-tf/d4s-dev/project-setup
Andrea Dell'Amico 8004f8bdf8
Add the StorageNFS information to the state.
2024-01-31 16:00:55 +01:00
..
.terraform.lock.hcl First bits of terraforming openstack. 2023-11-02 19:50:01 +01:00
DO-NOT-USE Cleanup: prepare for modules. 2023-11-30 19:48:49 +01:00
README.md First bits of terraforming openstack. 2023-11-02 19:50:01 +01:00
main.tf Fix the state in the dev environment. 2023-12-13 19:40:16 +01:00
outputs-dev.tf Fix the state in the dev environment. 2023-12-13 19:40:16 +01:00
provider.tf Another cleanup. Add the mongodb module. 2023-11-17 16:50:33 +01:00
terraform.tfstate Add the StorageNFS information to the state. 2024-01-31 16:00:55 +01:00
variables-dev.tf Fix the state in the dev environment. 2023-12-13 19:40:16 +01:00

README.md

How to obtain the "generated" data

terraformer can obtain the resources of a region. On OpenStack it is limited to the compute, block storage and networks resources.

The command is

terraformer import openstack --resources="*" --regions isti_area_pi_1

and it requires the load of the shell application credentials, it does not understand the clouds.yaml ones.