kiranchavala

Results 53 comments of kiranchavala

@AlexanderKgr Currently the option to specify the mac address is not present in terraform https://registry.terraform.io/providers/cloudstack/cloudstack/latest/docs/resources/nic its possible via API call https://cloudstack.apache.org/api/apidocs-4.19/apis/addNicToVirtualMachine.html Will mark it as a improvement request

@poddm could you please help in resolving the conflicts

@btzq Thanks for reporting the issue Will, mark it as an improvement request to support description parameter to acl rule https://registry.terraform.io/providers/cloudstack/cloudstack/latest/docs/resources/network_acl_rule

@CodeBleu I am planning to cut 0.5 RC 1 and start the voting process on April 1st

@vishesh92 Need to add networkid parameter to the "resource_cloudstack_network_acl" https://cloudstack.apache.org/api/apidocs-4.19/apis/createNetworkACL.html https://github.com/apache/cloudstack-go/blob/main/cloudstack/NetworkACLService.go When i performed the changes getting a build error ``` "network_id": { Type: schema.TypeString, Optional: true, ForceNew: true, },...

Hi @adidiborg Currently, it's not possible to get the meta_data variable for a registered user data. You can create a improvement request

My use case is to fetch the Kubernetes config file as data source

Thanks @btzq for raising the issue. I will cross check the issue and see the feasibility of including it in the future releases

@vishesh92 We need to add the parameter "overridediskofferingid" to the resource cloudstack_instance https://cloudstack.apache.org/api/apidocs-4.19/apis/deployVirtualMachine.html https://github.com/apache/cloudstack-terraform-provider/blob/main/cloudstack/resource_cloudstack_instance.go https://github.com/apache/cloudstack-go/blob/main/cloudstack/VirtualMachineService.go#L40 When I added the following code and try to build it locally getting the following...