Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Watermill logo #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Watermill logo #8

wants to merge 1 commit into from

Conversation

m110
Copy link
Member

@m110 m110 commented Oct 25, 2024

No description provided.

Copy link

Terraform Format and Style 🖌 success

Terraform Initialization ⚙️ success

Terraform Validation 🤖 success

Validation Output

Success! The configuration is valid.


Terraform Plan 📖 success

Show Plan


Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place
-/+ destroy and then create replacement

Terraform will perform the following actions:

  # module.pubsub_repo_amazonsqs.github_branch_default.master must be replaced
-/+ resource "github_branch_default" "master" {
      ~ etag       = "W/\"afab4dcdbc260c717b389d785b7540cae5ddb3a1abaa288a4d9462fecec25141\"" -> (known after apply)
      ~ id         = "watermill-amazonsqs" -> (known after apply)
      + rename     = false
      ~ repository = "watermill-aws" -> "watermill-amazonsqs" # forces replacement
        # (1 unchanged attribute hidden)
    }

  # module.pubsub_repo_amazonsqs.github_repository_file.readme will be updated in-place
  ~ resource "github_repository_file" "readme" {
      ~ content             = <<-EOT
            # Watermill Amazon SQS/SNS Pub/Sub
          - <img align="right" width="200" src="https://threedots.tech/watermill-io/watermill-logo.png">
          + <img align="right" width="200" src="https://watermill.io/img/gopher.svg">
            
          - [![CI Status](https://github.com/ThreeDotsLabs/watermill-aws/actions/workflows/master.yml/badge.svg)](https://github.com/ThreeDotsLabs/watermill-aws/actions/workflows/master.yml)
          + [![CI Status](https://github.com/ThreeDotsLabs/watermill-amazonsqs/actions/workflows/master.yml/badge.svg)](https://github.com/ThreeDotsLabs/watermill-amazonsqs/actions/workflows/master.yml)
          - [![Go Report Card](https://goreportcard.com/badge/github.com/ThreeDotsLabs/watermill-aws)](https://goreportcard.com/report/github.com/ThreeDotsLabs/watermill-aws)
          + [![Go Report Card](https://goreportcard.com/badge/github.com/ThreeDotsLabs/watermill-amazonsqs)](https://goreportcard.com/report/github.com/ThreeDotsLabs/watermill-amazonsqs)
            
            This is Pub/Sub for the [Watermill](https://watermill.io/) project.
            It uses the [Amazon SQS](https://aws.amazon.com/sqs/) and [Amazon SNS](https://aws.amazon.com/sns/) services.
            
            See [DEVELOPMENT.md](./DEVELOPMENT.md) for more information about running and testing.
            
            Watermill is a Go library for working efficiently with message streams. It is intended
            for building event driven applications, enabling event sourcing, RPC over messages,
            sagas and basically whatever else comes to your mind. You can use conventional pub/sub
            implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case.
            
            All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/).
            
            Documentation: https://watermill.io/
            
            Getting started guide: https://watermill.io/docs/getting-started/
            
            Issues: https://github.com/ThreeDotsLabs/watermill/issues
            
            ## Contributing
            
            All contributions are very much welcome. If you'd like to help with Watermill development,
            please see [open issues](https://github.com/ThreeDotsLabs/watermill/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+)
            and submit your pull request via GitHub.
            
            ## Support
            
            If you didn't find the answer to your question in [the documentation](https://watermill.io/), feel free to ask us directly!
            
            Please join us on the `#watermill` channel on the [Three Dots Labs Discord](https://discord.gg/QV6VFg4YQE).
            
            ## License
            
            [MIT License](./LICENSE)
        EOT
        id                  = "watermill-amazonsqs/README.md"
        # (8 unchanged attributes hidden)
    }

  # module.pubsub_repo_amqp.github_repository_file.readme will be updated in-place
  ~ resource "github_repository_file" "readme" {
      ~ content             = <<-EOT
            # Watermill AMQP Pub/Sub
          - <img align="right" width="200" src="https://threedots.tech/watermill-io/watermill-logo.png">
          + <img align="right" width="200" src="https://watermill.io/img/gopher.svg">
            
            [![CI Status](https://github.com/ThreeDotsLabs/watermill-amqp/actions/workflows/master.yml/badge.svg)](https://github.com/ThreeDotsLabs/watermill-amqp/actions/workflows/master.yml)
            [![Go Report Card](https://goreportcard.com/badge/github.com/ThreeDotsLabs/watermill-amqp)](https://goreportcard.com/report/github.com/ThreeDotsLabs/watermill-amqp)
            
            This is Pub/Sub for the [Watermill](https://watermill.io/) project.
            
            
            See [DEVELOPMENT.md](./DEVELOPMENT.md) for more information about running and testing.
            
            Watermill is a Go library for working efficiently with message streams. It is intended
            for building event driven applications, enabling event sourcing, RPC over messages,
            sagas and basically whatever else comes to your mind. You can use conventional pub/sub
            implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case.
            
            All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/).
            
            Documentation: https://watermill.io/
            
            Getting started guide: https://watermill.io/docs/getting-started/
            
            Issues: https://github.com/ThreeDotsLabs/watermill/issues
            
            ## Contributing
            
            All contributions are very much welcome. If you'd like to help with Watermill development,
            please see [open issues](https://github.com/ThreeDotsLabs/watermill/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+)
            and submit your pull request via GitHub.
            
            ## Support
            
            If you didn't find the answer to your question in [the documentation](https://watermill.io/), feel free to ask us directly!
            
            Please join us on the `#watermill` channel on the [Three Dots Labs Discord](https://discord.gg/QV6VFg4YQE).
            
            ## License
            
            [MIT License](./LICENSE)
        EOT
        id                  = "watermill-amqp/README.md"
        # (8 unchanged attributes hidden)
    }

  # module.pubsub_repo_bolt.github_repository_file.readme will be updated in-place
  ~ resource "github_repository_file" "readme" {
      ~ content             = <<-EOT
            # Watermill Bolt Pub/Sub
          - <img align="right" width="200" src="https://threedots.tech/watermill-io/watermill-logo.png">
          + <img align="right" width="200" src="https://watermill.io/img/gopher.svg">
            
            [![CI Status](https://github.com/ThreeDotsLabs/watermill-bolt/actions/workflows/master.yml/badge.svg)](https://github.com/ThreeDotsLabs/watermill-bolt/actions/workflows/master.yml)
            [![Go Report Card](https://goreportcard.com/badge/github.com/ThreeDotsLabs/watermill-bolt)](https://goreportcard.com/report/github.com/ThreeDotsLabs/watermill-bolt)
            
            This is Pub/Sub for the [Watermill](https://watermill.io/) project.
            It uses the [Bolt](https://github.com/etcd-io/bbolt) database.
            
            See [DEVELOPMENT.md](./DEVELOPMENT.md) for more information about running and testing.
            
            Watermill is a Go library for working efficiently with message streams. It is intended
            for building event driven applications, enabling event sourcing, RPC over messages,
            sagas and basically whatever else comes to your mind. You can use conventional pub/sub
            implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case.
            
            All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/).
            
            Documentation: https://watermill.io/
            
            Getting started guide: https://watermill.io/docs/getting-started/
            
            Issues: https://github.com/ThreeDotsLabs/watermill/issues
            
            ## Contributing
            
            All contributions are very much welcome. If you'd like to help with Watermill development,
            please see [open issues](https://github.com/ThreeDotsLabs/watermill/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+)
            and submit your pull request via GitHub.
            
            ## Support
            
            If you didn't find the answer to your question in [the documentation](https://watermill.io/), feel free to ask us directly!
            
            Please join us on the `#watermill` channel on the [Three Dots Labs Discord](https://discord.gg/QV6VFg4YQE).
            
            ## License
            
            [MIT License](./LICENSE)
        EOT
        id                  = "watermill-bolt/README.md"
        # (8 unchanged attributes hidden)
    }

  # module.pubsub_repo_firestore.github_repository_file.readme will be updated in-place
  ~ resource "github_repository_file" "readme" {
      ~ content             = <<-EOT
            # Watermill Firestore Pub/Sub
          - <img align="right" width="200" src="https://threedots.tech/watermill-io/watermill-logo.png">
          + <img align="right" width="200" src="https://watermill.io/img/gopher.svg">
            
            [![CI Status](https://github.com/ThreeDotsLabs/watermill-firestore/actions/workflows/master.yml/badge.svg)](https://github.com/ThreeDotsLabs/watermill-firestore/actions/workflows/master.yml)
            [![Go Report Card](https://goreportcard.com/badge/github.com/ThreeDotsLabs/watermill-firestore)](https://goreportcard.com/report/github.com/ThreeDotsLabs/watermill-firestore)
            
            This is Pub/Sub for the [Watermill](https://watermill.io/) project.
            It uses the [Firestore](https://firebase.google.com/docs/firestore) database.
            
            See [DEVELOPMENT.md](./DEVELOPMENT.md) for more information about running and testing.
            
            Watermill is a Go library for working efficiently with message streams. It is intended
            for building event driven applications, enabling event sourcing, RPC over messages,
            sagas and basically whatever else comes to your mind. You can use conventional pub/sub
            implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case.
            
            All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/).
            
            Documentation: https://watermill.io/
            
            Getting started guide: https://watermill.io/docs/getting-started/
            
            Issues: https://github.com/ThreeDotsLabs/watermill/issues
            
            ## Contributing
            
            All contributions are very much welcome. If you'd like to help with Watermill development,
            please see [open issues](https://github.com/ThreeDotsLabs/watermill/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+)
            and submit your pull request via GitHub.
            
            ## Support
            
            If you didn't find the answer to your question in [the documentation](https://watermill.io/), feel free to ask us directly!
            
            Please join us on the `#watermill` channel on the [Three Dots Labs Discord](https://discord.gg/QV6VFg4YQE).
            
            ## License
            
            [MIT License](./LICENSE)
        EOT
        id                  = "watermill-firestore/README.md"
        # (8 unchanged attributes hidden)
    }

  # module.pubsub_repo_googlecloud.github_repository_file.readme will be updated in-place
  ~ resource "github_repository_file" "readme" {
      ~ content             = <<-EOT
            # Watermill Google Cloud Pub/Sub Pub/Sub
          - <img align="right" width="200" src="https://threedots.tech/watermill-io/watermill-logo.png">
          + <img align="right" width="200" src="https://watermill.io/img/gopher.svg">
            
            [![CI Status](https://github.com/ThreeDotsLabs/watermill-googlecloud/actions/workflows/master.yml/badge.svg)](https://github.com/ThreeDotsLabs/watermill-googlecloud/actions/workflows/master.yml)
            [![Go Report Card](https://goreportcard.com/badge/github.com/ThreeDotsLabs/watermill-googlecloud)](https://goreportcard.com/report/github.com/ThreeDotsLabs/watermill-googlecloud)
            
            This is Pub/Sub for the [Watermill](https://watermill.io/) project.
            It uses the [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) service.
            
            See [DEVELOPMENT.md](./DEVELOPMENT.md) for more information about running and testing.
            
            Watermill is a Go library for working efficiently with message streams. It is intended
            for building event driven applications, enabling event sourcing, RPC over messages,
            sagas and basically whatever else comes to your mind. You can use conventional pub/sub
            implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case.
            
            All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/).
            
            Documentation: https://watermill.io/
            
            Getting started guide: https://watermill.io/docs/getting-started/
            
            Issues: https://github.com/ThreeDotsLabs/watermill/issues
            
            ## Contributing
            
            All contributions are very much welcome. If you'd like to help with Watermill development,
            please see [open issues](https://github.com/ThreeDotsLabs/watermill/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+)
            and submit your pull request via GitHub.
            
            ## Support
            
            If you didn't find the answer to your question in [the documentation](https://watermill.io/), feel free to ask us directly!
            
            Please join us on the `#watermill` channel on the [Three Dots Labs Discord](https://discord.gg/QV6VFg4YQE).
            
            ## License
            
            [MIT License](./LICENSE)
        EOT
        id                  = "watermill-googlecloud/README.md"
        # (8 unchanged attributes hidden)
    }

  # module.pubsub_repo_http.github_repository_file.readme will be updated in-place
  ~ resource "github_repository_file" "readme" {
      ~ content             = <<-EOT
            # Watermill HTTP Pub/Sub
          - <img align="right" width="200" src="https://threedots.tech/watermill-io/watermill-logo.png">
          + <img align="right" width="200" src="https://watermill.io/img/gopher.svg">
            
            [![CI Status](https://github.com/ThreeDotsLabs/watermill-http/actions/workflows/master.yml/badge.svg)](https://github.com/ThreeDotsLabs/watermill-http/actions/workflows/master.yml)
            [![Go Report Card](https://goreportcard.com/badge/github.com/ThreeDotsLabs/watermill-http)](https://goreportcard.com/report/github.com/ThreeDotsLabs/watermill-http)
            
            This is Pub/Sub for the [Watermill](https://watermill.io/) project.
            
            
            See [DEVELOPMENT.md](./DEVELOPMENT.md) for more information about running and testing.
            
            Watermill is a Go library for working efficiently with message streams. It is intended
            for building event driven applications, enabling event sourcing, RPC over messages,
            sagas and basically whatever else comes to your mind. You can use conventional pub/sub
            implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case.
            
            All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/).
            
            Documentation: https://watermill.io/
            
            Getting started guide: https://watermill.io/docs/getting-started/
            
            Issues: https://github.com/ThreeDotsLabs/watermill/issues
            
            ## Contributing
            
            All contributions are very much welcome. If you'd like to help with Watermill development,
            please see [open issues](https://github.com/ThreeDotsLabs/watermill/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+)
            and submit your pull request via GitHub.
            
            ## Support
            
            If you didn't find the answer to your question in [the documentation](https://watermill.io/), feel free to ask us directly!
            
            Please join us on the `#watermill` channel on the [Three Dots Labs Discord](https://discord.gg/QV6VFg4YQE).
            
            ## License
            
            [MIT License](./LICENSE)
        EOT
        id                  = "watermill-http/README.md"
        # (8 unchanged attributes hidden)
    }

  # module.pubsub_repo_io.github_repository_file.readme will be updated in-place
  ~ resource "github_repository_file" "readme" {
      ~ content             = <<-EOT
            # Watermill IO Pub/Sub
          - <img align="right" width="200" src="https://threedots.tech/watermill-io/watermill-logo.png">
          + <img align="right" width="200" src="https://watermill.io/img/gopher.svg">
            
            [![CI Status](https://github.com/ThreeDotsLabs/watermill-io/actions/workflows/master.yml/badge.svg)](https://github.com/ThreeDotsLabs/watermill-io/actions/workflows/master.yml)
            [![Go Report Card](https://goreportcard.com/badge/github.com/ThreeDotsLabs/watermill-io)](https://goreportcard.com/report/github.com/ThreeDotsLabs/watermill-io)
            
            This is Pub/Sub for the [Watermill](https://watermill.io/) project.
            
            
            See [DEVELOPMENT.md](./DEVELOPMENT.md) for more information about running and testing.
            
            Watermill is a Go library for working efficiently with message streams. It is intended
            for building event driven applications, enabling event sourcing, RPC over messages,
            sagas and basically whatever else comes to your mind. You can use conventional pub/sub
            implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case.
            
            All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/).
            
            Documentation: https://watermill.io/
            
            Getting started guide: https://watermill.io/docs/getting-started/
            
            Issues: https://github.com/ThreeDotsLabs/watermill/issues
            
            ## Contributing
            
            All contributions are very much welcome. If you'd like to help with Watermill development,
            please see [open issues](https://github.com/ThreeDotsLabs/watermill/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+)
            and submit your pull request via GitHub.
            
            ## Support
            
            If you didn't find the answer to your question in [the documentation](https://watermill.io/), feel free to ask us directly!
            
            Please join us on the `#watermill` channel on the [Three Dots Labs Discord](https://discord.gg/QV6VFg4YQE).
            
            ## License
            
            [MIT License](./LICENSE)
        EOT
        id                  = "watermill-io/README.md"
        # (8 unchanged attributes hidden)
    }

  # module.pubsub_repo_kafka.github_repository_file.readme will be updated in-place
  ~ resource "github_repository_file" "readme" {
      ~ content             = <<-EOT
            # Watermill Kafka Pub/Sub
          - <img align="right" width="200" src="https://threedots.tech/watermill-io/watermill-logo.png">
          + <img align="right" width="200" src="https://watermill.io/img/gopher.svg">
            
            [![CI Status](https://github.com/ThreeDotsLabs/watermill-kafka/actions/workflows/master.yml/badge.svg)](https://github.com/ThreeDotsLabs/watermill-kafka/actions/workflows/master.yml)
            [![Go Report Card](https://goreportcard.com/badge/github.com/ThreeDotsLabs/watermill-kafka)](https://goreportcard.com/report/github.com/ThreeDotsLabs/watermill-kafka)
            
            This is Pub/Sub for the [Watermill](https://watermill.io/) project.
            
            
            See [DEVELOPMENT.md](./DEVELOPMENT.md) for more information about running and testing.
            
            Watermill is a Go library for working efficiently with message streams. It is intended
            for building event driven applications, enabling event sourcing, RPC over messages,
            sagas and basically whatever else comes to your mind. You can use conventional pub/sub
            implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case.
            
            All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/).
            
            Documentation: https://watermill.io/
            
            Getting started guide: https://watermill.io/docs/getting-started/
            
            Issues: https://github.com/ThreeDotsLabs/watermill/issues
            
            ## Contributing
            
            All contributions are very much welcome. If you'd like to help with Watermill development,
            please see [open issues](https://github.com/ThreeDotsLabs/watermill/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+)
            and submit your pull request via GitHub.
            
            ## Support
            
            If you didn't find the answer to your question in [the documentation](https://watermill.io/), feel free to ask us directly!
            
            Please join us on the `#watermill` channel on the [Three Dots Labs Discord](https://discord.gg/QV6VFg4YQE).
            
            ## License
            
            [MIT License](./LICENSE)
        EOT
        id                  = "watermill-kafka/README.md"
        # (8 unchanged attributes hidden)
    }

  # module.pubsub_repo_nats.github_repository_file.readme will be updated in-place
  ~ resource "github_repository_file" "readme" {
      ~ content             = <<-EOT
            # Watermill NATS Pub/Sub
          - <img align="right" width="200" src="https://threedots.tech/watermill-io/watermill-logo.png">
          + <img align="right" width="200" src="https://watermill.io/img/gopher.svg">
            
            [![CI Status](https://github.com/ThreeDotsLabs/watermill-nats/actions/workflows/master.yml/badge.svg)](https://github.com/ThreeDotsLabs/watermill-nats/actions/workflows/master.yml)
            [![Go Report Card](https://goreportcard.com/badge/github.com/ThreeDotsLabs/watermill-nats)](https://goreportcard.com/report/github.com/ThreeDotsLabs/watermill-nats)
            
            This is Pub/Sub for the [Watermill](https://watermill.io/) project.
            It targets NATS - primarily streaming use cases via [JetStream](https://docs.nats.io/nats-concepts/jetstream).
            
            See [DEVELOPMENT.md](./DEVELOPMENT.md) for more information about running and testing.
            
            Watermill is a Go library for working efficiently with message streams. It is intended
            for building event driven applications, enabling event sourcing, RPC over messages,
            sagas and basically whatever else comes to your mind. You can use conventional pub/sub
            implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case.
            
            All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/).
            
            Documentation: https://watermill.io/
            
            Getting started guide: https://watermill.io/docs/getting-started/
            
            Issues: https://github.com/ThreeDotsLabs/watermill/issues
            
            ## Contributing
            
            All contributions are very much welcome. If you'd like to help with Watermill development,
            please see [open issues](https://github.com/ThreeDotsLabs/watermill/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+)
            and submit your pull request via GitHub.
            
            ## Support
            
            If you didn't find the answer to your question in [the documentation](https://watermill.io/), feel free to ask us directly!
            
            Please join us on the `#watermill` channel on the [Three Dots Labs Discord](https://discord.gg/QV6VFg4YQE).
            
            ## License
            
            [MIT License](./LICENSE)
        EOT
        id                  = "watermill-nats/README.md"
        # (8 unchanged attributes hidden)
    }

  # module.pubsub_repo_redisstream.github_repository_file.readme will be updated in-place
  ~ resource "github_repository_file" "readme" {
      ~ content             = <<-EOT
            # Watermill Redis Pub/Sub
          - <img align="right" width="200" src="https://threedots.tech/watermill-io/watermill-logo.png">
          + <img align="right" width="200" src="https://watermill.io/img/gopher.svg">
            
          + [![CI Status](https://github.com/ThreeDotsLabs/watermill-redisstream/actions/workflows/master.yml/badge.svg)](https://github.com/ThreeDotsLabs/watermill-redisstream/actions/workflows/master.yml)
            [![Go Report Card](https://goreportcard.com/badge/github.com/ThreeDotsLabs/watermill-redisstream)](https://goreportcard.com/report/github.com/ThreeDotsLabs/watermill-redisstream)
            
          - [CI Status](https://github.com/ThreeDotsLabs/watermill-redisstream/actions/workflows/master.yml)
          - 
            This is Pub/Sub for the [Watermill](https://watermill.io/) project.
            
            
            See [DEVELOPMENT.md](./DEVELOPMENT.md) for more information about running and testing.
            
            Watermill is a Go library for working efficiently with message streams. It is intended
            for building event driven applications, enabling event sourcing, RPC over messages,
            sagas and basically whatever else comes to your mind. You can use conventional pub/sub
            implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case.
            
            All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/).
            
            Documentation: https://watermill.io/
            
            Getting started guide: https://watermill.io/docs/getting-started/
            
            Issues: https://github.com/ThreeDotsLabs/watermill/issues
            
            ## Contributing
            
            All contributions are very much welcome. If you'd like to help with Watermill development,
            please see [open issues](https://github.com/ThreeDotsLabs/watermill/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+)
            and submit your pull request via GitHub.
            
            ## Support
            
            If you didn't find the answer to your question in [the documentation](https://watermill.io/), feel free to ask us directly!
            
            Please join us on the `#watermill` channel on the [Three Dots Labs Discord](https://discord.gg/QV6VFg4YQE).
            
            ## License
            
            [MIT License](./LICENSE)
        EOT
        id                  = "watermill-redisstream/README.md"
        # (8 unchanged attributes hidden)
    }

  # module.pubsub_repo_sql.github_repository_file.readme will be updated in-place
  ~ resource "github_repository_file" "readme" {
      ~ content             = <<-EOT
            # Watermill SQL (Postgres/MySQL) Pub/Sub
          - <img align="right" width="200" src="https://threedots.tech/watermill-io/watermill-logo.png">
          + <img align="right" width="200" src="https://watermill.io/img/gopher.svg">
            
            [![CI Status](https://github.com/ThreeDotsLabs/watermill-sql/actions/workflows/master.yml/badge.svg)](https://github.com/ThreeDotsLabs/watermill-sql/actions/workflows/master.yml)
            [![Go Report Card](https://goreportcard.com/badge/github.com/ThreeDotsLabs/watermill-sql)](https://goreportcard.com/report/github.com/ThreeDotsLabs/watermill-sql)
            
            This is Pub/Sub for the [Watermill](https://watermill.io/) project.
            
            
            See [DEVELOPMENT.md](./DEVELOPMENT.md) for more information about running and testing.
            
            Watermill is a Go library for working efficiently with message streams. It is intended
            for building event driven applications, enabling event sourcing, RPC over messages,
            sagas and basically whatever else comes to your mind. You can use conventional pub/sub
            implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case.
            
            All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/).
            
            Documentation: https://watermill.io/
            
            Getting started guide: https://watermill.io/docs/getting-started/
            
            Issues: https://github.com/ThreeDotsLabs/watermill/issues
            
            ## Contributing
            
            All contributions are very much welcome. If you'd like to help with Watermill development,
            please see [open issues](https://github.com/ThreeDotsLabs/watermill/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+)
            and submit your pull request via GitHub.
            
            ## Support
            
            If you didn't find the answer to your question in [the documentation](https://watermill.io/), feel free to ask us directly!
            
            Please join us on the `#watermill` channel on the [Three Dots Labs Discord](https://discord.gg/QV6VFg4YQE).
            
            ## License
            
            [MIT License](./LICENSE)
        EOT
        id                  = "watermill-sql/README.md"
        # (8 unchanged attributes hidden)
    }

Plan: 1 to add, 11 to change, 1 to destroy.


Pushed by @m110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant