-
Notifications
You must be signed in to change notification settings - Fork 919
Terraform for k8s-s390x-conformance job on ibmcloud #8414
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
base: main
Are you sure you want to change the base?
Conversation
Hi @sudharshanibm. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sudharshanibm The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
776f886
to
663f502
Compare
46278a3
to
1f9ed13
Compare
8918c1e
to
61eddcb
Compare
Signed-off-by: Sudharshan Muralidharan <[email protected]>
61eddcb
to
83c9953
Compare
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
resource "ibm_resource_group" "conformance_resource_group" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
single resource module not good - just use the resource, no module required
@@ -0,0 +1,92 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks like theres overlap with #8413 - we should start with one PR and land that first and then iterate/add
Terraform for k8s-s390x-conformance job on ibmcloud