Download your clouds.yaml file to the ~/.config/openstack/ directory.
Choose your OpenStack provider:
export OS_CLOUD=<openstack|infomaniak|ovh>Initialize, plan & apply the infrastructure:
terraform init
terraform plan
terraform applyExamples:
OS_CLOUD=ovh TF_VAR_lb_member_address=<IP> TF_VAR_external_network_name=Ext-Net terraform plan
OS_CLOUD=infomaniak TF_VAR_lb_member_address=<IP> TF_VAR_external_network_name=ext-floating1 terraform plan