Closed ben-of-codecraft closed 1 month ago
Have narrowed down the problem to likely being this function not apply thing AwsAssumeRole struct when creating the projectYaml
https://github.com/diggerhq/digger/blob/develop/libs/digger_config/digger_config.go#L409
What I discovered:
Issue
When using backendless action inputs:
The command/state role assumes do not get used correctly when set on the blocks like as follows
Expected Behavior
AWSRole identity provider is used and passed into Terragrunt run similar to to how Terraform works.