terraform-provider-mailjet

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: MIT Imports: 5 Imported by: 0

README

terraform-provider-mailjet

Go Reference Go Report Card Github Actions

This repository contains the source code for the Mailjet Terraform provider. This Terraform provider lets you interact with the Mailjet API.

See the documentation in the Terraform registry for the most up-to-date information and latest release.

This provider is maintained by Enalean.

Getting Started

To install this provider, copy and paste this code into your Terraform configuration. Then, run terraform init:

terraform {
  required_providers {
    mailjet = {
      source = "enalean/mailjet"
      version = "~> 0.1" // Latest 0.1.x
    }
  }
}

provider "mailjet" {
  api_key_public = "..."
  api_key_private = "..."
}

In the provider block, set your API key in the api_key_public and api_key_private fields. Alternatively, use the MJ_APIKEY_PUBLIC and MJ_APIKEY_PRIVATE environment variables.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL