davidspielmann
8b2fb39efe
use ephemeral google_client_config in secops provider ( #3832 )
...
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com >
2026-04-10 06:34:51 +00:00
Ludovico Magnocavallo
fa1e390af7
prep v54.3.0
2026-04-09 12:30:25 +00:00
Hemanand
92d591a9b6
Add memory bank to modules/agent-engine ( #3844 )
...
* feat(agent-engine): add support for memory bank configuration
* refactor(agent-engine): remove source_path_override and revert to standard source_path
* provider version upgrade from 7.17 to 7.27
* docs(agent-engine): fix README validation and update tables
---------
Co-authored-by: Hemanand <hemr@google.com >
2026-04-08 17:09:27 +00:00
Julio Castillo
bc5b203a8f
Add toggle to tfdoc to remove type hints ( #3842 )
...
* Add toggle to tfdoc to remove type hints
* Update all readmes
* Fix python formatting
2026-04-08 11:08:18 +00:00
Ludovico Magnocavallo
409c088c2c
enforce schema docs in linting ( #3843 )
2026-04-08 10:20:50 +00:00
Simon Roberts
5e5cfbf736
Add support for bucket custom_placement_config to project-factory ( #3839 )
...
* Add support for bucket custom_placement_config to project-factory
* Copy modules/project-factory/schemas/project.schema.json to fast stages
* Add custom_placement_config (only) to schema markdown
* Update module project.schema.md
2026-04-08 06:32:24 +00:00
Ludovico Magnocavallo
0cc97937be
prep v54.2.0
2026-04-02 12:56:36 +00:00
Simone Ruffilli
a6b98bac28
Add support for attachment-level BGP sessions and candidate_*_router_ip_address ( #3827 )
...
* Support VLAN-attachment-level bgp advertisements
* Support for candidate_cloud_router_ip_address and candidate_customer_router_ip_address
2026-04-01 12:21:18 +00:00
lopezvit
956ada4ddd
feat(2-networking): add NS And DS record dynamically from sub-zones records ( #3818 )
...
* feat(2-networking): add NS And DS record dynamically from sub-zones records
* tfdoc
* feat(test): 2-networking adding dns_delegations test with and without DSSEC
---------
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com >
Co-authored-by: Simone Ruffilli <sruffilli@google.com >
2026-03-31 08:54:54 +00:00
Ludovico Magnocavallo
2fe082f7d1
Merge remote-tracking branch 'origin/master' into fast-dev
2026-03-26 16:15:17 +00:00
Ludovico Magnocavallo
774ca376e6
prep v54.1.0
2026-03-26 15:53:38 +00:00
dependabot[bot]
e2ee991a04
Bump requests ( #3813 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.4 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.33.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-26 15:13:55 +00:00
Ludovico Magnocavallo
a4eb4d24fd
Compute VM module refactor ( #3805 )
...
* add ad for compute-vm refactor
* Exclue nic_type from validated fields, add split of main.tf and template.tf
* boot disk
* fix examples and fixtures
* attached disks
* fix further examples and module-level tests
* remove extra file
* fix mig examples
* finish refactoring variables
* align fast and other modules
* refactor(compute-vm): align examples and ADR with the newly implemented interface
This commit addresses the remaining references of the `instance_type` and `confidential_compute` parameters in the testing environment and updates the ADR.
* feat(compute-vm): add network_performance_config to instance and templates
This change implements the usage of the `network_performance_tier` variable we added earlier into the actual Terraform resources.
---------
Co-authored-by: Wiktor Niesiobędzki <wiktorn@google.com >
2026-03-26 11:31:40 +00:00
Julio Castillo
03288f2b35
Update README.md
2026-03-24 14:56:15 +01:00
Samuele Perticarari
e67b2944a4
Fix network "hub-and-spokes-vpns" dataset ( #3800 )
...
* Change Hub's VPN Router ASN from 64515 to 64517
2026-03-18 10:18:55 +00:00
Vannick Trinquier
38e885a47c
Add support of organizational based service agents in VPC-SC stage ( #3802 )
2026-03-18 16:08:08 +07:00
Vannick Trinquier
b4172ec174
Hardened datasets minor fixes ( #3795 )
2026-03-18 15:54:14 +07:00
Wiktor Niesiobędzki
9052e2e4e7
Add information about CI/CD seup for other stages
2026-03-17 11:51:24 +01:00
Samuele Perticarari
bd87710eea
feat: Add new compliance regime options for Assured Workloads ( #3794 )
...
* feat: Add new compliance regime options to folder schemas for assured workloads configurations.
* terraform fmt
* Update Folder README with `tools/tfdoc.py` tool
2026-03-16 17:59:25 +00:00
Simone Ruffilli
1caeacec20
Support for net-vlan-attachments in 2-networking ( #3789 )
2026-03-16 15:03:14 +01:00
Ludovico Magnocavallo
dd95efc53e
prep v54.0.0
2026-03-05 11:11:25 +00:00
Ludovico Magnocavallo
a935ab6643
Merge remote-tracking branch 'origin/master' into fast-dev
2026-03-05 11:08:38 +00:00
Ludovico Magnocavallo
e282f4bb4f
prep v53.1.0
2026-03-05 10:55:44 +00:00
Ludovico Magnocavallo
7a5664f475
Additional changes to folder module and project factory ( #3782 )
...
* allow null name, use basepath for factories in pf folders
* fix id in folder schema
2026-03-05 09:32:35 +00:00
Ludovico Magnocavallo
a44fe55128
Merge remote-tracking branch 'origin/master' into fast-dev
2026-03-04 10:09:18 +00:00
Ludovico Magnocavallo
f794d764e9
Support additional dns_access attributes in GKE cluster modules ( #3781 )
2026-03-04 11:06:48 +01:00
Ludovico Magnocavallo
0be09646b0
Add missing folder features to project factory and align logging across folder/org modules ( #3779 )
2026-03-04 10:28:48 +01:00
Ludovico Magnocavallo
e45e8089ff
comment alerting policy to prevent e2e errors ( #3777 )
2026-03-02 09:32:13 +01:00
Ludovico Magnocavallo
e121e913ab
Merge remote-tracking branch 'origin/master' into fast-dev
2026-02-27 15:09:26 +00:00
Ludovico Magnocavallo
0eb171b21e
Add support for URL filtering profiles to FAST NGFW add-on ( #3768 )
...
* add support for URL filtering profiles to FAST NGFW add-on
* fix YAML linting, add yamllint to pre-commit
2026-02-26 11:54:44 +01:00
Ludovico Magnocavallo
efd8439788
Merge branch 'master' of github.com:GoogleCloudPlatform/cloud-foundation-fabric
2026-02-26 09:15:16 +00:00
Ludovico Magnocavallo
07a137a117
wip
2026-02-26 09:15:12 +00:00
Ludovico Magnocavallo
99e27b988e
Merge remote-tracking branch 'origin/master' into fast-dev
2026-02-25 15:15:04 +00:00
Ludovico Magnocavallo
6494939348
Fix support for credit types in billing module budgets ( #3765 )
...
* fix billing budgets
* tfdoc
2026-02-25 15:31:35 +01:00
Ludovico Magnocavallo
a4ee465407
Merge remote-tracking branch 'origin/master' into fast-dev
2026-02-23 08:12:55 +00:00
kovagoadam
738e638bbe
Added custom prefix support for automation SA ( #3757 )
2026-02-21 09:54:01 +01:00
Ludovico Magnocavallo
b6d6babb02
Merge remote-tracking branch 'origin/master' into fast-dev
2026-02-20 13:20:01 +00:00
Ludovico Magnocavallo
67b1543e90
Support additional attributes for buckets/datasets in project factory module ( #3755 )
...
* extend attributes for project factory secondary resources
* remove extra files
* complete
* tf fmt
* tfdoc
* schemas
* fix tests
* tfdoc
2026-02-20 11:57:59 +00:00
norbert-loderer
db8eecc999
Corrected network reference and stage_config inside variables.tf ( #3747 )
...
Co-authored-by: Simone Ruffilli <sruffilli@google.com >
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com >
2026-02-19 10:53:33 +00:00
Ludovico Magnocavallo
440b622536
Merge remote-tracking branch 'origin/master' into fast-dev
2026-02-19 09:21:39 +00:00
Wiktor Niesiobędzki
f474173d45
Fix vpc-sc role name
2026-02-17 10:18:06 +01:00
Wiktor Niesiobędzki
7e42aba824
Fix 404 on creating alerts
...
Error: Error creating AlertPolicy: googleapi: Error 404: Cannot find metric(s) that match type = "logging.googleapis.com/user/sa-impersonation". If a metric was created recently, it could take up to 10 minutes to become available. Please try again soon.
2026-02-16 16:21:46 +01:00
Samuele Perticarari
b9f7350f82
Dataset configuration template for custom BGP advertisements on Cloud Router and BGP Peers ( #3730 )
...
* Created sample dataset template configuration for custom BGP advertisements on Cloud Router and BGP Peers
2026-02-13 10:53:58 +00:00
Ludovico Magnocavallo
26e622edae
prep v53.0.0
2026-02-12 09:12:54 +00:00
Ludovico Magnocavallo
079aac1f88
Merge remote-tracking branch 'origin/master' into fast-dev
2026-02-12 09:07:04 +00:00
Ludovico Magnocavallo
5765b11a87
prep v52.1.0
2026-02-12 09:01:26 +00:00
Ludovico Magnocavallo
fb21f6aaf8
Change factories_config type in FAST and project/vpc factory modules, add YAML schema validation ( #3728 )
...
* stage 0
* stage 1
* networking
* security
* pf stage
* tfdoc
* align schemas
* inventory
* fix observability
* pf module
* pf module budgets
* align fast stages
* align project subfactories
* tfdoc
* schema validation
* add missing schemas
* Fix observability types
---------
Co-authored-by: Julio Castillo <jccb@google.com >
2026-02-11 15:29:49 +00:00
Ludovico Magnocavallo
936c808ff3
Merge remote-tracking branch 'origin/master' into fast-dev
2026-02-10 15:59:57 +00:00
Julio Castillo
ddab73d03f
Add basic observability example to classic dataset ( #3697 )
...
* Add basic observability example to classic dataset
* Add boilerplate and observability schema
* Lint fix
* Add observability schema to project-factory module
* Extend duplicate-diff
* Fix tests
* Remove unused schemas
2026-02-10 14:35:13 +00:00
Julio Castillo
4e7b44e184
Retry #3719 and fix broken link ( #3723 )
...
* Fix url and remove unavailable service
* Add inline depedencies to `tools/check_links.py`
2026-02-10 13:42:21 +00:00