Skip to content

Conversation

@sudo87
Copy link
Contributor

@sudo87 sudo87 commented Aug 27, 2025

This PR is to add instruction for specific test execution

Copy link
Member

@vishesh92 vishesh92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@shwstppr shwstppr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Documentation change, merging

@shwstppr shwstppr merged commit b4e5d6f into apache:main Aug 27, 2025
24 checks passed
@shwstppr shwstppr deleted the updateREADME branch August 27, 2025 10:12
@shwstppr shwstppr added this to the v0.6.0 milestone Aug 27, 2025
ianc769 pushed a commit to ianc769/cloudstack-terraform-provider that referenced this pull request Sep 3, 2025
Add instructions for specific test execution
kiranchavala pushed a commit that referenced this pull request Sep 16, 2025
* Add CloudStack project resource

* Add test for empty display_text defaulting to name value

* Uncomment and implement tests for accountid and userid in project resource

* Minor README Fix

* Update display_text to required for API compatibility and adjust documentation

* Clean up tests for 4.20.1.0

* fix: include domain ID when looking up projects by ID

Fix issue where getProjectByID() would always return "id not found" while
getProjectByName() could find the same project. CloudStack projects are only
unique within a domain context, so we now include domain ID in lookups.

- Modified getProjectByID() to accept optional domain parameter
- Updated all calls to include domain when available
- Updated test functions accordingly
- Updated documentation to clarify domain requirement for project imports

* feat: add cloudstack_project data source and corresponding tests

* remove rogue testing script

* Update cloudstack/resource_cloudstack_project.go

Co-authored-by: Copilot <[email protected]>

* adding domain validation to ensure projects are only reused within the intended scope

Co-authored-by: Copilot <[email protected]>

* Updated cloudstack go sdk to v2.17.1 (#193)

* Fix creation of firewall & Egress firewall rules when created in a project

* chore(deps): bump github.com/cloudflare/circl from 1.3.7 to 1.6.1

Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.7 to 1.6.1.
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](cloudflare/circl@v1.3.7...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-version: 1.6.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* resolve retrieveError issue

* Update cloudstack/resource_cloudstack_project.go

Co-authored-by: Copilot <[email protected]>

* Update cloudstack/resource_cloudstack_project.go

Co-authored-by: Copilot <[email protected]>

* Change display_text field from required to optional in resourceCloudStackProject

* Pin github actions version for opentofu

* rat + excludes and add licenses to other files (#200)

* readme: add specific test instruction in readme (#211)

Add instructions for specific test execution

* data: get vpc in project by project name (#209)

* Support additional parameters for cloudstack_nic resource (#210)

* serviceoffering: add params for custom offering, storage tags, encryptroot (#212)

* Support desc and ruleId in create_network_acl_rule

* fix review comment

* change rule_id -> rule_number and add doc

* add params in unit tests

* verify description and rule_number in unit test

* use fields defined in schema

* fix test verification sequence

* handle review comments

* Add support for additional optional parameters for creating network offerings (#205)

* Add disk_offering & override_disk_offering to instance resource

* Update website/docs/r/instance.html.markdown

Co-authored-by: Copilot <[email protected]>

* Allow specifying private end port & public end port for port forward rules

* Update tests

* Add `cloudstack_physicalnetwork` and some underlying additional resources (#201)

* feat: add cidrlist parameter to loadbalancer rule (#147)

* feat: add cloudstack_project resource to provider

* fix: update display_text to displaytext in project resource and tests.
fix: update lookup to use getAccountNameByID helper function

* fix: rename display_text to displaytext in project resource and tests

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
Co-authored-by: Pearl Dsilva <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vishesh92 <[email protected]>
Co-authored-by: dahn <[email protected]>
Co-authored-by: Manoj Kumar <[email protected]>
Co-authored-by: Wei Zhou <[email protected]>
Co-authored-by: Abhishek Kumar <[email protected]>
Co-authored-by: ABW <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants