Javier Domingo Cansino

Results 59 comments of Javier Domingo Cansino

Report in salt repo https://github.com/saltstack/salt/issues/47126

If anyone is looking for this plugin's last build, I have a branch in https://github.com/txomon/black-pycharm/tree/feature/upgrade-and-gradle based on #13 that you can use to build the plugin. This file contains the...

Hey! I have used your commits and refactored some stuff in https://github.com/txomon/black-pycharm/tree/feature/upgrade-and-gradle Specifically, I'm dropping the `.idea/` folder which shouldn't be part of the repo (it's coupling the development environment...

You can maybe from the client, classify them by backend using URIs, but you need to know prefixbackend mapping... Maybe using some sort of filter you could say to just...

Supporting both is too nut? I mean, at the end is to match both of them against the begining of a string, isn't it?

It seems like you have added an alias to the provider (`eks`) and aren't using it in the manifest provider. ```diff resource "kubernetes_manifest" "customresourcedefinition_targetgroupbindings_elbv2_k8s_aws" { + provider = kubernetes.eks manifest...

Can you clarify if you mean using a `depends_on` dependency as opposed to just referencing other resource for values?

This is a terraform limitation, not specific to kubernetes. The limitation comes from not having all the data required at planning stage. Another example of this limitations would be planning...