infrastructure-as-code/openstack-tf/d4s-dev/project-setup
Andrea Dell'Amico 9c9e4bed7b
Prepare the terraform files for dev.
2023-11-14 18:52:30 +01:00
..
.terraform.lock.hcl First bits of terraforming openstack. 2023-11-02 19:50:01 +01:00
00-terraform-provider.tf Pre production setup. 2023-11-05 19:19:04 +01:00
00-variables.tf Prepare the terraform files for dev. 2023-11-14 18:52:30 +01:00
01-external-network-and-resolvers.tf Pre production setup. 2023-11-05 19:19:04 +01:00
10-main-network.tf Prepare the terraform files for dev. 2023-11-14 18:52:30 +01:00
README.md First bits of terraforming openstack. 2023-11-02 19:50:01 +01:00
setup-provider.tf Prepare the terraform files for dev. 2023-11-14 18:52:30 +01:00
terraform.tfstate Prepare the terraform files for dev. 2023-11-14 18:52:30 +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.