Commit Graph

1347 Commits

Author SHA1 Message Date
Julio Castillo b11367e970 Support nullable variables in tfdoc 2022-01-28 19:09:40 +01:00
Ludovico Magnocavallo 1cc59a368d
Update README.md 2022-01-28 08:53:21 +01:00
apichick f3a7b8bc17
Removed unused key ingress_settings in function_config (#463)
Co-authored-by: apichick <apichick@google.com>
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2022-01-28 08:45:32 +01:00
lcaggio 8203ebdc64
VPC-SC: Fix README (#462)
* fix VPC-SC README.

* fix VPC-SC README.

* Update README.md

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2022-01-28 08:44:07 +01:00
Ludovico Magnocavallo 74f9618f52 gitignore for custom lab 2022-01-28 08:30:46 +01:00
Simone Ruffilli c5ba74374b
Update subnets (#466) 2022-01-28 08:26:03 +01:00
Julio Castillo 7c55d3b8b6
Update CHANGELOG.md 2022-01-27 17:45:56 +01:00
apichick 46755ab620 Fixed README fast/stages/02-networking/README.md 2022-01-27 17:44:27 +01:00
apichick 6dbb7fc6b2 removed boolean flag used to authorize the sink writer identity on the destination 2022-01-27 17:44:27 +01:00
Julio Castillo bd9fb3208b
Merge pull request #465 from GoogleCloudPlatform/ludo/check-docs-exclude
Support exclude in check docs
2022-01-27 17:42:05 +01:00
Ludovico Magnocavallo cb9340fd4f exclude in check docs 2022-01-27 17:31:08 +01:00
Simone Ruffilli 0867d6f6e2
FAST - Networking - update variables.tf 2022-01-27 13:18:29 +01:00
Ludovico Magnocavallo 03e7d71759
Update CHANGELOG.md 2022-01-27 11:43:13 +01:00
Ludovico Magnocavallo b9e8327987
fix onprem tunnel variable (#461) 2022-01-25 15:35:01 +01:00
Luca Prete 51cd70ce9a
[#459] net-glb: add serverless backend example 2022-01-25 14:42:48 +01:00
Luca Prete c30d29bf9b
[#455] net-glb: add support for null health_checks_config_defaults (#456) 2022-01-25 14:06:02 +01:00
Luca Prete f29cc67abc
Fast: reset vm-test counter to 0 in net landing (#452) 2022-01-25 13:55:35 +01:00
Julio Castillo cbe0f65bf1
Merge pull request #458 from GoogleCloudPlatform/457-glb-fix-default-svc
[#457] Fix url map default service selection
2022-01-25 12:17:19 +01:00
Luca Prete f40d89776e [#457] Fix url map default service selection 2022-01-25 11:07:22 +01:00
Ludovico Magnocavallo f580cece1e
Update README.md 2022-01-24 20:48:21 +01:00
Julio Castillo 9ab4173968
Update README.md 2022-01-24 17:15:10 +01:00
Julio Castillo 29471079b6
Update README.md 2022-01-24 17:14:39 +01:00
Ludovico Magnocavallo d8d41638a4
Refactor onprem VPN vars (#453)
* refactor onprem VPN vars

* tfdoc

* tfdoc
2022-01-24 14:40:49 +01:00
Ludovico Magnocavallo 3717548c25 edit variable description so table does not overflow 2022-01-22 16:12:03 +01:00
Julio Castillo b3e9d2cb6f
Merge pull request #451 from GoogleCloudPlatform/jccb/link-readme-vars
Link vars and outputs from README
2022-01-22 15:51:50 +01:00
Julio Castillo 31f625f149 Link vars and outputs from README 2022-01-22 14:15:16 +01:00
Ludovico Magnocavallo b56a231998
Update CHANGELOG.md 2022-01-22 11:35:10 +01:00
Ludovico Magnocavallo 9a533180a0
Refactor project module, support per-file tags in tfdoc (#450)
* add support for in-doc tfdoc options overrides

* clean up project module

* add file description tags

* only output module and resource columns in tfdoc file table if they exist

* update fast READMEs

* fix check docs
2022-01-22 11:34:18 +01:00
Simone Ruffilli 19c6e54298
FAST Networking: update router name for onprem vpn 2022-01-22 09:31:13 +01:00
Ludovico Magnocavallo 6d2b2f5ff2
Update CHANGELOG.md 2022-01-22 08:33:45 +01:00
lcaggio a97c606253
Support service dependencies for crypto key bindings in project module (#443)
* Support services that require crypto/decrypt role on robot service accounts

* delete test and upload refactored implementation

* fix duplicate key on dependent services, add tests

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2022-01-22 08:32:13 +01:00
Julio Castillo bb131f3ead
Merge pull request #449 from apichick/fix-documentation-iam-service-account
fixed README in iam-service-account module
2022-01-21 21:30:20 +01:00
apichick 7bbe3d0b6d fixed README in iam-service-account module 2022-01-21 21:01:48 +01:00
Luca Prete 0da20063c8
Fix fast org policies (#444)
* Fix fast org policies

* Generate tfdoc

* Minor refactoring of resman organization org policies

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2022-01-21 19:38:18 +01:00
Julio Castillo ced7aafcbf
Merge pull request #448 from drebes/project-dependency
fix recreation of resources that depend on project_id on pre-existing…
2022-01-21 18:30:38 +01:00
Roberto Jung Drebes b99e33ce5b fix recreation of resources that depend on project_id on pre-existing projects when data source refresh is triggered 2022-01-21 17:16:20 +00:00
Julio Castillo 3f798d3032
Fix failing tests (#442)
* Fix failing tests

* useless try

* try using job dependencies

* retry

* revert

* disable concurrency, try general config/env

* use in-job config

* don't use home var

* individual configs

* remove multiline

* useless tests

* one more try to figure it out

* use the right home path

* multiline

* fix typo

* remove unused files, revert conftest changes

* Move plugin init to separate action

* Remove parallel tests

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2022-01-21 17:25:16 +01:00
Ludovico Magnocavallo 56877421ff
fix etra newlines in tfdoc, fixes #445 (#446) 2022-01-21 16:16:28 +01:00
Simone Ruffilli 2267801866
Update README.md 2022-01-21 15:18:20 +01:00
Simone Ruffilli 9f5854c043
Update README.md 2022-01-21 15:17:21 +01:00
Julio Castillo 4a7c1bcb01
Merge pull request #441 from apichick/fix-organization-README
replaced firewall_policy_attachments with firewall_policy_association…
2022-01-19 21:16:32 +01:00
apichick 5ac828dd85 replaced firewall_policy_attachments with firewall_policy_association in example 2022-01-19 20:55:55 +01:00
Julio Castillo 43270247bf
Delete README.md 2022-01-19 19:15:33 +01:00
Julio Castillo bfa892eb13
Delete TODO.md 2022-01-19 19:13:42 +01:00
Ludovico Magnocavallo 4e02f4475a
Update core-dev.tf 2022-01-19 17:03:58 +01:00
lcaggio 0bebcbf6d6
Merge pull request #439 from GoogleCloudPlatform/lcaggio-patch-2
Update README
2022-01-19 15:53:25 +01:00
Ludovico Magnocavallo 87385fd2a6
Merge branch 'master' into lcaggio-patch-2 2022-01-19 15:32:17 +01:00
Simone Ruffilli 337528066b
Update README.md 2022-01-19 14:25:06 +01:00
Ludovico Magnocavallo 9309b010d0 Merge branch 'master' of github.com:GoogleCloudPlatform/cloud-foundation-fabric 2022-01-19 14:20:30 +01:00
Ludovico Magnocavallo e866db2c88 Merge Fabric FAST (#435)
Co-authored-by: Simone Ruffilli <sruffilli@google.com>
Co-authored-by: Julio Castillo <jccb@google.com>
2022-01-19 14:19:39 +01:00