AWS Step Functions Terraform module
Upstream version 5.1.0
2 controls from EU GMP Annex 11 requirements
Terraform Module Source
eugmpannex11.compliance.tf/terraform-aws-modules/step-functions/awsBehavioral Summary
This module modifies 1 variable default and makes 0 resource changes from the upstream module. All changes are driven by compliance controls and can be reviewed in detail below.
Your Code Impact
If you are migrating from the upstream module, the enforced default changes mean your existing configurations will automatically gain compliance controls. Variables you have explicitly set will continue to use your values. Review the diff below to understand exactly what changes.
Compared to
terraform-aws-modules/step-functions/aws@5.1.01 changesVariables Changed
1| Variable | Upstream | CTF | Reason | Control |
|---|---|---|---|---|
| logging_configuration | {} | { "level": "ALL" } | This controls checks whether an AWS Step Functions state machine has logging turned on. The control fails if a state machine doesn't have logging turned on. If you provide a custom value for the logLevel parameter, the control passes only if the state machine has the specified logging level turned on. | sfn_state_machine_logging_enabled |