Re: [PR] IPv6 Network Support [cloudstack-terraform-provider]

2026-03-06 Thread via GitHub
bradh352 commented on PR #233: URL: https://github.com/apache/cloudstack-terraform-provider/pull/233#issuecomment-4012752971 closed in preference of #282 -- 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

Re: [I] IPv6 Support [cloudstack-terraform-provider]

2026-03-06 Thread via GitHub
bradh352 commented on issue #232: URL: https://github.com/apache/cloudstack-terraform-provider/issues/232#issuecomment-4012754497 Implemented in #282 -- 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 g

Re: [PR] IPv6 Network Support [cloudstack-terraform-provider]

2026-03-06 Thread via GitHub
bradh352 closed pull request #233: IPv6 Network Support URL: https://github.com/apache/cloudstack-terraform-provider/pull/233 -- 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

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

2026-03-06 Thread via GitHub
bhouse-nexthop opened a new pull request, #282: URL: https://github.com/apache/cloudstack-terraform-provider/pull/282 This commit adds comprehensive IPv6 support to the cloudstack_network resource, allowing users to configure IPv6 CIDR blocks, gateways, and IP ranges for CloudStack networks

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

2026-03-06 Thread via GitHub
bhouse-nexthop opened a new pull request, #281: URL: https://github.com/apache/cloudstack-terraform-provider/pull/281 ## Overview Inserting a rule in the middle of other rules will cause every rule after to be shown as modified. There is some logic to try to prevent the number of update

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

2026-03-06 Thread via GitHub
bhouse-nexthop opened a new pull request, #284: URL: https://github.com/apache/cloudstack-terraform-provider/pull/284 This change adds support for the nexthop parameter in static routes, which allows VPC-based routing without requiring a private gateway id. Resource Changes: - Add

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

2026-03-06 Thread via GitHub
bhouse-nexthop opened a new pull request, #283: URL: https://github.com/apache/cloudstack-terraform-provider/pull/283 - Add bypassvlanoverlapcheck optional parameter (defaults to false) - Parameter allows bypassing VLAN overlap checks during gateway creation - Update resource creation l