Danny Kulchinsky

Results 63 comments of Danny Kulchinsky

I see, well... even if you had this data source I don't think you can use that, since terraform provider configuration section doesn't support interpolation. how did you want to...

potentially, the provider may query for the active device before each CRUD operation and determine which device to use for the actual CRUD API call. This would however make things...

f5devcentral go-bigip is the one this project is based on, it was forked a while abck and diverged quite a bit, but it's the place for this provider.

no argument on that from my end, but I can't really provide the background why it was necessary to fork the original project which is still under active development, surely...

@spirrello really difficult to understand the output you've pasted, but this seems like you might have some connectivity issue between the machine running terraform and bigip. are you able to...

> I've verified that the LTM is taking approximately 9 seconds to respond after the TLS handshake 9 seconds for a TLS handshake is an awful lot of time... this...

I'm assuming you are not using automatic sync? If you use [Terragrunt](https://github.com/gruntwork-io/terragrunt) you can add an [After-Hook](https://github.com/gruntwork-io/terragrunt#before-and-after-hooks) to run a Sync command. Additionally you can setup provider aliases to point...

My statement above is inaccurate, @scottdware's repo is indeed in active development (I was thinking about the alternative provider --> https://github.com/DealerDotCom/terraform-provider-bigip), sorry about that. To be honest, I don't know...

Well.. I don't know what is the roadmap or when all that is going to happen, in the meantime it's rather impossible to work with the `go-bigip` library as-is... `most...

Alright, that's all interesting but still doesn't really explain how this is going to work with Terraform. SS--> We will have something like that for AS3 resource, which will be...