Skip to content

feat: support filtering GitHub Actions event to run terraform plan - #2846

Open
suzuki-shunsuke wants to merge 1 commit into
mainfrom
feat-plan-event
Open

feat: support filtering GitHub Actions event to run terraform plan#2846
suzuki-shunsuke wants to merge 1 commit into
mainfrom
feat-plan-event

Conversation

@suzuki-shunsuke

Copy link
Copy Markdown
Owner

No description provided.

@suzuki-shunsuke-tfaction

Copy link
Copy Markdown
Contributor

Plan Result (setup/test/opentofu/foo)

CI link

Plan: 1 to add, 0 to change, 0 to destroy.
  • Create
    • null_resource.foo
Change Result (Click me)
  # null_resource.foo will be created
  + resource "null_resource" "foo" {
      + id = (known after apply)
    }

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

@suzuki-shunsuke-tfaction

Copy link
Copy Markdown
Contributor

Plan Result (setup/test/foo)

CI link

Plan: 1 to add, 0 to change, 0 to destroy.
  • Create
    • null_resource.foo
Change Result (Click me)
  # null_resource.foo will be created
  + resource "null_resource" "foo" {
      + id = (known after apply)
    }

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

@suzuki-shunsuke-tfaction

Copy link
Copy Markdown
Contributor

Plan Result (setup/test/terragrunt/foo)

CI link

It failed to parse the result.

Details (Click me)
06:45:22.616 STDOUT tofu: OpenTofu used the selected providers to generate the following execution
06:45:22.616 STDOUT tofu: plan. Resource actions are indicated with the following symbols:
06:45:22.616 STDOUT tofu:   + create
06:45:22.616 STDOUT tofu: OpenTofu will perform the following actions:
06:45:22.616 STDOUT tofu:   # null_resource.foo will be created
06:45:22.616 STDOUT tofu:   + resource "null_resource" "foo" {
06:45:22.616 STDOUT tofu:       + id = (known after apply)
06:45:22.616 STDOUT tofu:     }
06:45:22.616 STDOUT tofu: Plan: 1 to add, 0 to change, 0 to destroy.
06:45:22.616 STDOUT tofu: ─────────────────────────────────────────────────────────────────────────────
06:45:22.616 STDOUT tofu: Saved the plan to:
06:45:22.616 STDOUT tofu: ./tfplan.binary
06:45:22.616 STDOUT tofu: To perform exactly these actions, run the following command to apply:
06:45:22.616 STDOUT tofu:     tofu apply "./tfplan.binary"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant