Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

This module makes it easy to create Google Cloud Pub/Sub topic and subscriptions associated with the topic.

Notifications You must be signed in to change notification settings

chiper-inc/terraform-google-pubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google PubSub Module

This repo contains a module for deploying a PubSub Topic and Subscriptions on GCP using Terraform. PubSub is a service from GCP that allow appications comunicate asynchronously.

How to use this Module

For basic usage you can includ this module as follows:

module "pubsub" {
  source        = "[email protected]:chiper-inc/terraform-google-pubsub.git?v1"
  name          = "terraform-topic"
  push_endpoint = "https://d600-189-38-151-229.ngrok.io/sub"
  labels = {
    "team": "arquitetura"
  }
}

What's a Module?

A Module is a canonical, reusable, best-practices definition for how to run a single piece of infrastructure, such as a database or server cluster. Each Module is created using Terraform, and includes automated tests, examples, and documentation. It is maintained both by the open source community and companies that provide commercial support.

Instead of figuring out the details of how to run a piece of infrastructure from scratch, you can reuse existing code that has been proven in production. And instead of maintaining all that infrastructure code yourself, you can leverage the work of the Module community to pick up infrastructure improvements through a version number bump.

Who maintains this Module?

This Module ins maintained by the Arcthecture Team. If you're looking for help or contribute, reach us by sending a message to slack channel #tecnologia.

gcloud auth application-default login

terraform init terraform apply

About

This module makes it easy to create Google Cloud Pub/Sub topic and subscriptions associated with the topic.

Resources

Stars

Watchers

Forks

Packages

No packages published