Re: New committer: Abhisar Sinha

2026-03-05 Thread Manoj Kumar
Congratulations Abhisar! From: Daan Hoogland Sent: 04 March 2026 8:10 PM To: [email protected] Cc: [email protected] Subject: Re: New committer: Abhisar Sinha good luck in your new capacity Abhisar. On Wed, Mar 4, 2026 at 2:22 PM Suresh Kumar

Re: New committer: Henrique Sato

2026-03-05 Thread Manoj Kumar
Congratulations Henrique! From: Daan Hoogland Sent: 04 March 2026 8:09 PM To: [email protected] Cc: [email protected] Subject: Re: New committer: Henrique Sato welcome Henrique, nice to have you aboard. On Wed, Mar 4, 2026 at 2:22 PM Suresh Ku

Re: [I] cloudstack_port_forward always returns error (but really succeeds) [cloudstack-terraform-provider]

2026-03-05 Thread via GitHub
bhouse-nexthop commented on issue #278: URL: https://github.com/apache/cloudstack-terraform-provider/issues/278#issuecomment-4008919794 root cause was I wasn't specifying 'project', which the cloudstack api doesn't have, but due to the way the lookups were working the provider was requirin

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

2026-03-05 Thread via GitHub
bhouse-nexthop opened a new pull request, #280: URL: https://github.com/apache/cloudstack-terraform-provider/pull/280 `project` can be learned/inherited based on the other parameters specified. The cloudstack provider was mandating `project` in instances where the actual cloudstack api doe