Skip to content

Commit

Permalink
big workflow, 2
Browse files Browse the repository at this point in the history
  • Loading branch information
voxparcxls committed Mar 15, 2024
1 parent 213e384 commit edcfaf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,7 @@ jobs:
- name: Validate Terraform
working-directory: examples/cumulus-tf
run: |
ls -al
ls -al .terraform
ls -al ../../
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(".terraform/modules/bignbit_module/state_machine_definition.json", {
definition = templatefile("../../terraform/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 edcfaf9

Please sign in to comment.