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

feat(setup): switch to official terramate-setup-action #11

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

kaiehrhardt
Copy link
Member

Copy link

github-actions bot commented Jul 5, 2024

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.

@kaiehrhardt kaiehrhardt force-pushed the add-terramate-setup-action branch 2 times, most recently from c42876b to 8151a14 Compare July 5, 2024 13:40
@kaiehrhardt
Copy link
Member Author

kaiehrhardt commented Jul 5, 2024

.github/workflows/test-and-release.yml Outdated Show resolved Hide resolved
action.yml Outdated Show resolved Hide resolved
@kaiehrhardt kaiehrhardt force-pushed the add-terramate-setup-action branch 2 times, most recently from 8425039 to 43fe5e8 Compare July 8, 2024 12:03
@m4s-b3n
Copy link
Member

m4s-b3n commented Jul 9, 2024

https://github.com/infinite-automations/terramate-all-in-one/actions/runs/9809251203/job/27086774760?pr=11

feels like rate limits. any idea @m4s-b3n

nope, as long as we can not say for sure 🙅

@m4s-b3n m4s-b3n merged commit a7dcfd2 into main Jul 9, 2024
248 checks passed
@m4s-b3n m4s-b3n deleted the add-terramate-setup-action branch July 9, 2024 05:53
github-actions bot pushed a commit that referenced this pull request Jul 9, 2024
# [1.2.0](v1.1.1...v1.2.0) (2024-07-09)

### Features

* **setup:** switch to official terramate-setup-action ([#11](#11)) ([a7dcfd2](a7dcfd2))
Copy link

github-actions bot commented Jul 9, 2024

🎉 This PR is included in version 1.2.0 🎉

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.

switch to official setup terramate action
2 participants