command
module
Version:
v0.0.0-...-25bb765
Opens a new window with list of versions in this module.
Published: Dec 4, 2020
License: MPL-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
terraform-provider-postmark
Installation
First, following the local setup from Terraform.
After, run:
$ mkdir -p ~/.terraform.d/plugins
$ git clone git@github.com:megafono/terraform-provider-postmark.git
$ cd terraform-provider-postmark
$ make install
Usage
Setup the provider
provider "postmark" {
account_key = "xxxxxxxxxxxxxxxxxxx"
}
Creating a server
resource "postmark_server" "default" {
name = "myserver"
}
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.