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

Working Example of Status Checks #4

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Working Example of Status Checks #4

wants to merge 11 commits into from

Conversation

bcasey266
Copy link
Owner

No description provided.

@github-actions
Copy link

github-actions bot commented Jul 24, 2023

Terraform plan in .
With var files: test/tfvars/ci.auto.tfvars

Plan: 2 to add, 0 to change, 0 to destroy. Changes to Outputs.
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_pet.name will be created
  + resource "random_pet" "name" {
      + id        = (known after apply)
      + length    = 3
      + separator = "-"
    }

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

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

Changes to Outputs:
  + pet_name = (known after apply)

📝 Plan generated in on pull request #30

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