Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workspace-create workspace-delete terraform provider #13

Closed
wants to merge 15 commits into from

Conversation

ismirlia
Copy link
Collaborator

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

uibm and others added 14 commits November 7, 2023 19:53
* Removing VPC Beta references from few resources and data sources

* example update
Fix Code Engine Go SDK url
…ud#4813)

* fix: generate project code

Signed-off-by: dvesperini <dvesperini@gmail.com>

* fix: fix build

Signed-off-by: dvesperini <dvesperini@gmail.com>

* fix: add examples and markdown files

Signed-off-by: dvesperini <dvesperini@gmail.com>

* fix: mark new false positive secrets

Signed-off-by: dvesperini <dvesperini@gmail.com>

* fix: fix review

Signed-off-by: dvesperini <dvesperini@gmail.com>

* fix: fix links

Signed-off-by: dvesperini <dvesperini@gmail.com>

* fix: fix test

Signed-off-by: dvesperini <dvesperini@gmail.com>

* fix: remove regex check

Signed-off-by: dvesperini <dvesperini@gmail.com>

* fix: fix id to project_id

Signed-off-by: dvesperini <dvesperini@gmail.com>

* fix: fix integration test project

Signed-off-by: dvesperini <dvesperini@gmail.com>

* fix: fix resource_group values

Signed-off-by: dvesperini <dvesperini@gmail.com>

* fix: last changes

Signed-off-by: dvesperini <dvesperini@gmail.com>

* fix integration test

* fix integration test

* fix integration test

* fix integration test

* fix integration test

* fix integration test

* fix name

* pr comments

* pr comments

* fix doc

* fix doc

* new version

* new version

* new version

* new version

* update code to the latest SDK level

* fix integration tests

* fix integration tests

* fix integration tests

* fix integration tests

* address PR comment

* typo

* typo

* terraform

* terraform

* terraform

* terraform

* terraform

* terraform

* terraform

* terraform

* terraform

* terraform

* add wait for create and delete

* add wait for create and delete

* .

* fix integration tests

* fix integration tests

* fix integration tests

* fix integration tests

* fix integration tests

* regenerate

* new code generation

* new generated code

* point to latest sdk

* point to latest sdk

* adjust test cases and doc

* adjust samples

* update to latest node sdk

* merge with master

* Update project_instance.html.markdown

Fixing formatting issues

* Update project_event_notification.html.markdown

* Update README.md

* Update variables.tf

* Update project_event_notification.html.markdown

* new version

* terraform

* terraform

* terraform

* terraform

* terraform

* terraform

* terraform

* terraform

* terraform

* terraform

* feat: projects graph fragment pattern

* align with origin/master

* update test cases

* restore README.md and versions.tf to master branch

* remove duplicated entries

* feat: graph fragment pattern poc

* feat: restore definition blocks

* regenerate the terraform code based on latest YAML

* regenerate the terraform code based on latest YAML

* regenerate the terraform code based on latest YAML

* update doc

* update doc

* fix test cases

* commit generated code

* commit fix

* commit fix

* test cases

* test cases

* test cases

* test cases

* updates

* upgrade to latest go sdk

* update generated doc

* update generated code

* updated secrets baseline

* update code to latest API changes

* secrets

* fix secrets

* update samples with real values

* update secrets

* update secrets

* update generated code to the latest API definition

* update secrets baseline

* merge with master

* merge with master

* merge with master

* update code to the latest SDK level

* address some review comments

* address PR comments

* address PR comments

* update to latest sdk level

* update to latest sdk level

* update to latest sdk level

* merge with master

* update to the latest sdk level

* format test case

* regenerate the code with generator fixes

---------

Signed-off-by: dvesperini <dvesperini@gmail.com>
Co-authored-by: dvesperini <dvesperini@gmail.com>
Co-authored-by: knee-na <130502432+knee-na@users.noreply.github.com>
Co-authored-by: Mark-Kulube <markkulube@ibm.com>
…M-Cloud#4601)

* feature(Cloud Database): support Offline Restore for MongoDB EE
* add documentation
* cross region tests
* replace IcdDbRegion with region set in provider
* revert to v4 api
* feat(tekton): bump ContinuousDelivery Go SDK version

* Update SCC acceptance test

---------

Co-authored-by: Gary Marjoram <marjoram@ie.ibm.com>
…BM-Cloud#4896)

* fix(IAM Policy Management): Added nest conditions to rule.conditions

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): Updated go.mod and go.sum with latest go SDK

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): Updated based on incoming sdk changes

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): update based on sdk change

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): update based on sdk change

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): Fix commented out test case

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

---------

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>
Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 3.2 to 3.3.
- [Release notes](https://github.com/github/issue-labeler/releases)
- [Commits](github/issue-labeler@v3.2...v3.3)

---
updated-dependencies:
- dependency-name: github/issue-labeler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…oud#4894)

* Add entitlement option to Satellite cluster/workerpool create

* SSH pub key from env var

* Use release github.com/IBM-Cloud/container-services-go-sdk
@ismirlia ismirlia requested a review from michaelkad November 17, 2023 03:30
@ismirlia
Copy link
Collaborator Author

ismirlia commented Dec 6, 2023

This has been resolved in another pr, so I'm closing it.

@ismirlia ismirlia closed this Dec 6, 2023
@michaelkad michaelkad deleted the workspace-create branch March 6, 2024 15:39
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.