Olivier Bourdon

Results 58 comments of Olivier Bourdon

@yourbuddyconner please have a look at https://github.com/obourdon/blast-radius/commit/2ed019146a3910315d701b20850e9050af1d0c43 which should fix your issue

@mattsawyer77 I found it very difficult to run this great piece of software which is blast-radius natively on my systems due to all these messy environments where python versions and...

Please note that the only "messy part" with docker container, can be if, like me, you are using remote states (S3 bucket+DynamoDB locks) as you'll have to pay close attention...

@yourbuddyconner very good analysis (and usage of .aws bind mount) and I guess the error comes from [this line in the pyhcl module](https://github.com/virtuald/pyhcl/blob/d7228a86e2c6ca4b918e02733a9d48c80f8c619b/src/hcl/parser.py#L309) which has already been reported as [issue...

Indeed this is th only way to go. [See this link for my successful implementation](https://github.com/obourdon/blast-radius/commits/hcl2)

@red8888 most probably due to a bug/limit in py-hcl module like for [this other issue](https://github.com/28mm/blast-radius/issues/63)

@bflad many thanks for your comments. I indeed considered using this but it did not seem to fit what I was trying to achieve because I don't want the test...

Sorry I did not had a look back at this earlier on I'll give your solution a try soon. Thanks for the details

@NesooseN please have a look at [my very short modification](https://github.com/obourdon/owncloud-registration/commit/6a271eecf5c88798b4ccc95786999fd43cb24efb)