wiseelf
wiseelf
It would be cool if we could assume role with external id set. Something like this: ```creation_rules: - path_regex: secrets/environments/production/secrets.yaml kms: 'arn:aws:kms:us-east-1:666666666:key/xxxx-x-xxxxx+arn:aws:iam:us-east-1:666666666:role/kms_role' external_id: 'some_secret_external_id' ``` or ``` creation_rules: - kms:...
Terrafrom version: 1.2.8 Terragrunt version: 0.38.9 AWS provider version: 4.28.0 My config: ``` iam_role = local.iam_role # Generate an AWS provider block generate "provider" { path = "provider.tf" if_exists =...
**Describe the bug** SSO doesn't work with different errors: with sso_region and sso_start_url in account-prod profile ``` Initializing the backend... ╷ │ Error: error configuring S3 Backend: no valid credential...
## what - added new variable parameter - value of variable max_item_size was added as default value to parameter - added dynamic block to aws_elasticache_parameter_group resource ## why - To...