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

fix(plan): fix condition #8

Merged
merged 1 commit into from
Nov 9, 2023
Merged

fix(plan): fix condition #8

merged 1 commit into from
Nov 9, 2023

Conversation

m4s-b3n
Copy link
Member

@m4s-b3n m4s-b3n commented Nov 9, 2023

No description provided.

@m4s-b3n m4s-b3n self-assigned this Nov 9, 2023
Copy link

github-actions bot commented Nov 9, 2023

List of Changed Stacks

test/terramate/stacks/stack-A
test/terramate/stacks/stack-B

Terraform Plan

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:

  # null_resource.this will be created
  + resource "null_resource" "this" {
      + id = (known after apply)
    }

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

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:

  # null_resource.this will be created
  + resource "null_resource" "this" {
      + id = (known after apply)
    }

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

@m4s-b3n m4s-b3n merged commit a65eaae into main Nov 9, 2023
278 checks passed
@m4s-b3n m4s-b3n deleted the fix-plan branch November 9, 2023 20:42
github-actions bot pushed a commit that referenced this pull request Nov 9, 2023
## [1.1.1](v1.1.0...v1.1.1) (2023-11-09)

### Bug Fixes

* **plan:** fix condition for executing plan step([#8](#8)) ([a65eaae](a65eaae))
Copy link

github-actions bot commented Nov 9, 2023

🎉 This PR is included in version 1.1.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant