nozaq

Results 17 comments of nozaq

@php-workx Thank you for your suggestion! The goal is to create one multi-region CMK for encrypting SNS topics across all regions, but it requires the AWS provider to suppor multi-region...

@tomi-bigpi Thanks for the information, noted📝 There should be the way to opt-out the topic encryption even if we set a default encryption key.

@lorengordon Mapping different regions to aliases should just work because this module setup same resources for aliased providers. I'm afraid additiing aliased providers for those partitions, however, would be troublesome...

@WTPascoe Thank you for reporting the issue. README.md contains relative links which were assumed be rendered on GitHub. Thus when rendered on Terraform Registry, these links were broken due to...

Thank you for the report. Hmm, it couldn't be reproduced on my side. I tried `terraform apply` then `terraform destroy` in my testing account, but that was successful without any...

@mtunstill Thank you for fixing issues on Amazon Linux 2 (and a typo as well :p)! I'll check if these changes are compatible on both Amazon Linux 1 & 2....

@jwwerpy Thanks for reporting this. I guess thorough check would be needed since the CIS benchmark itself was not created with ARM instances in mind... :/

@spkane Thank you for your proposal :) Terraform only accepts literal values for lifecycle settings ([official doc](https://www.terraform.io/language/meta-arguments/lifecycle#literal-values-only)), so unfortunately we can't easily switch them with variables. Given that, we should...

@ZelphirKaltstahl When you call [Position#make_move()](https://nozaq.github.io/shogi-rs/shogi/position/struct.Position.html#method.make_move) and the resulting position after the move is invalid, it returns [MoveError](https://nozaq.github.io/shogi-rs/shogi/error/enum.MoveError.html). You can detect checkmate and repetition using this result as follows. ### 1....

Hi @jarrettj , thanks for reporting the issue. It seems the error happed because 0.0.1 was designed for Terraform 0.11 or lower. I've pushed a new version(0.1.1) which upgraded codebase...