OVH Cloud Custom Platform

Overview

This project provides a Terraform configuration for provisioning and managing OVH Cloud resources. It includes the creation of platform users with randomly generated passwords and the necessary outputs for further use.

Documentation

For more information, check our Guide for OVHopen in new window.

Providers

  • ovh: Version 1.5.0
  • random: Version 3.6.0

Requirements

NameVersion
ovh1.5.0
random3.6.0

Modules

No modules.

Resources

NameType
ovh_me_identity_user.platform_usersopen in new windowresource
random_password.user_passwordsopen in new windowresource

Inputs

NameDescriptionTypeDefaultRequired
platform_adminsn/a
list(object({
email = string
}))
n/ayes

Outputs

NameDescription
documentation_mdn/a
platform_usersn/a
user_passwordsn/a

Source code & Installation

The source code of this kit module can be found hereopen in new window

Run the following command to install the kit module:

collie kit import ovh/bootstrap
1