David Dymko

Results 59 comments of David Dymko

Hey @axos88 We want to keep all of the available crude actions as their own CLI command. As for removing the recordIDs those are the unique identifiers for the API...

@axos88 Definitely the better approach would be to create a new command in the CLI 👍 I may not have time to get to making this enhancement anytime soon. So...

We are looking into adding support for interacting with buckets but we do not have a set release on this

@johnrichardrinehart Yeah definitely! I haven't had time to sit down and implement this. For the bucket interaction we would have to use https://github.com/aws/aws-sdk-go

@Bager133 We will look into this for you

@Bager133 Looking at what you posted it looks like you are encapsulating an array into another array You have `vultr_ssh_keys = [data.vultr_ssh_key_key.prod, data.vultr_ssh_key.main_env]` which you then pass off to `ssh_key_ids...

@Bager133 Updating SSH keys on an existing instance will force a replacement. You can't add new ssh keys to existing server

@Bager133 reopening I misunderstood the initial problem

@collinsmuriuki @Bager133 It's recommended to go with `ignore_changes` for the time being. We will have to look at the API and see if we can return SSH keys on the...