We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using backendless action inputs:
- name: digger run uses: diggerhq/digger@v0.6.39 with: setup-aws: false setup-terragrunt: true setup-checkov: false disable-locking: true no-backend: true terragrunt-version: 0.50.2
The command/state role assumes do not get used correctly when set on the blocks like as follows
generate_projects blocks: - block_name: dev terragrunt: true root_dir: "dev/" workflow: default workflow_file: digger_workflow.yml aws_role_to_assume: aws_role_region: "us-east-1" command: "xxxx"
AWSRole identity provider is used and passed into Terragrunt run similar to to how Terraform works.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
What I discovered:
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: