Dainius

Results 24 issues of Dainius

### SDK version ``` 2.1.0 ``` ### Relevant provider source code Main point here is Taint in Steps 2 and 3 ```go Steps: []resource.TestStep{ // Step 1 resource.TestStep{ Config: configTextVM,...

bug
subsystem/tests

### SDK version ``` { "Path": "github.com/hashicorp/terraform-plugin-sdk", "Version": "v1.6.0" } ``` Occurs on 1.5.0 as well. ### Relevant provider source code ```go resource.ParallelTest(t, resource.TestCase{ ``` https://github.com/Didainius/terraform-provider-fake/blob/test-race-condition/fake/resource_fake_one_test.go#L10 ### Terraform Configuration Files...

bug
subsystem/tests

The goal is to improve VM Create code and: * Remove unnecessary power on/power off cycles during VM spinup which should improve guest customization experience * Simplify legacy code which...

test-failed:acc

Attaching direct org network to `vcd_vapp_vm` with incorrect IP gives non informative error. Such HCL definition ```hcl resource "vcd_vapp_vm" "web1" { # ... network { type = "org" name =...

bug

Terraform 0.12.6 so far, but version shouldn't matter. Steps to reproduce 1. `terraform apply` for the following config ```hcl resource "vcd_vapp_vm" "web" { org = "${var.vcd_org}" vdc = "${var.vcd_vdc}" count...

bug

* `TestAccVcdNsxVdcGroupResources` test import of sometimes fails due to `vcd_nsxt_ipsec_vpn_tunnel` changing states as the test progresses. The solution is to ignore validation of these fields on import test. ``` ===...

test-running:acc

Would be great to avoid running Google Analytics when creating content locally with `hugo`. Proposing this based on the discussion: here https://github.com/gohugoio/hugo/issues/7422#issuecomment-648977676 and here https://discourse.gohugo.io/t/how-to-exclude-google-analytics-when-running-under-hugo-local-server/6092/34 Excerpt from Hugo docs: https://gohugo.io/variables/site/...

### Discussed in https://github.com/vmware/terraform-provider-vcd/discussions/1227 Originally posted by **AlexDubel** March 21, 2024 Hi, guys, In my organization, I have eight networks and two vApps, some of which are connected to the...

It becomes very tricky to track logs when a lot of requests are going in parallel. This PR utilizes new functionality in SDK that helps log correlation. https://github.com/vmware/go-vcloud-director/pull/656

### Discussed in https://github.com/vmware/terraform-provider-vcd/discussions/1230 Originally posted by **josajunior81** March 21, 2024 I'm working with the Load Balancer and I can't find a resource to manipuate the ALB Polices to configure...