/terraform-provider-outlook

Terraform provider for Outlook 💌

Primary LanguageGoMozilla Public License 2.0MPL-2.0

🚧 This is very much WIP, do not use in production. 🚧

Important Disclaimer

I am a Microsoft employee, but this is not an official Microsoft product nor an endorsed product. Purely a project for fun.

Terraform Provider for Outlook

Requirements

Using the Provider

Run following command to install the provider into your $GOPATH/bin.

$ GO111MODULE=off go get -u github.com/magodo/terraform-provider-outlook

Then follow the instructions to install it as a plugin. After placing it into your plugins directory, run terraform init to initialize it.

Provider Documents

Currently the documents for this provider is not hosted by the official site Terraform Providers. Please enter the provider directory and build the website locally.

$ make website

The commands above will start a docker-based web server powered by Middleman, which hosts the documents in website directory. Simply open http://localhost:4567/docs/providers/outlook and enjoy them.