-
**Terraform Version Info:**
terraform -version
```
Your version of Terraform is out of date! The latest version
is 0.13.5. You can update by downloading from https://www.terraform.io/downloads…
-
### Terraform Version
Currently running terraform v0.12.18.
### Terraform Configuration Files
```hcl
//
// This is my main.tf with my module consumer
//
module "dummy" {
source = "…
kmott updated
4 years ago
-
Does the target machine need to have the same key as the controller/worker machines? How do I tell Boundry which key to use when it wants to connect to a target machine? Thank you in advance
-
**Describe the bug**
When I try to specify boot_device_order_list for a VM it causes Terraform crash.
```
boot_device_order_list = ["DISK","CDROM"]
```
**Expected behavior**
I expect the VM to…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
Hi, I'm new to your provider and configured the same way you have in the example.
Versions:
mac OSX 10.15.5
provider version: 1.1.3 and 1.1.4
main.tf:
```
provider "logzio" {
api_token =…
r1ckr updated
4 years ago
-
rpc error: code = Unavailable desc = transport is closing
Maybe it's VRA but maybe not !!! :)
terraform version : Terraform v0.12.29
plugin vra7 version : plugin.terraform-provider-vra7_v2.0.1
…
-
### Terraform Version: 0.13.4
### vSphere Provider Version: 1.24.2
### Affected Resource(s)
- `vsphere_virtual_machine`
### Terraform Configuration Files
```hcl
terraform {
requir…
-
### Terraform Version
```
terraform --version
Your version of Terraform is out of date! The latest version
is 0.13.2. You can update by downloading from https://www.terraform.io/downloads.ht…
-
**Describe the bug**
When adding a host from the host set, the host is created but there is no relation to host set created in the database.
The host set will always be empty if its created from…