Mark Baird

Results 12 comments of Mark Baird

The script already does this doesn't it? It uses the AWS CLI which will make use of the IAM role on the EC2 instance if one is assigned and no...

I just upgraded to the latest 1.5.5 (beta) release, and I'm still seeing this issue.

This issue is still present in the latest version. Please don't close the issue until it is fixed.

This issue is still present in the latest version. I just installed the latest beta (version 1.5.8) and tested it. It still shows `9` unread messages when I have `0`,...

I have the same question. Is this project abandoned?

I see this issue is stale and in danger of being closed. I think this is a much needed feature that needs to be added.

@jacobbednarz I highly disagree with you marking this issue as "completed" just because you are also tracking it in another system now. Especially since you indicate you may not even...

@elasticdotventures I don't see any reason to change this. Terraform is following the AWS API here exactly. If it is confusing, that is Amazon's issue, not Terraform's. The names should...

I'm also seeing this. I would add that you can't set the transit encryption port value to `0` in Terraform. It seems to store it as `0` internally when the...

> Try to explicitly specify transit_encryption_port = null. @ragumix I've done that before. The value is stored as 0 in the state file when the value `null` is specified. That...