forked from IBM-Cloud/terraform-provider-ibm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New code for project service (IBM-Cloud#4561)
* 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 --------- Signed-off-by: dvesperini <dvesperini@gmail.com> Co-authored-by: Riccardo Angelilli <riccardo.angelilli@it.ibm.com>
- Loading branch information
1 parent
221ca84
commit c886711
Showing
12 changed files
with
190 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// This allows project_instance data to be referenced by other resources and the terraform CLI | ||
// Modify this if only certain data should be exposed | ||
output "ibm_project_instance" { | ||
value = ibm_project_instance.project_instance_instance | ||
value = ibm_project_instance.project_instance | ||
description = "project_instance resource instance" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.