terraform-provider-stackpath

command module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

README

contentflow / terraform-provider-stackpath

This provider adds ability to Terraform to deploy SSL certificates into StackPath CDN accounts.

Usage

provider "stackpath" {
  # Find those values in your StackPath account
  company_alias   = "****"
  consumer_key    = "****"
  consumer_secret = "****"
}

resource "stackpath_ssl_certificate" "mycert" {
  ssl_crt      = "${file("cert.crt")}"
  ssl_key      = "${file("cert.key")}"
  ssl_cabundle = "${file("intermediate.crt")}"
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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