terraform-provider-pubsubhubbub-subscribe

command module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2024 License: MIT Imports: 5 Imported by: 0

README

terraform-provider-pubsubhubbub-subscribe

A terraform provider to register subscription to PubSubHubbub.

example

terraform {
  required_providers {
    pubsubhubbub-subscribe = {
    }
  }
}

provider "pubshubhubbub-subscribe" { 
  hub_url = "https://pubsubhubbub.appspot.com/"
}

resource "pubsubhubbub-subscribe_subscribe" "example" {
  topic_url = "https://example.com/feed"
  callback_url = "https://example.com/callback
  secret = "123456"
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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