Desmond Kirrane
Desmond Kirrane
**Issue:** My topic has a message with a String key set the `"1"`. When I set my connector to `"key.ignore": "false"` the Elasticsearch document id is: - `"_id" : """"1""""`...
**Query/Question** I'm looking at client side encryption. https://docs.microsoft.com/en-us/azure/storage/common/storage-client-side-encryption-java Is there any documentation on how to setup the Azure SDK to be FIPS compliant? We use BouncyCastle FIPS - BCFIPS. ***Why...
The Ubuntu 20 [AutoInstall](https://wiki.ubuntu.com/FoundationsTeam/AutomatedServerInstalls) has an option to provide the autoinstall config using nocloud data source. https://cloudinit.readthedocs.io/en/latest/topics/datasources/nocloud.html For this option filesystem volume label must be `cidata` or `CIDATA`. Is their...
Is there any `vsphere-iso` example for creating a vm from an ISO and Kickstart file.
I hit this vsphere-clone error **VM has multiple disks** Using - packer `1.3.3` - packer-builder-vsphere `v2.3` - VMware vSphere 6.5.0, 10719125 ``` 2019/01/11 13:55:52 [INFO] (telemetry) Starting builder vsphere-clone 2019/01/11...
What's the `boot_command` for Centos 7 on vSphere 6.5? I'm trying the following but hit the error `vsphere-iso: Step "StepBootCommand" failed?` ``` "iso_paths": [ "[Datastore1] ISOs/CentOS-7-x86_64-Minimal-1708.iso" ], "floppy_files": [ "kickstart/ks.cfg"...
Does `go-tfe` support the Force Execute option? https://www.terraform.io/docs/cloud/api/run.html#forcefully-execute-a-run I couldn't see an option in run.go https://github.com/hashicorp/go-tfe/blob/master/run.go#L18
For a Speculative Plan I'd like to add a comment. However, [RunCreateOptions ](https://github.com/hashicorp/go-tfe/blob/0c9b270bfaefe4576eacc08e003e42669d7fd6df/run.go#L198) doesn't provide an option. I can set a comment for [Apply](https://github.com/hashicorp/go-tfe/blob/0c9b270bfaefe4576eacc08e003e42669d7fd6df/run.go#L314) but not for Runs that are...
Add support to the `tfe_workspace` resource to allow locking the workspace. Currently, it looks like this is only possible via the Terraform Cloud UI.
##### SUMMARY `azure_rm_postgresqlfirewallrule` `auth_source` `cli` no longer working ##### ISSUE TYPE ``` fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "Error retrieving resource group my-rg - Could not retrieve credential from...