Commit Graph

6456 Commits

Author SHA1 Message Date
Liam Nesteroff
3bfa3608d0 Added option to set force_destroy on pf buckets (#3192)
* Added option to set force_destroy on pf buckets

* added force_destroy to schema
2025-06-26 09:20:41 +10:00
Julio Castillo
ca35fc3377 Only consider active projects to default VPC SC perimeter (#3193) 2025-06-25 16:01:01 +00:00
Wiktor Niesiobędzki
bebf3f0080 fix failing E2E test 2025-06-24 13:20:53 +02:00
Liam Nesteroff
c14e159b3b Added option for tag factory in resman (#3190)
* Added option for tag factory in resman
2025-06-24 07:31:52 +10:00
Liam Nesteroff
1fbb2cb330 Added tag factory option for organization module (#3178)
* Added tag factory option for organization module

* added tags-factory tests

* added tag factory for project module

* missing header

* added lookup catch for org tag values and fixed incorrect link in doco

* fixed factory locals from copy/paste

* added full doco/tests for project tags factory. fixed failed test looking for ID in yamls

* added context option for factories_config to configure existing K/Vs

---------

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2025-06-23 16:24:43 +10:00
Luca Prete
0b42144745 [module/ai-applications] fix module for unespected updates from APIs (#3189)
Co-authored-by: Luca Prete <lucaprete@google.com>
2025-06-22 22:59:16 +02:00
vineeteldochan
dede2ca7c2 Addition of Cloud Deploy Module (#3169)
* Addition of Cloud Deploy Module

* Addition of IAM and fixes as per review

* Updated README to add IAM information, ran tfdocs and tests

* Correcting linting errors

* Correcting version.tf

* Ordered arguments and variables

* Updated README on module and root levels to include Cloud Deploy

* Fixing formatting and test issues

* fixing formatting

---------

Co-authored-by: Vineet Eldochan <vineet.eldochan@withriley.com>
2025-06-22 20:39:13 +02:00
Ludo
1dde5258fa Merge remote-tracking branch 'origin/master' into fast-dev 2025-06-21 17:37:53 +02:00
Chris McCoy
27e3673e3c ip_cidr_range simplification as suggested by @wiktorn 2025-06-20 18:22:08 +02:00
Chris McCoy
c33a4b57c1 Add support for IPv6 only subnets and IP collections 2025-06-20 18:22:08 +02:00
Liam Nesteroff
ad0910b7b6 Fixed hard-coded resource management tags (!var.tag_names) (#3180)
* fixed var.tag_names ignores

* added some more missed var.tag_values

* fixed exp intended as ref

---------

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2025-06-20 09:50:58 +00:00
aumohr
71f969c21f Clean fast 2 security from vpcsc (#3187)
* updated fast security readme

* removed not required data file

* change org policy condition to align with best practice documentation

* aligned test
2025-06-20 13:22:22 +04:00
Ludovico Magnocavallo
1973e5dd12 reinstate #3179 (#3185) 2025-06-20 10:00:01 +02:00
Luca Prete
2976fa72c1 Rename agentspace module to ai-applications (#3184) 2025-06-20 09:53:18 +02:00
Ludovico Magnocavallo
9539a4cfb4 Revert "fix accounts endpoint in policy rules (#3179)" (#3183)
This reverts commit a2f3545d7c.
2025-06-20 08:19:43 +02:00
Ludovico Magnocavallo
81fe7061be add support for service account principalsets to project factory (#3181) 2025-06-20 06:10:21 +00:00
Ludovico Magnocavallo
a2f3545d7c fix accounts endpoint in policy rules (#3179) 2025-06-20 07:55:50 +02:00
Ludo
b4f88885df Merge remote-tracking branch 'origin/master' into fast-dev 2025-06-20 07:29:09 +02:00
Luca Prete
3df2c700ca Add new Agentspace module (#3170) 2025-06-19 09:36:28 +00:00
Liam Nesteroff
6d8b813e51 fixed option to set descriptions for environment tag values (#3174) 2025-06-19 09:00:17 +02:00
Matt
f55278617c feat: Update session affinity validation for ALB (#3172) 2025-06-18 15:38:35 +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
apichick
3ba695b0ed DNS zones added you Apigee module (#3149) 2025-06-18 08:44:00 +00:00
Ludo
2b49a73626 Merge remote-tracking branch 'origin/master' into fast-dev 2025-06-17 17:43:53 +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
Ludo
a136cc812a update schemas 2025-06-15 18:29:05 +02:00
Ludo
885afa2dd2 update changelog 2025-06-15 18:27:58 +02:00
Ludo
b06c434ef9 Merge remote-tracking branch 'origin/master' into fast-dev 2025-06-15 18:27:24 +02:00
Ludo
554dabfd03 update changelog 2025-06-15 18:26:49 +02:00
Ludovico Magnocavallo
fe0a8128dc Allow custom roles in context, add support for shared VPC IAM to project and project factory (#3163)
* add support for custom roles and hos tproject iam to project modules

* align vpc factory
2025-06-15 10:01:22 +02:00
Ludo
065d79efbf Merge remote-tracking branch 'origin/master' into fast-dev 2025-06-14 08:26:17 +02:00
Wiktor Niesiobędzki
a5af0703f6 Add notebooks, appengine and appspot to dns policy routing 2025-06-13 16:46:44 +02:00
Ludovico Magnocavallo
9e94a0836a Improve and document org policy tags use in FAST resman stage (#3162)
* improve and document org policy tags use in resman

* tfdoc, tests
2025-06-13 15:57:48 +02:00
jnahelou
d6004f0cd0 CMEK service agents mapping breaks Composer v2 backward compatibility (#3156)
* allow backward compatibility for unmapped service agents

* docs(modules/project): provide a fallback mechanism in cmek for users to specify additional service agents when needed

---------

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2025-06-12 20:27:41 +02:00
Ludo
c073f9ead4 Merge remote-tracking branch 'origin/master' into fast-dev 2025-06-12 15:38:26 +02:00
apichick
42641397e3 Fixed problem with backend preference, changed it to boolean. Backend preference can only be PREFERRED or null 2025-06-12 07:40:39 +02:00
Ludo
4a2eaec353 Merge remote-tracking branch 'origin/master' into fast-dev 2025-06-11 14:30:03 +02:00