RB

Results 868 comments of RB

@jtdoepke see the above `test` in the PR description. Please test this out if you have time. :)

Ticket to track https://github.com/hashicorp/terraform-provider-aws/issues/21566

@jtdoepke cool, thanks for the heads up! Looks like we can use the `instance_requirements` block on the launch template to make use of this feature. https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template#instance-requirements The `aws_launch_template` resource says...

@jtdoepke if you want to test this out, please take a look at the draft PR #120

@sanarena could this be merged?

@dudymas couldn't that be done by attaching an ssm iam policy to the iam role created by this module?

This is a good idea. Thanks for creating an issue. Some examples of supporting [advanced_backup_setting](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/backup_plan#advanced_backup_setting) https://github.com/rkferreira/terraform/blob/66a0b4468a492f6d4b7830d942c07422be202b3f/tf-shared-env/modules/aws-backup/main.tf#L44 https://github.com/umotif-public/terraform-aws-backup/blob/a02a7c3d1cd5e47ec6f3ae7025fa41db09ad760e/main.tf#L54 If time permits, we can create a pull request but if you'd like...

@mkozal were you able to test this out ?

@nightspotlight I put `0.14.0` as a pre-release. Could you test the PR branch in #45 and see if it works for you ? If not, then we may have to...