Roman Eremeev

Results 7 comments of Roman Eremeev

doesn't work for me with config as pasted in my issue #46 ``` │ 62: for_each = length(var.rules) > 0 ? var.rules : local.compatible_rules │ ├──────────────── │ │ local.compatible_rules is...

adding this to a rule: ```hcl enable_continuous_backup = null lifecycle = { cold_storage_after = null delete_after = null } copy_action = { destination_vault_arn = null lifecycle = { cold_storage_after =...

@nitrocode I was going to switch from my fork to the upstream release 0.14.0, but the release doesn't work. not sure if it's the module or my Terraform version. looks...

> for new rules, the dynamic block of lifecycle expect `rule.value.lifecycle`. [migration doc](https://github.com/cloudposse/terraform-aws-backup/blob/master/docs/migration-0.13.x-0.14.x%2B.md) is bit misleading the migration guide was correct as of my change #39 until they've changed the...

since this option is only available for Windows VSS (https://docs.aws.amazon.com/aws-backup/latest/devguide/API_AdvancedBackupSetting.html), I'd prefer a simple switch rather than an arbitrary data structure. for example, if say `var.windows_vss_backup` is true, then we...

@abhinavn , unfortunately the author didn't supply build/installation guide. you need to build the jar yourself. 1. download or clone the repository to your computer 2. install Maven 3 if...

What's helped me was to go through SSO configuration again in AWS CLI: ``` aws sts get-caller-identity --profile my-profile An error occurred (ForbiddenException) when calling the GetRoleCredentials operation: No access...