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(create/all-terraform): Add in Name/Description in new stacks. #1117

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

MordecaiMalignatus
Copy link
Contributor

Reason for This Change

When we run terramate create --all-terraform, we do not fill the name and
description fields. This is different behaviour than terramate create /path/to/stack, which will use stack as value for both name and description.

Description of Changes

When running terramate create --all-terraform, created stacks now have the
same derived names and descriptions as stacks created without the
--all-terraform flag.

@MordecaiMalignatus MordecaiMalignatus requested a review from a team as a code owner August 23, 2023 13:36
@netlify
Copy link

netlify bot commented Aug 23, 2023

Deploy Preview for terramate-io-docs canceled.

Name Link
🔨 Latest commit 8010435
🔍 Latest deploy log https://app.netlify.com/sites/terramate-io-docs/deploys/64e60d40cb18330008d07099

mariux
mariux previously approved these changes Aug 23, 2023
Copy link
Contributor

@mariux mariux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm please add change to changelog.md before release

@mariux mariux added this to the Release 0.4.1 milestone Aug 23, 2023
@codecov
Copy link

codecov bot commented Aug 23, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (95be285) 64.57% compared to head (8010435) 64.57%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1117   +/-   ##
=======================================
  Coverage   64.57%   64.57%           
=======================================
  Files         100      100           
  Lines       15772    15772           
=======================================
  Hits        10185    10185           
  Misses       5181     5181           
  Partials      406      406           
Flag Coverage Δ
tests 64.57% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
cmd/terramate/cli/cli.go 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

mariux
mariux previously approved these changes Aug 23, 2023
@github-actions
Copy link


@MordecaiMalignatus MordecaiMalignatus added this pull request to the merge queue Aug 24, 2023
Merged via the queue into main with commit d2ea417 Aug 24, 2023
17 checks passed
@MordecaiMalignatus MordecaiMalignatus deleted the mm-name-desc-new-stacks branch August 24, 2023 09:03
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.

None yet

2 participants