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 dependencies and plugins to latest versions #186

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

mkuthan
Copy link
Owner

@mkuthan mkuthan commented Nov 25, 2024

No description provided.

Copy link

Copy link
Contributor

github-actions bot commented Nov 25, 2024

Terraform plan in toll-infrastructure

Plan: 3 to add, 0 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create

Terraform will perform the following actions:

  # google_pubsub_subscription.toll-booth-entry-subscription will be created
+   resource "google_pubsub_subscription" "toll-booth-entry-subscription" {
+       ack_deadline_seconds       = (known after apply)
+       effective_labels           = {
+           "goog-terraform-provisioned" = "true"
        }
+       id                         = (known after apply)
+       message_retention_duration = "604800s"
+       name                       = "toll-booth-entry"
+       project                    = "playground-272019"
+       terraform_labels           = {
+           "goog-terraform-provisioned" = "true"
        }
+       topic                      = "projects/playground-272019/topics/toll-booth-entry"
    }

  # google_pubsub_subscription.toll-booth-exit-subscription will be created
+   resource "google_pubsub_subscription" "toll-booth-exit-subscription" {
+       ack_deadline_seconds       = (known after apply)
+       effective_labels           = {
+           "goog-terraform-provisioned" = "true"
        }
+       id                         = (known after apply)
+       message_retention_duration = "604800s"
+       name                       = "toll-booth-exit"
+       project                    = "playground-272019"
+       terraform_labels           = {
+           "goog-terraform-provisioned" = "true"
        }
+       topic                      = "projects/playground-272019/topics/toll-booth-exit"
    }

  # google_pubsub_subscription.vehicle-registration-subscription will be created
+   resource "google_pubsub_subscription" "vehicle-registration-subscription" {
+       ack_deadline_seconds       = (known after apply)
+       effective_labels           = {
+           "goog-terraform-provisioned" = "true"
        }
+       id                         = (known after apply)
+       message_retention_duration = "604800s"
+       name                       = "vehicle-registration"
+       project                    = "playground-272019"
+       terraform_labels           = {
+           "goog-terraform-provisioned" = "true"
        }
+       topic                      = "projects/playground-272019/topics/vehicle-registration"
    }

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

✅ Plan applied in Terraform apply #35

@mkuthan mkuthan enabled auto-merge (squash) November 25, 2024 09:36
@mkuthan mkuthan merged commit d9d944c into main Nov 25, 2024
8 checks passed
@mkuthan mkuthan deleted the scio-0-14-9 branch November 25, 2024 09:36
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