-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a19be28
commit d733ad3
Showing
2,764 changed files
with
414,798 additions
and
108,410 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Maintainers | ||
=========== | ||
|
||
**Active Maintainers** | ||
|
||
| Name | GitHub | email | ||
|------|--------|------| | ||
| Ashish Thakur | [ashishth09][ashishth09] | <[email protected]> | ||
| Harini | [hkantare][hkantare] | <[email protected]> | ||
| Kavya Handadi | [kavya498][kavya498] | <[email protected]> | ||
| Vijay R Kalangumvathakkal | [vkalangu][vkalangu] | <[email protected]> | ||
|
||
|
||
**Documentation Maintainers** | ||
|
||
| Name | GitHub | email | ||
|------|--------|---------------------- | ||
| Geetha Sathyamurthy | [geethasathyamurthy][geethasathyamurthy] | <[email protected]> | ||
|
||
|
||
**Retired Maintainers** | ||
|
||
| Name | GitHub | email | ||
|------|--------|---------------------- | ||
| Anilkumar Mallakkanavar | [Anil-CM][Anil-CM] | <[email protected]> | ||
| Praveen Gostu | [Praveengostu][Praveengostu] | <[email protected]> | ||
| Sakshi Agarwal | [sakshiag][sakshiag] | <[email protected]> | ||
|
||
|
||
[ashishth09]: https://github.com/ashishth09 | ||
[kavya498]: https://github.com/kavya498 | ||
[hkantare]: https://github.com/hkantare | ||
[vkalangu]: https://github.com/vkalangu/ | ||
[geethasathyamurthy]: https://github.com/geethasathyamurthy | ||
[Anil-CM]: https://github.com/Anil-CM | ||
[Praveengostu]: https://github.com/Praveengostu | ||
[sakshiag]: https://github.com/sakshiag |
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,3 +1,8 @@ | ||
terraform { | ||
required_version = ">= 0.12" | ||
} | ||
required_version = ">=1.0.0, <2.0" | ||
required_providers { | ||
ibm = { | ||
source = "IBM-Cloud/ibm" | ||
} | ||
} | ||
} |
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.