Commit Graph

5209 Commits

Author SHA1 Message Date
apichick 911d125f0a
Merge pull request #1858 from apichick/net-lb-app-int-fix
Removed options that are not applicable to this load balancer
2023-11-13 08:08:26 +01:00
apichick c79af78c48 Removed options that are not applicable to this load balancer 2023-11-12 20:21:06 +01:00
luigi-bitonti d07f8fd33d
Added CMEK for Secret auto managed (#1739)
Allow to specify custom KMS keys for Secret Manager secrets
2023-11-10 16:45:47 +01:00
Tone 0f446e89d4
Extend `cluster_autoscaling` fields in gke-cluster-standard (#1845)
* feat(gke-cluster-standard): Add feature to setup `cluster_autoscaling`

* feat(gke-cluster-standard): Add GPUs setup feature for `cluster_autoscaling`

* feat(gke-cluster-standard): Add validation for `autoscaling_profile` and `disk_type` to ensure only valid values are specified

* feat(gke-cluster-standard): Fix validation condition for `cluster_autoscaling`
2023-11-10 12:39:50 +01:00
Francesco Spinelli 82c74e4ab6
Dataproc module bug fix (#1848)
* bug fix

* bug fix

* fix dinamic for_each

---------

Co-authored-by: Francesco Spinelli <francesco.spinelli@nttdata.com>
2023-11-09 15:48:29 +00:00
Ludovico Magnocavallo 03937f2b6e
Support multilevel data and allow overriding project id in project factory (#1851) 2023-11-09 08:29:46 +00:00
Artur Pacan 39edc43ddc
Merge pull request #1847 from Gilfar/fix-optional-gpu-driver
Fix validation and dynamic block for optional gpu_driver in gke-nodepool
2023-11-08 14:49:55 +01:00
Artur Pacan fca89b57ed Fix validation and dynamic block for optional gpu_driver 2023-11-08 11:49:15 +00:00
Ludovico Magnocavallo c7bef582e8
add support for IAM to vpc sc module (#1846) 2023-11-08 11:27:44 +01:00
Ludovico Magnocavallo 9068bd7729
Update README.md 2023-11-08 09:20:16 +01:00
apichick 211b8a0b7c
Merge pull request #1844 from apichick/sink-iam-flag
Added back sink iam flag as module users might not have access to the…
2023-11-07 09:30:42 +01:00
apichick 0f91a964da Added back sink iam flag as module users might not have access to the sink destination and the role might need to be granted somewhere else 2023-11-07 08:11:23 +01:00
Ludo 2731a3dc7c
update changelog 2023-11-06 10:03:40 +01:00
Teodelas 0f502a8cfb
Fix modules to support new Apigee X environment types (#1841)
* Update main.tf

* Update variables.tf

* Update main.tf

Updated environment members to be alphabetical order

* fixed linting and terraform fmt

* removed venv

* removed venv directory

---------

Co-authored-by: Teo De Las Heras <teodlh@google.com>
2023-11-06 09:56:03 +01:00
Wiktor Niesiobędzki a877f0541b
Merge pull request #1842 from wiktorn/wiktorn-provider-5.4.0
Bump provider version to 5.4.0
2023-11-04 09:14:02 +01:00
Wiktor Niesiobędzki ecaa253594
Merge branch 'master' into wiktorn-provider-5.4.0 2023-11-04 08:31:56 +01:00
Wiktor Niesiobędzki aec7fc87c2 Trim down inventories for Cloud SQL 2023-11-04 07:31:33 +00:00
Wiktor Niesiobędzki fe485414e6
Add end-to-end tests for project module (#1823)
* Add end-to-end tests for project module
* Add inventory to data tests
* Add files to end-to-end test cases
* Review fixes - use named groups

---------

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2023-11-03 18:04:19 +01:00
Wiktor Niesiobędzki b40ad91629 Bump provider version to 5.4.0 2023-11-03 17:02:00 +00:00
apichick c501c657ec
Merge pull request #1837 from apichick/envoy-sni-dyn-fwd-proxy
Added envoy as SNI dynamic forward proxy to cloud-config-container
2023-11-03 08:43:15 +01:00
apichick 3648ca0da1
Merge branch 'master' into envoy-sni-dyn-fwd-proxy 2023-11-03 08:22:37 +01:00
apichick 3191dbb769 Added envoy as SNI dynamic forward proxy to cloud-config-container 2023-11-03 08:21:20 +01:00
Ludo 7de94c40eb
update changelog 2023-11-02 23:20:36 +01:00
apichick 7a15eec507
Merge pull request #1839 from apichick/net-lb-app-ext-cert-fix
Added create_before_destroy = true for self-managed certificates
2023-11-02 15:14:45 +01:00
apichick 26248ba5f5 Added create_before_destroy = true for self-managed certificates 2023-11-02 13:52:46 +01:00
Julio Diez 521b9c7ef2 Update README.md 2023-11-02 13:40:31 +01:00
Julio Diez c536e27945 Use CR IAM binding instead of IAM policy 2023-11-02 13:40:31 +01:00
Julio Diez 8e76e5ee05 Group default URLs output 2023-11-02 13:40:31 +01:00
Julio Diez 14cca9d1b5 Rename to ip_configs to follow same naming 2023-11-02 13:40:31 +01:00
Julio Diez 21d997c00a Refactor into image_configs variable 2023-11-02 13:40:31 +01:00
Julio Diez fd74562a41 Refactor into project_configs variable 2023-11-02 13:40:31 +01:00
Wiktor Niesiobędzki 0b774cc6dc
Merge pull request #1838 from GoogleCloudPlatform/wiktorn-project-factory-fix
Simplify #1836 fix, avoid map-related casting errors in project factory
2023-11-02 10:34:59 +01:00
Wiktor Niesiobędzki 2664161c24 Simplify #1836 fix, Avoid map-related casting errors in project factory 2023-11-02 09:12:38 +00:00
Ludovico Magnocavallo de0325b3a3
Avoid map-related casting errors in project factory (#1836)
* try to repro pf example error

* repro

* repro

* pf fix

* remove extra file

* FAST stage
2023-11-02 08:24:50 +01:00
lcaggio a0ae43fc6f
[Minimal Data Platform] Fix Landing and curated IAM (#1832)
* Fix IAM on Minimal DP

* fix
2023-11-01 17:53:06 +01:00
cmalpe b8c8393184
Merge pull request #1833 from GoogleCloudPlatform/cmalpe/vpc-peering-stack-type
Net VPC Peering: added stack_type field
2023-11-01 15:16:02 +05:30
cmalpe 1031076569 added validation for stack_type 2023-11-01 09:18:49 +00:00
cmalpe f1972550fe fixed linting for variables file 2023-11-01 08:02:36 +00:00
cmalpe 17707da60a added stack_type field 2023-11-01 07:58:09 +00:00
Wiktor Niesiobędzki 4b59a8ed34
Merge pull request #1831 from bluPhy/master
Updating wording
2023-10-31 16:54:19 +01:00
Julio Diez dae0436502
Merge branch 'master' into jd/serverless-program 2023-10-31 16:23:50 +01:00
devuonocar fee89b838c Update default value 2023-10-31 16:20:28 +01:00
devuonocar f628ed255b Update README.md 2023-10-31 16:20:28 +01:00
devuonocar 1306f67b96 Add public_access_prevention 2023-10-31 16:20:28 +01:00
Aurélien Legrand d9589f56a1 Handling SQL IP address issue (#1825)
* Handling SQL IP address issue

* reverting one change

* Improving this fix based on wiktor's feedback

* formatting
2023-10-31 16:20:28 +01:00
Ludo 03b8d21221 update changelog 2023-10-31 16:20:28 +01:00
Ludovico Magnocavallo 8049e978ed Billing budget factory (#1822)
* billing budget factory

* review comment changes
2023-10-31 16:20:28 +01:00
Luca Prete 28e5c4e2da [net-address] enable ipv6 (#1821)
---------

Co-authored-by: Luca Prete <lucaprete@google.com>
2023-10-31 16:20:28 +01:00
apichick 876905359b Added iam_bindings and iam_bindings_additive to apigee module 2023-10-31 16:20:28 +01:00
cmalpe 6ab9ac1eb4 corrected readme linting 2023-10-31 16:20:28 +01:00