-
Notifications
You must be signed in to change notification settings - Fork 673
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating terraform provider for IBM Db2 with new data sources (#5869)
* added conectioninfo autoscale and whitelistips apis Signed-off-by: Spoorthid1729 <[email protected]> * updated .gitignore Signed-off-by: Spoorthid1729 <[email protected]> * added test files Signed-off-by: Spoorthid1729 <[email protected]> * updated autoscale, whitelist connectioninfo APIs with tests * added autoscale whitelist and connectioninfo config in get instance details * added conditions to append config details in get instance * added docs and modified data source * removed saas from the names in docs * enhanced parameter json values as separate fields * removed connectioninfo autoscale and whitelist code form instance resource and data source * updated tests * fixed autoscale connectioninfo anf whitelist acceptance tests * updated tests of resource db2 instance and modified docs accordingly * removed saas from file names,functions, test functions, resource name, error messages and docs * fixed review comments * updated go mod * added back the vars example file * updated main.tf * updated definition of subscription id * added test cases * updated whitelist ip resource name * updated doc * fixed review comments * removed log statements * changed the name of header of autoscale --------- Signed-off-by: Spoorthid1729 <[email protected]> Co-authored-by: prasad-1729 <[email protected]>
- Loading branch information
1 parent
d759bbc
commit 8f231d0
Showing
20 changed files
with
950 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,4 +45,4 @@ vendor/ | |
!deleteaddon.sh | ||
!deletecrd.sh | ||
!updatecrd.sh | ||
!updateodf.sh | ||
!updateodf.sh |
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.