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

Fix output #3

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Fix output #3

merged 1 commit into from
Aug 29, 2024

Conversation

m110
Copy link
Member

@m110 m110 commented Aug 29, 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

Terraform will perform the following actions:

  # module.pubsub_repo_amazonsqs.github_repository.repo will be updated in-place
  ~ resource "github_repository" "repo" {
      ~ allow_merge_commit          = true -> false
      ~ allow_rebase_merge          = true -> false
      + description                 = "Amazon SQS/SNS Pub/Sub for the Watermill project."
      ~ has_issues                  = true -> false
      ~ has_projects                = true -> false
      ~ has_wiki                    = true -> false
        id                          = "watermill-amazonsqs"
        name                        = "watermill-amazonsqs"
        # (30 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # module.pubsub_repo_amqp.github_repository.repo will be updated in-place
  ~ resource "github_repository" "repo" {
      ~ allow_merge_commit          = true -> false
      ~ allow_rebase_merge          = true -> false
        id                          = "watermill-amqp"
        name                        = "watermill-amqp"
        # (34 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # module.pubsub_repo_bolt.github_repository.repo will be updated in-place
  ~ resource "github_repository" "repo" {
      ~ allow_merge_commit          = true -> false
      ~ allow_rebase_merge          = true -> false
      ~ description                 = "Bolt Pub/Sub for the Watermill project. " -> "Bolt Pub/Sub for the Watermill project."
        id                          = "watermill-bolt"
        name                        = "watermill-bolt"
      ~ vulnerability_alerts        = false -> true
        # (32 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # module.pubsub_repo_firestore.github_repository.repo will be updated in-place
  ~ resource "github_repository" "repo" {
      ~ allow_merge_commit          = true -> false
      ~ allow_rebase_merge          = true -> false
      ~ description                 = "Firestore Pub/Sub for the Watermill project. " -> "Firestore Pub/Sub for the Watermill project."
        id                          = "watermill-firestore"
        name                        = "watermill-firestore"
      ~ vulnerability_alerts        = false -> true
        # (32 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # module.pubsub_repo_googlecloud.github_repository.repo will be updated in-place
  ~ resource "github_repository" "repo" {
      ~ allow_merge_commit          = true -> false
      ~ allow_rebase_merge          = true -> false
      ~ description                 = "Google Cloud Pub/Sub for the Watermill project." -> "Google Cloud Pub/Sub Pub/Sub for the Watermill project."
        id                          = "watermill-googlecloud"
        name                        = "watermill-googlecloud"
        # (33 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # module.pubsub_repo_http.github_repository.repo will be updated in-place
  ~ resource "github_repository" "repo" {
      ~ allow_merge_commit          = true -> false
      ~ allow_rebase_merge          = true -> false
        id                          = "watermill-http"
        name                        = "watermill-http"
        # (34 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # module.pubsub_repo_io.github_repository.repo will be updated in-place
  ~ resource "github_repository" "repo" {
      ~ allow_merge_commit          = true -> false
      ~ allow_rebase_merge          = true -> false
        id                          = "watermill-io"
        name                        = "watermill-io"
        # (34 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # module.pubsub_repo_kafka.github_repository.repo will be updated in-place
  ~ resource "github_repository" "repo" {
      ~ allow_merge_commit          = true -> false
      ~ allow_rebase_merge          = true -> false
        id                          = "watermill-kafka"
        name                        = "watermill-kafka"
        # (34 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # module.pubsub_repo_nats.github_repository.repo will be updated in-place
  ~ resource "github_repository" "repo" {
      ~ allow_merge_commit          = true -> false
      ~ allow_rebase_merge          = true -> false
        id                          = "watermill-nats"
        name                        = "watermill-nats"
        # (34 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # module.pubsub_repo_redisstream.github_repository.repo will be updated in-place
  ~ resource "github_repository" "repo" {
      ~ allow_merge_commit          = true -> false
      ~ allow_rebase_merge          = true -> false
      ~ description                 = "Redis Pub/Sub for the Watermill project, leveraging Redis Stream." -> "Redis Pub/Sub for the Watermill project."
        id                          = "watermill-redisstream"
        name                        = "watermill-redisstream"
      ~ vulnerability_alerts        = false -> true
        # (32 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # module.pubsub_repo_sql.github_repository.repo will be updated in-place
  ~ resource "github_repository" "repo" {
      ~ allow_merge_commit          = true -> false
      ~ allow_rebase_merge          = true -> false
        id                          = "watermill-sql"
        name                        = "watermill-sql"
        # (34 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

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


Pushed by @m110

@m110 m110 merged commit b3a9c9f into master Aug 29, 2024
1 check passed
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