UNPKG

@pulumiverse/gandi

Version:

A Pulumi package for creating and managing gandi cloud resources.

9 lines (8 loc) 325 B
export * from "./provider"; import * as config from "./config"; import * as domains from "./domains"; import * as email from "./email"; import * as livedns from "./livedns"; import * as simplehosting from "./simplehosting"; import * as types from "./types"; export { config, domains, email, livedns, simplehosting, types, };