n2N8Z

Results 10 comments of n2N8Z

I see now this has been raised before #100 . The link in the comments https://json-schema.org/understanding-json-schema/reference/string.html#format point out that format only applies to string types, which would make AWS's schema...

@DBarthe @elyscape these regexes delete the fractional seconds, which doesn't address the problem reported in this issue. Using these modified timestamps in a sort_by will result in incorrect order.

and now 8.9 ``` $ aws ssm get-deployable-patch-snapshot-for-instance --instance-id i-abcdef --snapshot-id $(uuidgen) An error occurred (UnsupportedOperatingSystem) when calling the GetDeployablePatchSnapshotForInstance operation: ```

The Potential Terraform Configuration should be without directory_id, because you don't need the filters if you already have the id. ``` data "aws_directory_service_directory" "managed_ad" { filter { name = "tag:Name"...

This is important, because billing is accrued to the ENI, and without tagging on the ENI, costs can't be attributed appropriately.

Same error using 0.13.5 on linux_amd64 deleted ~/go and rebuilt, but same error. ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0...

Can you suggest some places where printf statements would be useful, and of which variables ?

Downgrading github.com/hashicorp/[email protected] to github.com/hashicorp/[email protected] lets me lock the state file with Terraform 0.13.5. Running tflock when the state file is already locked results in the same error as reported above....

For me it actually works sometimes and not others, so some temporal, or race condition is going on. Try running it several times, on the ones where it crashed. This...

create: https://github.com/influxdata/influx-cli/blob/85a33adf71b078a2099ab76c64f2adb04545efad/cmd/influx/task.go#L42 update: https://github.com/influxdata/influx-cli/blob/85a33adf71b078a2099ab76c64f2adb04545efad/cmd/influx/task.go#L177