1
2
3
4
5
6
7
//! Provider modules.

pub mod alibaba;
pub mod aws;
pub mod azure;
pub mod gcp;
pub mod openstack;