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: use tf wrapper after std out fix #42

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

mcwarman
Copy link
Owner

@mcwarman mcwarman commented Nov 8, 2023

#41 updated setup-terraform which included a fix to the terraform wrapper, which returns std out correctly.

This means we don't need to use the binary directly.

Copy link

github-actions bot commented Nov 8, 2023

Terraform Plan

Terraform Format and Style ✏️ success

Terraform Initialization ⚙️ success

Terraform Validation 📋 success

Terraform Plan 📖 success

Show Plan
random_pet.name: Refreshing state... [id=comic lemur]

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

Terraform will perform the following actions:

  # random_pet.name is tainted, so must be replaced
-/+ resource "random_pet" "name" {
      ~ id        = "comic lemur" -> (known after apply)
        # (2 unchanged attributes hidden)
    }

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

Changes to Outputs:
  ~ message = "Hello Comic Lemur!" -> (known after apply)

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: tfplan

To perform exactly these actions, run the following command to apply:
    terraform apply "tfplan"

@mcwarman mcwarman merged commit 961cd9b into main Nov 8, 2023
4 checks passed
@mcwarman mcwarman deleted the refactor/tf-bin branch November 8, 2023 12:55
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