You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a continuation of #59 which is closed and locked due to inactivity.
Same issue still exists in 4.2.0 of this module. Per the original issue, the fix should just be introducing a conditional assignment using var.type and assign states:StartSyncExecution if the type is EXPRESS, otherwise, assign states.StartExecution.
As a temporary workaround for STANDARD workflows, an additional policy can be created (and attached) which grants additional states:StartExecution for the child workflow.
If your request is for a new feature, please use the Feature request template.
✋ I have searched the open/closed issues and my issue is not listed.
⚠️ Note
Before you submit an issue, please perform the following first:
Remove the local .terraform directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!): rm -rf .terraform/
Re-initialize the project root to pull down modules: terraform init
Re-attempt your terraform plan or apply and check if the issue still persists
Description
This is a continuation of #59 which is closed and locked due to inactivity.
Same issue still exists in
4.2.0
of this module. Per the original issue, the fix should just be introducing a conditional assignment usingvar.type
and assignstates:StartSyncExecution
if the type isEXPRESS
, otherwise, assignstates.StartExecution
.As a temporary workaround for
STANDARD
workflows, an additional policy can be created (and attached) which grants additionalstates:StartExecution
for the child workflow.If your request is for a new feature, please use the
Feature request
template.Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Module version [Required]: 4.2.0
Terraform version: 1.8
Provider version(s): 5.63.0
Reproduction Code [Required]
See #59
Steps to reproduce the behavior:
See #59
Expected behavior
See #59
Actual behavior
See #59
The text was updated successfully, but these errors were encountered: