Skip to content

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.

2 participants