Wiktor Niesiobędzki
e498f3407e
Add support for GPUs in Cloud Run
2025-08-13 15:21:27 +02:00
Wiktor Niesiobędzki
8468fd4ebc
Bump provider to 6.47.0, to allow use of gpu_zonal_redundancy_disabled in modules/cloud-run-v2
2025-08-13 15:21:27 +02:00
Wiktor Niesiobędzki
b5cc01c598
Add Cloud Run Worker Pools
...
Refactor jobs and services parameters into separte variables
Remove prefix (not needed, namespace is local to the project)
2025-08-12 19:59:50 +02:00
Ludovico Magnocavallo
f02aa1f63f
v42.0.0
2025-08-08 06:49:11 +00:00
Ludovico Magnocavallo
f9c76c8a87
version 41.1.0
2025-08-08 06:43:08 +00:00
Muhammad Elsaeed
9bd4363269
feat: add GCS bucket trigger support for Cloud Run services ( #3257 )
...
* feat: add GCS bucket trigger support for Cloud Run services 🌟
* feat: add examples for Cloud Run service with Eventarc storage triggers
* fix: update bucket name in Eventarc storage trigger example and clean up service account configuration
---------
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com >
2025-08-01 16:41:49 +00:00
fenyvesi-levi
8405527a7b
Added "client_version" and "client" to ignore_changes in cloud-run-v2 module to avoid drifting terraform changes ( #3245 )
...
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com >
2025-07-25 16:39:42 +00:00
Julio Castillo
b8efcc5d89
Add IP filtering support to modules/gcs ( #3216 )
...
* Add IP filtering to GCS
* Bump provider version
2025-07-04 18:57:32 +00:00
Ludo
e46178c241
Merge remote-tracking branch 'origin/master' into fast-dev
2025-06-29 14:19:43 +02:00
Ludo
268c92f92d
prep v40.2.0
2025-06-29 14:12:20 +02:00
Sepehr Javid
562a7cfe17
Add default route action to internal app lb path matcher ( #3195 )
...
* add path_matcher.default_route_action
* update readme
* update versions
2025-06-26 14:21:32 +02:00
Maciej Sikora
b062a8b521
Update modules/cloud-run-v2/variables.tf
...
Co-authored-by: Wiktor Niesiobędzki <github@vink.pl >
2025-06-18 12:28:54 +02:00
Maciej Sikora
f2401ed4c8
fmt
2025-06-18 12:28:54 +02:00
Maciej Sikora
1dd4873a02
fixes validation
2025-06-18 12:28:54 +02:00
Maciej Sikora
1d8e48f9e4
Apply suggestions from code review
...
Co-authored-by: Wiktor Niesiobędzki <github@vink.pl >
2025-06-18 12:28:54 +02:00
Maciej Sikora
a83c8a69de
fixes test
2025-06-18 12:28:54 +02:00
Maciej Sikora
0ead6ba894
format readme example
2025-06-18 12:28:54 +02:00
Maciej Sikora
461c0b8e44
adds iap configuration test
2025-06-18 12:28:54 +02:00
Maciej Sikora
d2e9c238f6
ensures tf < 1.2 compatibility
2025-06-18 12:28:54 +02:00
Maciej Sikora
9dcd0c86ab
ensures tf < 1.2 compatibility
2025-06-18 12:28:54 +02:00
Maciej Sikora
fd8f659a3a
docs && fmt
2025-06-18 12:28:54 +02:00
Maciej Sikora
1cc50e30ae
simplifies iap configuration
2025-06-18 12:28:54 +02:00
Maciej Sikora
1aec8bb43e
fixes error
2025-06-18 12:28:54 +02:00
Maciej Sikora
998919d081
fixes error
2025-06-18 12:28:54 +02:00
Maciej Sikora
c0bac5acc0
feat: adds support for direct cloud run iap
2025-06-18 12:28:54 +02:00
Maciej Sikora
6c403acf5e
feat: ignores labels added by gh action in unmanaged cloud run service / job ( #3161 )
...
* feat: ingnores labels in unmanaged service
* feat: ingnores labels in unmanaged service
* ignores all labels in unmanaged version
---------
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com >
2025-06-16 08:09:14 +00:00
Julio Castillo
271942f2ed
Bump Terraform to 1.11 ( #3120 )
...
* Bump Terraform version to 1.11
* Update workflows
2025-05-29 11:11:39 +02:00
Maciej Sikora
ae5c12a2a3
adds revision label ( #3117 )
...
* adds revision label
* adds revision label
2025-05-28 18:32:06 +02:00
Julio Castillo
1eeaf21b14
Prep release 40.1.0
2025-05-21 16:20:42 +02:00
Julio Castillo
94cdce4467
Add fast_version.txt to FAST stages ( #3107 )
...
* Add fast_versions.txt file
* Fix versions.tf module path
* Fix linter
2025-05-21 15:10:57 +02:00
Ludo
e4f83431bc
prep v40.0.0
2025-05-21 10:25:45 +02:00
Ludo
4a66fbf680
prep v39.2.0
2025-05-21 09:23:49 +02:00
Ludovico Magnocavallo
212e587f77
Fix permadiff in FAST bootstrap IAM ( #3089 )
...
* Add ability to optionally update Cloud Run job containers outside Terraform.
Co-authored-by: Luca Prete <lucaprete@google.com >
* bug: mark policy_controller as optional (#3086 )
* bug: mark policy_controller as optional
* Fix documentation
---------
Co-authored-by: Julio Castillo <jccb@google.com >
* fix bootstrap permadiff
* inventory
* inventory
---------
Co-authored-by: Luca Prete <preteluca@gmail.com >
Co-authored-by: Luca Prete <lucaprete@google.com >
Co-authored-by: Falcon Taylor-Carter <falconertc@gmail.com >
Co-authored-by: Julio Castillo <jccb@google.com >
2025-05-16 09:10:39 +02:00
Luca Prete
e937a562c7
Add ability to optionally update Cloud Run job containers outside Terraform.
...
Co-authored-by: Luca Prete <lucaprete@google.com >
2025-05-10 15:36:34 +02:00
Julio Castillo
54b444f812
Merge branch 'master' into fast-dev
2025-05-09 12:44:17 +03:00
Charles Salmon
ee468514b0
[cloud-run-v2] Add ability to deploy OpenTelemetry Collector sidecar ( #3071 )
...
* [cloud-run-v2] Add ability to deploy OpenTelemetry Collector sidecar
- Adds `depends_on` flag to container definition
- Adds `port` to HTTP liveness & startup probes
* fix: add port to unmanaged resource's startup & liveness probes
* fix: add copyright boilerplate
* Fix README
---------
Co-authored-by: Julio Castillo <jccb@google.com >
2025-05-08 09:05:58 +00:00
Ludo
41b4cdef68
prep v40.0.0-rc1
2025-05-05 14:24:32 +02:00
Ludo
46f4bb9d85
prep v39.1.0
2025-05-05 14:19:45 +02:00
Ludovico Magnocavallo
623f2b0113
Enable repd tag bindings in compute-vm module ( #3063 )
...
* enable repd tag bindings in compute-vm module
* tfdoc
2025-05-03 11:29:07 +02:00
Luca Prete
763b917b78
[cloud-run-v2] Add ability to control code deployments outside Terraform
2025-04-29 10:32:57 +02:00
Ludo
205a43a96f
prepare v39.0.0
2025-04-18 17:44:29 +02:00
Ludo
2b0a9db8ed
Merge branch 'fast-dev'
2025-04-18 17:34:08 +02:00
Ludo
89e68a8e22
prepare v38.2.0
2025-04-18 17:32:51 +02:00
Simone Ruffilli
3c91acd181
Replace all instances of stackdriver.googleapis.com with log+mon ( #3022 )
...
Replace all instances of stackdriver.googleapis.com with logging.googleapis.com and monitoring.googleapis.com.
Fixes #2932
2025-04-11 12:04:50 +00:00
Julio Castillo
bd829e6ba3
Allow disabling GKE IP endpoints and setting GKE VPC scope DNS domain ( #2997 )
...
* Allow disabling IP access to GKE control plane
* Add additive VPC scope DNS domain to gke clusters
* Fix typo
* Bump provider to 6.27.0
* Update readme
2025-04-02 07:03:58 +00:00
Tim Hiatt
762841da79
Fr/timhiatt/invoker iam disable ( #2994 )
...
* Staging the New Variable change and the flag endablement for 'invoker_iam_disabled' in the 'google_cloud_run_v2_service' resouece associated with the 'cloud-run-v2' module.
* Updating tfdocs to include the new variables for the 'invoker_iam_disabled' flag in the 'google_cloud_run_v2_service' resource in module 'cloud-run-v2'
* Updating the testing in the readme for the cloud-run-v2 module.
* Fixing an issue with links in README.md Docs
* Fixing README.md linting.
2025-04-01 11:41:08 +02:00
Ludo
d487590e01
v38.1.0
2025-03-22 13:28:10 +01:00
Ludovico Magnocavallo
c8e4179f2b
Add custom routes for directpath to net-vpc module ( #2966 )
...
* add custom routes for directpath to net-vpc module
* blueprint tests
* blueprint tests
* blueprint tests
* fast tests
* tfdoc
* module examples
2025-03-19 10:22:47 +00:00
Wiktor Niesiobędzki
73022a710a
Revert "Fix broken upgrades of TF provider for routes"
...
This reverts commit 7f58f1ae31 .
2025-03-18 11:06:46 +01:00
Wiktor Niesiobędzki
7f58f1ae31
Fix broken upgrades of TF provider for routes
2025-03-18 09:41:57 +01:00