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

Refactor back to checks #5

Merged
merged 6 commits into from
Jan 6, 2024
Merged

Refactor back to checks #5

merged 6 commits into from
Jan 6, 2024

Conversation

mraerino
Copy link
Member

@mraerino mraerino commented Jan 6, 2024

No description provided.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

@mraerino mraerino changed the title refactor/checks 2 Refactor back to checks Jan 6, 2024

This comment has been minimized.

Copy link

github-actions bot commented Jan 6, 2024

🏗️ Terraform Plan

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create
  - destroy

Terraform will perform the following actions:

  # random_pet.dummy will be destroyed
  # (because random_pet.dummy is not in configuration)
  - resource "random_pet" "dummy" {
      - id        = "sacred-dolphin" -> null
      - length    = 2 -> null
      - separator = "-" -> null
    }

  # random_string.foo will be created
  + resource "random_string" "foo" {
      + id          = (known after apply)
      + length      = 20
      + lower       = true
      + min_lower   = 0
      + min_numeric = 0
      + min_special = 0
      + min_upper   = 0
      + number      = true
      + numeric     = true
      + result      = (known after apply)
      + special     = true
      + upper       = true
    }

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

@mraerino mraerino merged commit f5bc0f4 into main Jan 6, 2024
2 checks passed
@mraerino mraerino deleted the refactor/checks-2 branch January 6, 2024 15:46
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