Skip to content

Commit

Permalink
prep invoke sm definition
Browse files Browse the repository at this point in the history
  • Loading branch information
voxparcxls committed Mar 15, 2024
1 parent f02bbf5 commit 213e384
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ jobs:
- name: Validate Terraform
working-directory: examples/cumulus-tf
run: |
ls -al
ls -al .terraform
terraform init -backend=false
terraform validate -no-color
Expand Down
2 changes: 1 addition & 1 deletion examples/cumulus-tf/browse_image_workflow.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "aws_sfn_state_machine" "sfn_state_machine" {
name = "${local.ec2_resources_name}-BrowseImageWorkflow"
role_arn = aws_iam_role.iam_execution.arn

definition = templatefile("${path.module}/.terraform/modules/bignbit_module/state_machine_definition.json", {
definition = templatefile(".terraform/modules/bignbit_module/state_machine_definition.json", {
GetDatasetConfigurationLambda = module.bignbit_module.get_dataset_configuration_arn,
ConfigBucket = module.bignbit_module.config_bucket_name,
ConfigDir = module.bignbit_module.config_path,
Expand Down

0 comments on commit 213e384

Please sign in to comment.