Emiliano Spinella

Results 13 comments of Emiliano Spinella

Hi, I bumped into the same issue while injecting an SSH key into a kubernetes_manifest resource: ``` resource "tls_private_key" "ssh_key" { algorithm = "RSA" rsa_bits = 4096 } resource "kubernetes_manifest"...

@dc232 Thanks for your reply. I have tried the two options and both of them return the same error: `unmarshaling unknown values is not supported`. Removing yamldecode() ``` Error: Failed...

Hello @alisondy could you approve this PR? thanks

> If you want to practice submitting your Pull Request on demand, please do so in the [remote](https://github.com/kubernetes-sigs/contributor-playground/tree/master/remote) directory :) Hi, sorry I don't get it. Is there anything I...

hi @jberkus, could you approve? is there anything else I should correct/do? thanks

@ziyi-xie thanks, I have made the change you suggested. I am a little lost with this, should I now wait for somebody to approve and merge this PR? Thanks