--- tags: - opentofu --- https://search.opentofu.org/provider/terraform-provider-openstack/openstack/latest --- [[OTF Files]] ```providers.tf provider "openstack" { user_name = "admin" tenant_name = "admin" password = "pwd" auth_url = "http://myauthurl:5000/v3" region = "RegionOne" } ``` It is also possible to just specify "cloud" referring to a clouds.yml.