Module: spacelift-stack
Terraform module to provisions a Spacelift space.
Usage
Here's how to invoke this module in your project:
provider "spacelift" {}
module "stack" {
source = "cloudposse/cloud-infrastructure-automation/spacelift//modules/spacelift-space"
# Cloud Posse recommends pinning every module to a specific version
# version = "x.x.x"
atmos_stack_name = "plat-ue1-prod-test-component"
stack_name = "plat-ue1-prod-test-component"
component_name = "test-component"
component_root = "examples/test-component"
repository = "spacelift-demo"
branch = "main"
autodeploy = true
terraform_version = "1.4.6"
Examples
Here is an example of using this module:
../../examples/spacelift-stack- complete example of using this module
Variables
Required Variables
atmos_stack_name(string) requiredThe name of the atmos stack
component_name(string) requiredThe name of the concrete component (typically a directory name)
component_root(string) requiredThe path, relative to the root of the repository, where the component can be found
repository(string) requiredThe name of your infrastructure repo
stack_name(string) requiredThe name of the Spacelift stack
Optional Variables
administrative(bool) optionalWhether this stack can manage other stacks
Default value:
falseafter_apply(list(string)) optionalList of after-apply scripts
Default value:
[ ]after_destroy(list(string)) optionalList of after-destroy scripts
Default value:
[ ]after_init(list(string)) optionalList of after-init scripts
Default value:
[ ]after_perform(list(string)) optionalList of after-perform scripts
Default value:
[ ]after_plan(list(string)) optionalList of after-plan scripts
Default value:
[ ]autodeploy(bool) optionalControls the Spacelift 'autodeploy' option for a stack
Default value:
falseautoretry(bool) optionalControls the Spacelift 'autoretry' option for a stack
Default value:
falseaws_role_arn(string) optionalARN of the AWS IAM role to assume and put its temporary credentials in the runtime environment
Default value:
nullaws_role_enabled(bool) optionalFlag to enable/disable Spacelift to use AWS STS to assume the supplied IAM role and put its temporary credentials in the runtime environment
Default value:
falseaws_role_external_id(string) optionalCustom external ID (works only for private workers). See https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html for more details
Default value:
nullaws_role_generate_credentials_in_worker(bool) optionalFlag to enable/disable generating AWS credentials in the private worker after assuming the supplied IAM role
Default value:
trueazure_devops(map(any)) optionalAzure DevOps VCS settings
Default value:
nullbefore_apply(list(string)) optionalList of before-apply scripts
Default value:
[ ]before_destroy(list(string)) optionalList of before-destroy scripts
Default value:
[ ]before_init(list(string)) optionalList of before-init scripts
Default value:
[ ]before_perform(list(string)) optionalList of before-perform scripts
Default value:
[ ]before_plan(list(string)) optionalList of before-plan scripts
Default value:
[ ]bitbucket_cloud(map(any)) optionalBitbucket Cloud VCS settings
Default value:
nullbitbucket_datacenter(map(any)) optionalBitbucket Datacenter VCS settings
Default value:
nullbranch(string) optionalSpecify which branch to use within your infrastructure repo
Default value:
"main"cloudformation(map(any)) optionalCloudFormation-specific configuration. Presence means this Stack is a CloudFormation Stack.
Default value:
nullcommit_sha(string) optionalThe commit SHA for which to trigger a run. Requires
var.spacelift_run_enabledto be set totrueDefault value:
nullcomponent_env(any) optionalMap of component ENV variables
Default value:
{ }component_vars(any) optionalAll Terraform values to be applied to the stack via a mounted file
Default value:
{ }context_attachments(list(string)) optionalA list of context IDs to attach to this stack
Default value:
[ ]description(string) optionalSpecify description of stack
Default value:
nulldrift_detection_enabled(bool) optionalFlag to enable/disable drift detection on the infrastructure stacks
Default value:
falsedrift_detection_reconcile(bool) optionalFlag to enable/disable infrastructure stacks drift automatic reconciliation. If drift is detected and
reconcileis turned on, Spacelift will create a tracked run to correct the driftDefault value:
falsedrift_detection_schedule(list(string)) optionalList of cron expressions to schedule drift detection for the infrastructure stacks
Default value:
[
"0 4 * * *"
]drift_detection_timezone(string) optionalTimezone in which the schedule is expressed. Defaults to UTC.
Default value:
"UTC"github_enterprise(map(any)) optionalGitHub Enterprise (self-hosted) VCS settings
Default value:
nullgitlab(map(any)) optionalGitLab VCS settings
Default value:
nulllabels(list(string)) optionalA list of labels for the stack
Default value:
[ ]local_preview_enabled(bool) optionalIndicates whether local preview runs can be triggered on this Stack
Default value:
falsemanage_state(bool) optionalFlag to enable/disable manage_state setting in stack
Default value:
truepolicy_ids(list(string)) optionalList of Rego policy IDs to attach to this stack
Default value:
[ ]protect_from_deletion(bool) optionalFlag to enable/disable deletion protection.
Default value:
falsepulumi(map(any)) optionalPulumi-specific configuration. Presence means this Stack is a Pulumi Stack.
Default value:
nullrunner_image(string) optionalThe full image name and tag of the Docker image to use in Spacelift
Default value:
nullshowcase(map(any)) optionalShowcase settings
Default value:
nullspace_id(string) optionalPlace the stack in the specified space_id.
Default value:
"root"spacelift_run_enabled(bool) optionalEnable/disable creation of the
spacelift_runresourceDefault value:
falsespacelift_stack_dependency_enabled(bool) optionalIf enabled, the
spacelift_stack_dependencySpacelift resource will be used to create dependencies between stacks instead of using thedepends-onlabels. Thedepends-onlabels will be removed from the stacks and the trigger policies for dependencies will be detachedDefault value:
falsestack_destructor_enabled(bool) optionalFlag to enable/disable the stack destructor to destroy the resources of the stack before deleting the stack itself
Default value:
falseterraform_smart_sanitization(bool) optionalWhether or not to enable Smart Sanitization which will only sanitize values marked as sensitive.
Default value:
falseterraform_version(string) optionalSpecify the version of Terraform to use for the stack
Default value:
nullterraform_workflow_tool(string) optionalDefines the tool that will be used to execute the workflow. This can be one of OPEN_TOFU, TERRAFORM_FOSS or CUSTOM. Defaults to TERRAFORM_FOSS.
Default value:
"TERRAFORM_FOSS"terraform_workspace(string) optionalSpecify the Terraform workspace to use for the stack
Default value:
nullwebhook_enabled(bool) optionalFlag to enable/disable the webhook endpoint to which Spacelift sends the POST requests about run state changes
Default value:
falsewebhook_endpoint(string) optionalWebhook endpoint to which Spacelift sends the POST requests about run state changes
Default value:
nullwebhook_secret(string) optionalWebhook secret used to sign each POST request so you're able to verify that the requests come from Spacelift
Default value:
nullworker_pool_id(string) optionalThe immutable ID (slug) of the worker pool
Default value:
null
Context Variables
The following variables are defined in the context.tf file of this module and part of the terraform-null-label pattern.
context.tf file of this module and part of the terraform-null-label pattern.additional_tag_map(map(string)) optionalAdditional key-value pairs to add to each map in
tags_as_list_of_maps. Not added totagsorid.
This is for some rare cases where resources want additional configuration of tags
and therefore take a list of maps with tag key, value, and additional configuration.Required: No
Default value:
{ }attributes(list(string)) optionalID element. Additional attributes (e.g.
workersorcluster) to add toid,
in the order they appear in the list. New attributes are appended to the
end of the list. The elements of the list are joined by thedelimiter
and treated as a single ID element.Required: No
Default value:
[ ]context(any) optionalSingle object for setting entire context at once.
See description of individual variables for details.
Leave string and numeric variables asnullto use default value.
Individual variable settings (non-null) override settings in context object,
except for attributes, tags, and additional_tag_map, which are merged.Required: No
Default value:
{
"additional_tag_map": {},
"attributes": [],
"delimiter": null,
"descriptor_formats": {},
"enabled": true,
"environment": null,
"id_length_limit": null,
"label_key_case": null,
"label_order": [],
"label_value_case": null,
"labels_as_tags": [
"unset"
],
"name": null,
"namespace": null,
"regex_replace_chars": null,
"stage": null,
"tags": {},
"tenant": null
}delimiter(string) optionalDelimiter to be used between ID elements.
Defaults to-(hyphen). Set to""to use no delimiter at all.Required: No
Default value:
nulldescriptor_formats(any) optionalDescribe additional descriptors to be output in the
descriptorsoutput map.
Map of maps. Keys are names of descriptors. Values are maps of the form
\{<br/> format = string<br/> labels = list(string)<br/> \}
(Type isanyso the map values can later be enhanced to provide additional options.)
formatis a Terraform format string to be passed to theformat()function.
labelsis a list of labels, in order, to pass toformat()function.
Label values will be normalized before being passed toformat()so they will be
identical to how they appear inid.
Default is{}(descriptorsoutput will be empty).Required: No
Default value:
{ }enabled(bool) optionalSet to false to prevent the module from creating any resources
Required: NoDefault value:
nullenvironment(string) optionalID element. Usually used for region e.g. 'uw2', 'us-west-2', OR role 'prod', 'staging', 'dev', 'UAT'
Required: NoDefault value:
nullid_length_limit(number) optionalLimit
idto this many characters (minimum 6).
Set to0for unlimited length.
Set tonullfor keep the existing setting, which defaults to0.
Does not affectid_full.Required: No
Default value:
nulllabel_key_case(string) optionalControls the letter case of the
tagskeys (label names) for tags generated by this module.
Does not affect keys of tags passed in via thetagsinput.
Possible values:lower,title,upper.
Default value:title.Required: No
Default value:
nulllabel_order(list(string)) optionalThe order in which the labels (ID elements) appear in the
id.
Defaults to ["namespace", "environment", "stage", "name", "attributes"].
You can omit any of the 6 labels ("tenant" is the 6th), but at least one must be present.Required: No
Default value:
nulllabel_value_case(string) optionalControls the letter case of ID elements (labels) as included in
id,
set as tag values, and output by this module individually.
Does not affect values of tags passed in via thetagsinput.
Possible values:lower,title,upperandnone(no transformation).
Set this totitleand setdelimiterto""to yield Pascal Case IDs.
Default value:lower.Required: No
Default value:
nulllabels_as_tags(set(string)) optionalSet of labels (ID elements) to include as tags in the
tagsoutput.
Default is to include all labels.
Tags with empty values will not be included in thetagsoutput.
Set to[]to suppress all generated tags.
Notes:
The value of thenametag, if included, will be theid, not thename.
Unlike othernull-labelinputs, the initial setting oflabels_as_tagscannot be
changed in later chained modules. Attempts to change it will be silently ignored.Required: No
Default value:
[
"default"
]name(string) optionalID element. Usually the component or solution name, e.g. 'app' or 'jenkins'.
This is the only ID element not also included as atag.
The "name" tag is set to the fullidstring. There is no tag with the value of thenameinput.Required: No
Default value:
nullnamespace(string) optionalID element. Usually an abbreviation of your organization name, e.g. 'eg' or 'cp', to help ensure generated IDs are globally unique
Required: NoDefault value:
nullregex_replace_chars(string) optionalTerraform regular expression (regex) string.
Characters matching the regex will be removed from the ID elements.
If not set,"/[^a-zA-Z0-9-]/"is used to remove all characters other than hyphens, letters and digits.Required: No
Default value:
nullstage(string) optionalID element. Usually used to indicate role, e.g. 'prod', 'staging', 'source', 'build', 'test', 'deploy', 'release'
Required: NoDefault value:
nulltags(map(string)) optionalAdditional tags (e.g.
{'BusinessUnit': 'XYZ'}).
Neither the tag keys nor the tag values will be modified by this module.Required: No
Default value:
{ }tenant(string) optionalID element (Rarely used, not included by default). A customer identifier, indicating who this instance of a resource is for
Required: NoDefault value:
null
Outputs
Dependencies
Requirements
terraform, version:>= 0.13.0spacelift, version:>= 0.1.31
Providers
spacelift, version:>= 0.1.31
Modules
| Name | Version | Source | Description |
|---|---|---|---|
this | 0.25.0 | cloudposse/label/null | n/a |
Resources
The following resources are used by this module:
spacelift_aws_role.this(resource)spacelift_context_attachment.this(resource)spacelift_drift_detection.this(resource)spacelift_environment_variable.component_env_vars(resource)spacelift_environment_variable.component_name(resource)spacelift_environment_variable.stack_name(resource)spacelift_mounted_file.stack_config(resource)spacelift_policy_attachment.this(resource)spacelift_run.this(resource)spacelift_stack.this(resource)spacelift_stack_dependency.default(resource)spacelift_stack_destructor.this(resource)spacelift_webhook.this(resource)
Data Sources
The following data sources are used by this module:
Requirements
| Name | Version |
|---|---|
| terraform | >= 0.13.0 |
| spacelift | >= 0.1.31 |
Providers
| Name | Version |
|---|---|
| spacelift | >= 0.1.31 |
Modules
| Name | Source | Version |
|---|---|---|
| this | cloudposse/label/null | 0.25.0 |
Resources
| Name | Type |
|---|---|
| spacelift_aws_role.this | resource |
| spacelift_context_attachment.this | resource |
| spacelift_drift_detection.this | resource |
| spacelift_environment_variable.component_env_vars | resource |
| spacelift_environment_variable.component_name | resource |
| spacelift_environment_variable.stack_name | resource |
| spacelift_mounted_file.stack_config | resource |
| spacelift_policy_attachment.this | resource |
| spacelift_run.this | resource |
| spacelift_stack.this | resource |
| spacelift_stack_dependency.default | resource |
| spacelift_stack_destructor.this | resource |
| spacelift_webhook.this | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| additional_tag_map | Additional key-value pairs to add to each map in tags_as_list_of_maps. Not added to tags or id.This is for some rare cases where resources want additional configuration of tags and therefore take a list of maps with tag key, value, and additional configuration. | map(string) | {} | no |
| administrative | Whether this stack can manage other stacks | bool | false | no |
| after_apply | List of after-apply scripts | list(string) | [] | no |
| after_destroy | List of after-destroy scripts | list(string) | [] | no |
| after_init | List of after-init scripts | list(string) | [] | no |
| after_perform | List of after-perform scripts | list(string) | [] | no |
| after_plan | List of after-plan scripts | list(string) | [] | no |
| atmos_stack_name | The name of the atmos stack | string | n/a | yes |
| attributes | ID element. Additional attributes (e.g. workers or cluster) to add to id,in the order they appear in the list. New attributes are appended to the end of the list. The elements of the list are joined by the delimiterand treated as a single ID element. | list(string) | [] | no |
| autodeploy | Controls the Spacelift 'autodeploy' option for a stack | bool | false | no |
| autoretry | Controls the Spacelift 'autoretry' option for a stack | bool | false | no |
| aws_role_arn | ARN of the AWS IAM role to assume and put its temporary credentials in the runtime environment | string | null | no |
| aws_role_enabled | Flag to enable/disable Spacelift to use AWS STS to assume the supplied IAM role and put its temporary credentials in the runtime environment | bool | false | no |
| aws_role_external_id | Custom external ID (works only for private workers). See https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html for more details | string | null | no |
| aws_role_generate_credentials_in_worker | Flag to enable/disable generating AWS credentials in the private worker after assuming the supplied IAM role | bool | true | no |
| azure_devops | Azure DevOps VCS settings | map(any) | null | no |
| before_apply | List of before-apply scripts | list(string) | [] | no |
| before_destroy | List of before-destroy scripts | list(string) | [] | no |
| before_init | List of before-init scripts | list(string) | [] | no |
| before_perform | List of before-perform scripts | list(string) | [] | no |
| before_plan | List of before-plan scripts | list(string) | [] | no |
| bitbucket_cloud | Bitbucket Cloud VCS settings | map(any) | null | no |
| bitbucket_datacenter | Bitbucket Datacenter VCS settings | map(any) | null | no |
| branch | Specify which branch to use within your infrastructure repo | string | "main" | no |
| cloudformation | CloudFormation-specific configuration. Presence means this Stack is a CloudFormation Stack. | map(any) | null | no |
| commit_sha | The commit SHA for which to trigger a run. Requires var.spacelift_run_enabled to be set to true | string | null | no |
| component_env | Map of component ENV variables | any | {} | no |
| component_name | The name of the concrete component (typically a directory name) | string | n/a | yes |
| component_root | The path, relative to the root of the repository, where the component can be found | string | n/a | yes |
| component_vars | All Terraform values to be applied to the stack via a mounted file | any | {} | no |
| context | Single object for setting entire context at once. See description of individual variables for details. Leave string and numeric variables as null to use default value.Individual variable settings (non-null) override settings in context object, except for attributes, tags, and additional_tag_map, which are merged. | any | { | no |
| context_attachments | A list of context IDs to attach to this stack | list(string) | [] | no |
| delimiter | Delimiter to be used between ID elements. Defaults to - (hyphen). Set to "" to use no delimiter at all. | string | null | no |
| description | Specify description of stack | string | null | no |
| descriptor_formats | Describe additional descriptors to be output in the descriptors output map.Map of maps. Keys are names of descriptors. Values are maps of the form {<br/> format = string<br/> labels = list(string)<br/>}(Type is any so the map values can later be enhanced to provide additional options.)format is a Terraform format string to be passed to the format() function.labels is a list of labels, in order, to pass to format() function.Label values will be normalized before being passed to format() so they will beidentical to how they appear in id.Default is {} (descriptors output will be empty). | any | {} | no |
| drift_detection_enabled | Flag to enable/disable drift detection on the infrastructure stacks | bool | false | no |
| drift_detection_reconcile | Flag to enable/disable infrastructure stacks drift automatic reconciliation. If drift is detected and reconcile is turned on, Spacelift will create a tracked run to correct the drift | bool | false | no |
| drift_detection_schedule | List of cron expressions to schedule drift detection for the infrastructure stacks | list(string) | [ | no |
| drift_detection_timezone | Timezone in which the schedule is expressed. Defaults to UTC. | string | "UTC" | no |
| enabled | Set to false to prevent the module from creating any resources | bool | null | no |
| environment | ID element. Usually used for region e.g. 'uw2', 'us-west-2', OR role 'prod', 'staging', 'dev', 'UAT' | string | null | no |
| github_enterprise | GitHub Enterprise (self-hosted) VCS settings | map(any) | null | no |
| gitlab | GitLab VCS settings | map(any) | null | no |
| id_length_limit | Limit id to this many characters (minimum 6).Set to 0 for unlimited length.Set to null for keep the existing setting, which defaults to 0.Does not affect id_full. | number | null | no |
| label_key_case | Controls the letter case of the tags keys (label names) for tags generated by this module.Does not affect keys of tags passed in via the tags input.Possible values: lower, title, upper.Default value: title. | string | null | no |
| label_order | The order in which the labels (ID elements) appear in the id.Defaults to ["namespace", "environment", "stage", "name", "attributes"]. You can omit any of the 6 labels ("tenant" is the 6th), but at least one must be present. | list(string) | null | no |
| label_value_case | Controls the letter case of ID elements (labels) as included in id,set as tag values, and output by this module individually. Does not affect values of tags passed in via the tags input.Possible values: lower, title, upper and none (no transformation).Set this to title and set delimiter to "" to yield Pascal Case IDs.Default value: lower. | string | null | no |
| labels | A list of labels for the stack | list(string) | [] | no |
| labels_as_tags | Set of labels (ID elements) to include as tags in the tags output.Default is to include all labels. Tags with empty values will not be included in the tags output.Set to [] to suppress all generated tags.Notes: The value of the name tag, if included, will be the id, not the name.Unlike other null-label inputs, the initial setting of labels_as_tags cannot bechanged in later chained modules. Attempts to change it will be silently ignored. | set(string) | [ | no |
| local_preview_enabled | Indicates whether local preview runs can be triggered on this Stack | bool | false | no |
| manage_state | Flag to enable/disable manage_state setting in stack | bool | true | no |
| name | ID element. Usually the component or solution name, e.g. 'app' or 'jenkins'. This is the only ID element not also included as a tag.The "name" tag is set to the full id string. There is no tag with the value of the name input. | string | null | no |
| namespace | ID element. Usually an abbreviation of your organization name, e.g. 'eg' or 'cp', to help ensure generated IDs are globally unique | string | null | no |
| policy_ids | List of Rego policy IDs to attach to this stack | list(string) | [] | no |
| protect_from_deletion | Flag to enable/disable deletion protection. | bool | false | no |
| pulumi | Pulumi-specific configuration. Presence means this Stack is a Pulumi Stack. | map(any) | null | no |
| regex_replace_chars | Terraform regular expression (regex) string. Characters matching the regex will be removed from the ID elements. If not set, "/[^a-zA-Z0-9-]/" is used to remove all characters other than hyphens, letters and digits. | string | null | no |
| repository | The name of your infrastructure repo | string | n/a | yes |
| runner_image | The full image name and tag of the Docker image to use in Spacelift | string | null | no |
| showcase | Showcase settings | map(any) | null | no |
| space_id | Place the stack in the specified space_id. | string | "root" | no |
| spacelift_run_enabled | Enable/disable creation of the spacelift_run resource | bool | false | no |
| spacelift_stack_dependency_enabled | If enabled, the spacelift_stack_dependency Spacelift resource will be used to create dependencies between stacks instead of using the depends-on labels. The depends-on labels will be removed from the stacks and the trigger policies for dependencies will be detached | bool | false | no |
| stack_destructor_enabled | Flag to enable/disable the stack destructor to destroy the resources of the stack before deleting the stack itself | bool | false | no |
| stack_name | The name of the Spacelift stack | string | n/a | yes |
| stage | ID element. Usually used to indicate role, e.g. 'prod', 'staging', 'source', 'build', 'test', 'deploy', 'release' | string | null | no |
| tags | Additional tags (e.g. {'BusinessUnit': 'XYZ'}).Neither the tag keys nor the tag values will be modified by this module. | map(string) | {} | no |
| tenant | ID element _(Rarely used, not included by default)_. A customer identifier, indicating who this instance of a resource is for | string | null | no |
| terraform_smart_sanitization | Whether or not to enable Smart Sanitization which will only sanitize values marked as sensitive. | bool | false | no |
| terraform_version | Specify the version of Terraform to use for the stack | string | null | no |
| terraform_workflow_tool | Defines the tool that will be used to execute the workflow. This can be one of OPEN_TOFU, TERRAFORM_FOSS or CUSTOM. Defaults to TERRAFORM_FOSS. | string | "TERRAFORM_FOSS" | no |
| terraform_workspace | Specify the Terraform workspace to use for the stack | string | null | no |
| webhook_enabled | Flag to enable/disable the webhook endpoint to which Spacelift sends the POST requests about run state changes | bool | false | no |
| webhook_endpoint | Webhook endpoint to which Spacelift sends the POST requests about run state changes | string | null | no |
| webhook_secret | Webhook secret used to sign each POST request so you're able to verify that the requests come from Spacelift | string | null | no |
| worker_pool_id | The immutable ID (slug) of the worker pool | string | null | no |
Outputs
| Name | Description |
|---|---|
| id | The stack id |
| stack | The created stack |