Deepak Selvakumar

Results 18 comments of Deepak Selvakumar

Hi @Nashluffy , data source for subnet contains ID attribute. ``` data "ibm_is_subnet" "subnet" { identifier = "*******" } ``` this fetches the details of the subnet and also has...

@Nashluffy `id` is in the list of attributes https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/is_subnet#id

@powellquiring thanks for reporting. fix is on its way

Updated the code to handle the scenario where access_tag is not available

``` $ make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISIKEPolicy_basic' === RUN TestAccIBMISIKEPolicy_basic --- PASS: TestAccIBMISIKEPolicy_basic (63.45s) PASS ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc 65.178s ```

Hi @Nashluffy are we good to close this issue ?

Confidential compute is a Beta feature and is not supported in terraform. It will be supported when the feature is available as GA

> > Confidential compute is a Beta feature and is not supported in terraform. It will be supported when the feature is available as GA > > What about Secure...

@shreejam21 Select availability by the end of second quarter and terraform should be available around the same timeframe. @sumitkumartiwari