Skip to content

Commit

Permalink
style: add extra line back
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollorion committed Jun 6, 2024
1 parent d5b0c20 commit 4e5d899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spacemk/templates/base.tf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ resource "spacelift_stack" "{{ stack._relationships.space._migration_id }}_{{ st
{% if stack.terraform.workflow_tool == "CUSTOM" %}
{{ argument("runner_image ", extra_vars.custom_terraform_runner_image ~ ":" ~ stack.terraform.version, required=True) }}
{% endif %}

{% if stack.vcs.provider == "github_custom" and generation.github.custom_app %}
github_enterprise {
{{ argument("namespace", stack.vcs.namespace) }}
Expand Down Expand Up @@ -259,6 +260,7 @@ resource "spacelift_module" "{{ module._relationships.space._migration_id }}_{{
{{ argument("space_id", "spacelift_space." ~ module._relationships.space._migration_id ~ ".id", serialize=False) }}
{{ argument("terraform_provider", module.terraform_provider) }}
{% block module_arguments_extra scoped %}{% endblock %}

{% if module.vcs.provider == "github_custom" and generation_config.github.custom_app %}
github_enterprise {
{{ argument("namespace", module.vcs.namespace) }}
Expand Down

0 comments on commit 4e5d899

Please sign in to comment.