MalarvizhiK

Results 16 comments of MalarvizhiK

@hkantare As mentioned earlier, VLAN tagging enablement for DL dedicated feature is GAed. We want to publish the terraform code for the same.

Output from acceptance testing: ``` malark@Malars-MacBook-Pro terraform-provider-ibm % make testacc TEST=./ibm/service/directlink TESTARGS='-run=TestAccIBMDLGatewayVC_basic' ==> Checking that code complies with gofmt requirements... .... === RUN TestAccIBMDLGatewayVC_basic Create Gateway ....0 VLAN Value Create...

Output from acceptance testing ``` malark@Malars-MacBook-Pro terraform-provider-ibm % make testacc TEST=./ibm/service/directlink TESTARGS='-run=TestAccIBMDLGatewayConnect_basic' ==> Checking that code complies with gofmt requirements... === RUN TestAccIBMDLGatewayConnect_basic Create Gateway ....--- PASS: TestAccIBMDLGatewayConnect_basic (649.04s) PASS...

Output from acceptance testing ``` malark@Malars-MacBook-Pro terraform-provider-ibm % make testacc TEST=./ibm/service/directlink TESTARGS='-run=TestAccIBMDLGateway_basic' ==> Checking that code complies with gofmt requirements... === RUN TestAccIBMDLGateway_basic Create Gateway ....0 VLAN Value Create 0...

Resource block results ``` malark@Malars-MacBook-Pro dl-test % terraform apply Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create...

Data block results ``` data "ibm_dl_gateway" "test_dl_gateway" { name = ibm_dl_gateway.test_dl_gateway_new.name } output "dl_instances" { value = data.ibm_dl_gateway.test_dl_gateway } Outputs: dl_instances = { as_prepends = [] bgp_asn = 64999 bgp_cer_cidr...