Adrian Todorov
Adrian Todorov
### Do you want to request a *feature* or report a *bug*? Feature ( the lack thereof, or at least the lack of clarity around it in the docs could...
### Terraform Version 0.14.6 ### vSphere Provider Version 1.24.3 ### Affected Resource(s) - `vsphere_virtual_machine` ### Terraform Configuration Files ```hcl resource "vsphere_virtual_machine" "vm" { name = var.name num_cpus = var.cpu memory...
### Description Currently, the provider manages custom attributes via their id, like so: ```hcl custom_attributes = map( data.vsphere_custom_attribute.project.id, "web", data.vsphere_custom_attribute.env.id, "prod", data.vsphere_custom_attribute.role.id, "api" ) ``` That's OK in itself, unless...
Hi, First, great work! I've been playing around, and i seem to be unable to add a custom field from the Chrome extension(can't try it from the Web Vault because,...
https://github.com/vmware/govmomi/tree/master/vcsim https://godoc.org/github.com/vmware/govmomi/simulator
Currently Nomad supports defining a [kill signal](https://www.nomadproject.io/docs/job-specification/task#kill_signal), and it'd be pretty useful to be able to define pre- and stop/kill actions/commands ( we can already do post-stop via tasks with...
### Description Update client counting FAQ to reflect changes in the Nomad integration and in how Vault counts non-entity tokens. (Can't update the labels, but this applies to all recent...
The card no longer works since a few months ago, apparently due to a change in IDFM's API, which now requires auth. Console error of the IDFM card: ``` idfm-card.js?hacstag=304730169006:147...
### What does this PR do? Adds a few more details to the Nomad configuration provider on how to use the Nomad Task API + Task Workload identity for an...