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

Hotfix release workflow #26

Merged
merged 2 commits into from
Feb 1, 2024
Merged

Hotfix release workflow #26

merged 2 commits into from
Feb 1, 2024

Conversation

Davidoutz
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Feb 1, 2024

Environment: PROD

  • Terraform Format and Style 🖌success
  • Terraform Initialization ⚙️success
  • Terraform Validation 🤖success
  • Terraform Plan 📖success

Plan: 2 to add, 0 to change, 0 to destroy.
Changes to Outputs:

Click to expand
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:

  # random_id.this will be created
  + resource "random_id" "this" {
      + b64_std     = (known after apply)
      + b64_url     = (known after apply)
      + byte_length = 4
      + dec         = (known after apply)
      + hex         = (known after apply)
      + id          = (known after apply)
    }

  # random_pet.this will be created
  + resource "random_pet" "this" {
      + id        = (known after apply)
      + length    = 2
      + separator = "-"
    }

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

Changes to Outputs:
  + random_id  = (known after apply)
  + random_pet = (known after apply)
*Pusher: Action: `pull_request`, Workflow: `Test Reusable Workflows`*

@Davidoutz Davidoutz merged commit ccfdd8e into main Feb 1, 2024
4 checks passed
@Davidoutz Davidoutz deleted the Hotfix-release-workflow branch February 1, 2024 16:23
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.

None yet

2 participants