terraform-provider-authfed

command module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 26, 2020 License: MPL-2.0 Imports: 2 Imported by: 0

README

Terraform provider for AuthFed

This Terraform provider is based on terraform-provider-http.

Getting started

go get
go build
cp -v terraform-provider-authfed ~/.terraform.d/plugins/terraform-provider-authfed_v0.1.0

Usage

provider "authfed" {
  cert_file = "public.pem"
  key_file = "private.pem"
}

resource "authfed_http_object" "hello_world" {
  url = "https://helloworld.net/blob/hello_world.json"
  content = <<EOF
{
  "hello": "world"
}
EOF
}

License

Mozilla Public License 2.0, see LICENSE file.

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