Categorygithub.com/authfed/terraform-provider-authfed
modulepackage
0.1.0
Repository: https://github.com/authfed/terraform-provider-authfed.git
Documentation: pkg.go.dev

# 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.

# Packages

No description provided by the author