Re: [PR] fix: implement Read/Update/Delete for stub resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
vishesh92 commented on code in PR #285: URL: https://github.com/apache/cloudstack-terraform-provider/pull/285#discussion_r2910106625 ## cloudstack/resource_cloudstack_disk_offering.go: ## @@ -72,8 +73,59 @@ func resourceCloudStackDiskOfferingCreate(d *schema.ResourceData, meta

Re: [PR] fix: implement Read/Update/Delete for stub resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
vishesh92 commented on code in PR #285: URL: https://github.com/apache/cloudstack-terraform-provider/pull/285#discussion_r2910114454 ## cloudstack/resource_cloudstack_account.go: ## @@ -37,26 +37,32 @@ func resourceCloudStackAccount() *schema.Resource {

Re: [PR] fix: implement Read/Update/Delete for stub resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
vishesh92 commented on code in PR #285: URL: https://github.com/apache/cloudstack-terraform-provider/pull/285#discussion_r2910106625 ## cloudstack/resource_cloudstack_disk_offering.go: ## @@ -72,8 +73,59 @@ func resourceCloudStackDiskOfferingCreate(d *schema.ResourceData, meta

Re: [PR] fix: implement Read/Update/Delete for stub resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
Copilot commented on code in PR #285: URL: https://github.com/apache/cloudstack-terraform-provider/pull/285#discussion_r2910122910 ## cloudstack/resource_cloudstack_disk_offering.go: ## @@ -72,8 +73,59 @@ func resourceCloudStackDiskOfferingCreate(d *schema.ResourceData, meta i

Re: [PR] fix: implement Read/Update/Delete for stub resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
vishesh92 commented on code in PR #285: URL: https://github.com/apache/cloudstack-terraform-provider/pull/285#discussion_r2910145356 ## tests/comprehensive/versions.tf: ## @@ -0,0 +1,9 @@ +terraform { + required_providers { +cloudstack = { + source = "local/cloudstac

Re: [PR] Use ergochat/readline [cloudstack-cloudmonkey]

2026-03-10 Thread via GitHub
vishesh92 commented on code in PR #199: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/199#discussion_r2910663269 ## vendor/golang.org/x/text/LICENSE: ## Review Comment: This is not an issue as per https://issues.apache.org/jira/browse/LEGAL-718 -- This is

Re: [PR] Unnecessary requirement for `project` in resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
Copilot commented on code in PR #280: URL: https://github.com/apache/cloudstack-terraform-provider/pull/280#discussion_r2910254578 ## cloudstack/resource_cloudstack_instance.go: ## @@ -516,6 +541,11 @@ func resourceCloudStackInstanceRead(d *schema.ResourceData, meta interface{

Re: [PR] Unnecessary requirement for `project` in resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
vishesh92 commented on PR #280: URL: https://github.com/apache/cloudstack-terraform-provider/pull/280#issuecomment-4029736425 @bhouse-nexthop can you check Copilot's comments? I have started the acceptance tests for this PR. -- This is an automated message from the Apache Git Service. To

Re: [PR] Add IPv6 support to cloudstack_network resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
Copilot commented on code in PR #282: URL: https://github.com/apache/cloudstack-terraform-provider/pull/282#discussion_r2910363546 ## cloudstack/resource_cloudstack_network.go: ## @@ -471,3 +536,61 @@ func parseCIDR(d *schema.ResourceData, specifyiprange bool) (map[string]stri

