Skip to content

Commit

Permalink
Feat: autolabel them as imported
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollorion committed Jun 13, 2024
1 parent f710f9a commit 83d2058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacemk/templates/base.tf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ resource "spacelift_stack" "{{ stack._relationships.space._migration_id }}_{{ st
{{ argument("branch", "spacelift", required=True) }}
{{ argument("description", stack.description) }}
{{ argument("local_preview", stack.local_preview) }}
{{ argument("labels", stack.labels) }}
{{ argument("labels", ["imported"]) }}
{{ argument("manage_state", True) }}
{{ argument("name", stack.name, required=True) }}
{{ argument("project_root", stack.vcs.project_root) }}
Expand Down

0 comments on commit 83d2058

Please sign in to comment.