Skip to content

Commit

Permalink
Clarify that only custom Terraform versions are supported by Spacelift
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwyszynski committed Apr 29, 2024
1 parent eb22d22 commit 75ed0a6
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 @@ -95,7 +95,7 @@ resource "spacelift_stack" "{{ stack._relationships.space._migration_id }}_{{ st
{% block stack_arguments_extra scoped %}{% endblock %}

{% if stack.terraform.workflow_tool == "CUSTOM" %}
{{ argument("runner_image ", extra_vars.terraform_bsl_runner_image ~ ":" ~ stack.terraform.version, required=True) }}
{{ argument("runner_image ", extra_vars.custom_terraform_runner_image ~ ":" ~ stack.terraform.version, required=True) }}
{% endif %}

{% if stack.vcs.provider == "github_custom" %}
Expand Down

0 comments on commit 75ed0a6

Please sign in to comment.