Re: [PR] Add bypassvlanoverlapcheck parameter to cloudstack_private_gateway [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
Copilot commented on code in PR #283: URL: https://github.com/apache/cloudstack-terraform-provider/pull/283#discussion_r2910362091 ## website/docs/r/private_gateway.html.markdown: ## @@ -51,6 +65,11 @@ The following arguments are supported: * `vpc_id` - (Required) The VPC ID i

Re: [PR] Network ACL Rules modifications cause churn due to being a TypeList [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
Copilot commented on code in PR #281: URL: https://github.com/apache/cloudstack-terraform-provider/pull/281#discussion_r2910363620 ## cloudstack/resource_cloudstack_network_acl_rule.go: ## @@ -596,87 +843,108 @@ func resourceCloudStackNetworkACLRuleRead(d *schema.ResourceData,

Re: [PR] Add nexthop parameter to cloudstack_static_route resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
Copilot commented on code in PR #284: URL: https://github.com/apache/cloudstack-terraform-provider/pull/284#discussion_r2910366844 ## cloudstack/resource_cloudstack_static_route.go: ## @@ -58,11 +75,20 @@ func resourceCloudStackStaticRouteCreate(d *schema.ResourceData, meta in

Re: [PR] Add nexthop parameter to cloudstack_static_route resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
weizhouapache commented on code in PR #284: URL: https://github.com/apache/cloudstack-terraform-provider/pull/284#discussion_r2910983358 ## cloudstack/provider_test.go: ## @@ -145,3 +148,50 @@ func testAccPreCheck(t *testing.T) { t.Fatal("CLOUDSTACK_SECRET_KEY m

Re: [PR] add support for enabling delete protection [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
vishesh92 commented on code in PR #268: URL: https://github.com/apache/cloudstack-terraform-provider/pull/268#discussion_r2910928649 ## cloudstack/resource_cloudstack_instance.go: ## @@ -249,6 +249,12 @@ func resourceCloudStackInstance() *schema.Resource {

Re: [PR] feat: Update `resource_cloudstack_security_group` to allow `domainid` or `projectid` [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
vishesh92 commented on code in PR #262: URL: https://github.com/apache/cloudstack-terraform-provider/pull/262#discussion_r2910994084 ## cloudstack/resource_cloudstack_security_group.go: ## @@ -51,7 +51,20 @@ func resourceCloudStackSecurityGroup() *schema.Resource {

Re: [PR] Add bypassvlanoverlapcheck parameter to cloudstack_private_gateway [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #283: URL: https://github.com/apache/cloudstack-terraform-provider/pull/283#discussion_r2911088574 ## website/docs/r/private_gateway.html.markdown: ## @@ -51,6 +65,11 @@ The following arguments are supported: * `vpc_id` - (Required) The V

Re: [PR] Add bypassvlanoverlapcheck parameter to cloudstack_private_gateway [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bradh352 commented on code in PR #283: URL: https://github.com/apache/cloudstack-terraform-provider/pull/283#discussion_r2911085298 ## cloudstack/resource_cloudstack_private_gateway.go: ## @@ -85,6 +85,12 @@ func resourceCloudStackPrivateGateway() *schema.Resource {

Re: [PR] Network ACL Rules modifications cause churn due to being a TypeList [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
vishesh92 commented on PR #281: URL: https://github.com/apache/cloudstack-terraform-provider/pull/281#issuecomment-4030533291 @bhouse-nexthop Thanks for the PR. Can you check the comments on the PR? -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] feat: Update `resource_cloudstack_security_group` to allow `domainid` or `projectid` [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
Copilot commented on code in PR #262: URL: https://github.com/apache/cloudstack-terraform-provider/pull/262#discussion_r2911014084 ## cloudstack/resources.go: ## @@ -162,6 +162,19 @@ func setProjectid(p cloudstack.ProjectIDSetter, cs *cloudstack.CloudStackClient, retur

Re: [PR] Add IPv6 support to cloudstack_network resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #282: URL: https://github.com/apache/cloudstack-terraform-provider/pull/282#discussion_r2912482625 ## cloudstack/resource_cloudstack_network.go: ## @@ -471,3 +536,61 @@ func parseCIDR(d *schema.ResourceData, specifyiprange bool) (map[stri

Re: [PR] Add IPv6 support to cloudstack_network resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #282: URL: https://github.com/apache/cloudstack-terraform-provider/pull/282#discussion_r2912474910 ## cloudstack/resource_cloudstack_network.go: ## @@ -471,3 +536,61 @@ func parseCIDR(d *schema.ResourceData, specifyiprange bool) (map[stri

Re: [PR] Add IPv6 support to cloudstack_network resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #282: URL: https://github.com/apache/cloudstack-terraform-provider/pull/282#discussion_r2912488478 ## cloudstack/resource_cloudstack_network.go: ## @@ -306,6 +358,19 @@ func resourceCloudStackNetworkRead(d *schema.ResourceData, meta inter

Re: [PR] Add IPv6 support to cloudstack_network resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #282: URL: https://github.com/apache/cloudstack-terraform-provider/pull/282#discussion_r2912495755 ## cloudstack/resource_cloudstack_network_test.go: ## @@ -165,6 +172,75 @@ func TestAccCloudStackNetwork_importProject(t *testing.T) {

Re: [PR] Add IPv6 support to cloudstack_network resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on PR #282: URL: https://github.com/apache/cloudstack-terraform-provider/pull/282#issuecomment-4032196908 @vishesh92 I addressed all Copilot review comments, can you please re-request review to make sure it looks ok? -- This is an automated message from the Apach

Re: [PR] Network ACL Rules modifications cause churn due to being a TypeList [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #281: URL: https://github.com/apache/cloudstack-terraform-provider/pull/281#discussion_r2912337052 ## website/docs/r/network_acl_rule.html.markdown: ## @@ -127,6 +127,61 @@ resource "cloudstack_network_acl_rule" "web_server" { descrip

Re: [PR] Network ACL Rules modifications cause churn due to being a TypeList [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #281: URL: https://github.com/apache/cloudstack-terraform-provider/pull/281#discussion_r2912359049 ## cloudstack/resource_cloudstack_network_acl_rule.go: ## @@ -187,6 +188,75 @@ func resourceCloudStackNetworkACLRule() *schema.Resource {

Re: [PR] Network ACL Rules modifications cause churn due to being a TypeList [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #281: URL: https://github.com/apache/cloudstack-terraform-provider/pull/281#discussion_r2912363498 ## cloudstack/resource_cloudstack_network_acl_rule.go: ## @@ -202,6 +272,159 @@ func resourceCloudStackNetworkACLRule() *schema.Resource {

Re: [PR] Network ACL Rules modifications cause churn due to being a TypeList [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #281: URL: https://github.com/apache/cloudstack-terraform-provider/pull/281#discussion_r2912366996 ## cloudstack/resource_cloudstack_network_acl_rule.go: ## @@ -596,87 +843,108 @@ func resourceCloudStackNetworkACLRuleRead(d *schema.Resour

Re: [PR] Network ACL Rules modifications cause churn due to being a TypeList [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #281: URL: https://github.com/apache/cloudstack-terraform-provider/pull/281#discussion_r2912370036 ## cloudstack/resource_cloudstack_network_acl_rule_test.go: ## @@ -251,6 +252,369 @@ func testAccCheckCloudStackNetworkACLRuleDestroy(s *te

Re: [PR] Network ACL Rules modifications cause churn due to being a TypeList [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #281: URL: https://github.com/apache/cloudstack-terraform-provider/pull/281#discussion_r2912337052 ## website/docs/r/network_acl_rule.html.markdown: ## @@ -127,6 +127,61 @@ resource "cloudstack_network_acl_rule" "web_server" { descrip

Re: [PR] Add IPv6 support to cloudstack_network resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #282: URL: https://github.com/apache/cloudstack-terraform-provider/pull/282#discussion_r2912795485 ## cloudstack/resource_cloudstack_network.go: ## @@ -471,3 +530,88 @@ func parseCIDR(d *schema.ResourceData, specifyiprange bool) (map[stri

Re: [PR] Add IPv6 support to cloudstack_network resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #282: URL: https://github.com/apache/cloudstack-terraform-provider/pull/282#discussion_r2912789902 ## cloudstack/resource_cloudstack_network_unit_test.go: ## @@ -0,0 +1,236 @@ +// +// Licensed to the Apache Software Foundation (ASF) under

Re: [PR] Add IPv6 support to cloudstack_network resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #282: URL: https://github.com/apache/cloudstack-terraform-provider/pull/282#discussion_r2912793847 ## cloudstack/resource_cloudstack_network.go: ## @@ -471,3 +530,88 @@ func parseCIDR(d *schema.ResourceData, specifyiprange bool) (map[stri

Re: [PR] Add IPv6 support to cloudstack_network resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on PR #282: URL: https://github.com/apache/cloudstack-terraform-provider/pull/282#issuecomment-4032589289 @vishesh92 ok, addressed those additional comments. Hopefully everything is clean this time! -- This is an automated message from the Apache Git Service. To

Re: [PR] Unnecessary requirement for `project` in resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #280: URL: https://github.com/apache/cloudstack-terraform-provider/pull/280#discussion_r2912190411 ## cloudstack/resource_cloudstack_instance.go: ## @@ -516,6 +541,11 @@ func resourceCloudStackInstanceRead(d *schema.ResourceData, meta int

Re: [PR] Unnecessary requirement for `project` in resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #280: URL: https://github.com/apache/cloudstack-terraform-provider/pull/280#discussion_r2912193295 ## website/docs/r/network_acl.html.markdown: ## @@ -30,7 +53,8 @@ The following arguments are supported: new resource to be created.

Re: [PR] Unnecessary requirement for `project` in resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #280: URL: https://github.com/apache/cloudstack-terraform-provider/pull/280#discussion_r2912211762 ## cloudstack/resource_cloudstack_network_acl_test.go: ## @@ -110,6 +133,19 @@ func testAccCheckCloudStackNetworkACLBasicAttributes(

Re: [PR] Unnecessary requirement for `project` in resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on PR #280: URL: https://github.com/apache/cloudstack-terraform-provider/pull/280#issuecomment-4031893922 > @bhouse-nexthop can you check Copilot's comments? I have started the acceptance tests for this PR. done, can you re-request copilot review to validate?

Re: [PR] Unnecessary requirement for `project` in resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #280: URL: https://github.com/apache/cloudstack-terraform-provider/pull/280#discussion_r2912199921 ## website/docs/r/port_forward.html.markdown: ## @@ -25,6 +27,38 @@ resource "cloudstack_port_forward" "default" { } ``` +### Port Forwa

Re: [PR] Unnecessary requirement for `project` in resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #280: URL: https://github.com/apache/cloudstack-terraform-provider/pull/280#discussion_r2912195429 ## website/docs/r/ipaddress.html.markdown: ## @@ -35,7 +86,10 @@ The following arguments are supported: acquired and associated. Changin

Re: [PR] Add nexthop parameter to cloudstack_static_route resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #284: URL: https://github.com/apache/cloudstack-terraform-provider/pull/284#discussion_r2912666781 ## cloudstack/provider_test.go: ## @@ -145,3 +148,50 @@ func testAccPreCheck(t *testing.T) { t.Fatal("CLOUDSTACK_SECRET_KEY

Re: [PR] Add nexthop parameter to cloudstack_static_route resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #284: URL: https://github.com/apache/cloudstack-terraform-provider/pull/284#discussion_r2912684102 ## cloudstack/resource_cloudstack_static_route_test.go: ## @@ -42,6 +42,32 @@ func TestAccCloudStackStaticRoute_basic(t *testing.T) {

Re: [PR] Add nexthop parameter to cloudstack_static_route resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #284: URL: https://github.com/apache/cloudstack-terraform-provider/pull/284#discussion_r2912673192 ## website/docs/r/static_route.html.markdown: ## @@ -12,22 +12,43 @@ Creates a static route for the given private gateway or VPC. ## Exam

Re: [PR] Add nexthop parameter to cloudstack_static_route resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #284: URL: https://github.com/apache/cloudstack-terraform-provider/pull/284#discussion_r2912710271 ## cloudstack/resource_cloudstack_static_route.go: ## @@ -58,11 +75,20 @@ func resourceCloudStackStaticRouteCreate(d *schema.ResourceData,

Re: [PR] Add nexthop parameter to cloudstack_static_route resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #284: URL: https://github.com/apache/cloudstack-terraform-provider/pull/284#discussion_r2912704880 ## cloudstack/resource_cloudstack_static_route.go: ## @@ -42,9 +42,26 @@ func resourceCloudStackStaticRoute() *schema.Resource {

Re: [PR] Add nexthop parameter to cloudstack_static_route resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on PR #284: URL: https://github.com/apache/cloudstack-terraform-provider/pull/284#issuecomment-4032484042 @vishesh92 all comments addressed, please re-request Copilot review. -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] Network ACL Rules modifications cause churn due to being a TypeList [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on PR #281: URL: https://github.com/apache/cloudstack-terraform-provider/pull/281#issuecomment-4032061379 > @bhouse-nexthop Thanks for the PR. Can you check the comments on the PR? Addressed all comments. Please re-run Copilot review. -- This is an automat

Re: [PR] Add IPv6 support to cloudstack_network resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #282: URL: https://github.com/apache/cloudstack-terraform-provider/pull/282#discussion_r2912467387 ## cloudstack/resource_cloudstack_network.go: ## @@ -209,6 +236,31 @@ func resourceCloudStackNetworkCreate(d *schema.ResourceData, meta int

Re: [PR] Add bypassvlanoverlapcheck parameter to cloudstack_private_gateway [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on code in PR #283: URL: https://github.com/apache/cloudstack-terraform-provider/pull/283#discussion_r2912556312 ## website/docs/r/private_gateway.html.markdown: ## @@ -51,6 +65,11 @@ The following arguments are supported: * `vpc_id` - (Required) The V

Re: [PR] Add IPv6 support to cloudstack_network resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
Copilot commented on code in PR #282: URL: https://github.com/apache/cloudstack-terraform-provider/pull/282#discussion_r2912554605 ## cloudstack/resource_cloudstack_network.go: ## @@ -471,3 +530,88 @@ func parseCIDR(d *schema.ResourceData, specifyiprange bool) (map[string]stri

Re: [PR] Add bypassvlanoverlapcheck parameter to cloudstack_private_gateway [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on PR #283: URL: https://github.com/apache/cloudstack-terraform-provider/pull/283#issuecomment-4032257236 @vishesh92 code review comments addressed, please re-request from copilot -- This is an automated message from the Apache Git Service. To respond to the messa

Re: Request for help with reviewing the PR for NetApp ONTAP support to Cloudstack

2026-03-10 Thread Rajiv Jain
Hi Daan and Team, We have updated the PR and addressed all the comments provided. Please feel free to reach out if you need any additional input or if anything further is required from our side. Regards, Rajiv Jain On Wed, Feb 18, 2026 at 1:37 PM Rajiv Jain < connect.rajivjain.virtualizat...@gma

Re: [PR] Update collaborators in .asf.yaml [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
vishesh92 merged PR #286: URL: https://github.com/apache/cloudstack-terraform-provider/pull/286 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsu

Re: [PR] fix: implement Read/Update/Delete for stub resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
vishesh92 commented on PR #285: URL: https://github.com/apache/cloudstack-terraform-provider/pull/285#issuecomment-4029581807 @kristofer-atlas We already have some tests here: https://github.com/apache/cloudstack-terraform-provider/blob/main/cloudstack/resource_cloudstack_disk_test.go

Re: [PR] Add nexthop parameter to cloudstack_static_route resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
vishesh92 commented on PR #284: URL: https://github.com/apache/cloudstack-terraform-provider/pull/284#issuecomment-4030463705 @bhouse-nexthop Can you check Copilot's comments? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] Add bypassvlanoverlapcheck parameter to cloudstack_private_gateway [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
vishesh92 commented on code in PR #283: URL: https://github.com/apache/cloudstack-terraform-provider/pull/283#discussion_r2910896149 ## cloudstack/resource_cloudstack_private_gateway.go: ## @@ -85,6 +85,12 @@ func resourceCloudStackPrivateGateway() *schema.Resource {

Re: [PR] add support for enabling delete protection [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
vishesh92 commented on code in PR #268: URL: https://github.com/apache/cloudstack-terraform-provider/pull/268#discussion_r2910920846 ## cloudstack/resource_cloudstack_disk.go: ## @@ -92,13 +92,19 @@ func resourceCloudStackDisk() *schema.Resource {

Re: [PR] Add IPv6 support to cloudstack_network resource [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
Copilot commented on code in PR #282: URL: https://github.com/apache/cloudstack-terraform-provider/pull/282#discussion_r2914167224 ## cloudstack/resource_cloudstack_network.go: ## @@ -78,13 +78,26 @@ func resourceCloudStackNetwork() *schema.Resource {

[PR] Don't build and test EOL versions [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop opened a new pull request, #287: URL: https://github.com/apache/cloudstack-terraform-provider/pull/287 There's no reason to build and test EOL versions of Cloudstack, OpenTofu, and Terraform. Also recent supported versions were being excluded. This PR will also be used

Re: [PR] fix: implement Read/Update/Delete for stub resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
kristofer-atlas commented on code in PR #285: URL: https://github.com/apache/cloudstack-terraform-provider/pull/285#discussion_r2914738909 ## tests/comprehensive/main.tf: ## @@ -0,0 +1,330 @@ +# Test Infrastructure for CloudStack Terraform Provider Verification +# This tests al

Re: [PR] fix: implement Read/Update/Delete for stub resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
kristofer-atlas commented on code in PR #285: URL: https://github.com/apache/cloudstack-terraform-provider/pull/285#discussion_r2914737645 ## cloudstack/resource_cloudstack_domain.go: ## @@ -89,9 +89,62 @@ func resourceCloudStackDomainCreate(d *schema.ResourceData, meta interf

Re: [PR] fix: implement Read/Update/Delete for stub resources [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
kristofer-atlas commented on PR #285: URL: https://github.com/apache/cloudstack-terraform-provider/pull/285#issuecomment-4034798410 @vishesh92, the intent of the tests was to be a sort of end-to-end test. Removed for now. Hadn't noticed the tests you point to. Wondering, though, whet

Re: [PR] Don't build and test EOL versions [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bhouse-nexthop commented on PR #287: URL: https://github.com/apache/cloudstack-terraform-provider/pull/287#issuecomment-4035701554 > @vishesh92 this will be needed to get clean tests for all the other PRs I created. Interestingly it appears the 4.22.0.0 simulator has some bug I had to disa

Re: [PR] Don't build and test EOL versions [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
bradh352 commented on PR #287: URL: https://github.com/apache/cloudstack-terraform-provider/pull/287#issuecomment-4035698094 @vishesh92 this will be needed to get clean tests for all the other PRs I created. Interestingly it appears the 4.22.0.0 simulator has some bug I had to disable som

Re: [PR] Network ACL Rules modifications cause churn due to being a TypeList [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
Copilot commented on code in PR #281: URL: https://github.com/apache/cloudstack-terraform-provider/pull/281#discussion_r2916230554 ## cloudstack/resource_cloudstack_network_acl_rule_test.go: ## @@ -251,6 +254,375 @@ func testAccCheckCloudStackNetworkACLRuleDestroy(s *terraform

Re: [PR] Add bypassvlanoverlapcheck parameter to cloudstack_private_gateway [cloudstack-terraform-provider]

2026-03-10 Thread via GitHub
vishesh92 commented on code in PR #283: URL: https://github.com/apache/cloudstack-terraform-provider/pull/283#discussion_r2916276314 ## cloudstack/resource_cloudstack_private_gateway.go: ## @@ -85,6 +85,13 @@ func resourceCloudStackPrivateGateway() *schema.Resource {