terraform-google-cloud-run icon indicating copy to clipboard operation
terraform-google-cloud-run copied to clipboard

feat(cloudrun-job): Allow defining network interfaces

Open nikhars opened this issue 8 months ago • 2 comments

The terraform resource allows defining network interfaces but the module does not. Allow this capability to specify the network and subnetwork directly.

You can see the argument reference here https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_run_v2_job#argument-reference

And the cloudrun module already supports it https://github.com/GoogleCloudPlatform/terraform-google-cloud-run/blob/v0.16.4/modules/v2/variables.tf#L137-L141

Want a similar behavior for cloudrun job.

nikhars avatar Mar 11 '25 23:03 nikhars

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Mar 11 '25 23:03 google-cla[bot]

@nikhars The lint is failing with Error: Documentation generation has not been run, please run the document generation command https://codelabs.developers.google.com/cft-onboarding/#8

q2w avatar Jul 15 '25 18:07 q2w