Commit Graph

2041 Commits

Author SHA1 Message Date
Ludovico Magnocavallo 22d0506f4d
fix condition in subnet factory flow logs (#654) 2022-05-18 10:33:56 +02:00
frits-v 9feb938bed
Update README.md (#653) 2022-05-12 08:01:18 +02:00
Ludovico Magnocavallo 13eac1eb22
Update CHANGELOG.md 2022-05-09 11:54:58 +02:00
Ludovico Magnocavallo e3ea387f0f
fix subnet schema (#651) 2022-05-09 11:53:57 +02:00
Ludovico Magnocavallo 31d87e722a
fix secondary range in yaml example
fixes #650
2022-05-09 11:23:54 +02:00
Julio Castillo 9e08472a4a
Merge pull request #648 from GoogleCloudPlatform/jccb/remove-template-file-provider
Remove template_file provider references
2022-05-05 14:56:23 +02:00
Julio Castillo e3f0c022f8 Use interpolation instead of format() 2022-05-05 14:45:34 +02:00
Julio Castillo f9d79182d7 Remove template_file provider references 2022-05-05 14:45:34 +02:00
Ludovico Magnocavallo daeeef35f0
Update CHANGELOG.md 2022-05-05 14:44:14 +02:00
Ludovico Magnocavallo ff25809020
Fix tfdoc parsing on newllines in outputs (#649)
* fix

* use the right (ugly) Python formatter

* boilerplate on new file

* and do the actual tfdoc run on the original outputs file
2022-05-05 14:43:38 +02:00
Julio Castillo f2d663d19f
Merge pull request #646 from GoogleCloudPlatform/sruffilli/spot-vm
Adds Spot VM support to compute-vm
2022-05-04 19:08:23 +02:00
Ludovico Magnocavallo fcfbcee136
Merge branch 'master' into sruffilli/spot-vm 2022-05-04 18:26:45 +02:00
Daniel Strebel 06927da1e8
Merge pull request #645 from danistrebel/feature/add-apigee-service-attachment
add service_attachment to Apigee instance outputs
2022-05-04 18:14:46 +02:00
Julio Castillo e6135bb323 Remove preemptible VMs in favor of spot VMs 2022-05-04 18:01:07 +02:00
Daniel Strebel f090c037f5
Merge branch 'master' into feature/add-apigee-service-attachment 2022-05-04 17:34:44 +02:00
Julio Castillo c0bd3d3ea9 Update changelog 2022-05-04 10:07:19 +02:00
Julio Castillo aee089dcd3 Add spot vm support to `gke-nodepool` 2022-05-04 10:05:31 +02:00
Simone Ruffilli 882c07cc19
Merge branch 'master' into sruffilli/spot-vm 2022-05-04 10:01:55 +02:00
Simone Ruffilli e84f90f9a2
Update variables.tf 2022-05-04 10:01:28 +02:00
Simone Ruffilli e9d06ba469 FAST: switch to SpotVM for NVAs 2022-05-04 09:59:47 +02:00
Julio Castillo 8f9208fb9e
Merge pull request #610 from GoogleCloudPlatform/sql-multi-region
Multi-region Cloud-SQL example
2022-05-04 09:57:09 +02:00
Simone Ruffilli be54fe31d7 Adds Spot VM support to compute-vm 2022-05-04 09:48:31 +02:00
Julio Castillo aedf7cad91
Merge branch 'master' into sql-multi-region 2022-05-04 09:34:00 +02:00
Ludovico Magnocavallo 13a9ef80c1
Merge branch 'master' into feature/add-apigee-service-attachment 2022-05-04 08:12:45 +02:00
Ludovico Magnocavallo 14f641f8a3
Update CHANGELOG.md 2022-05-04 08:12:17 +02:00
Ludovico Magnocavallo 1d7b442642
FAST - Refactor VPN tunnels (#644)
* tested

* tfdoc
2022-05-04 08:11:17 +02:00
Julio Castillo 4e83b5003b
Merge branch 'master' into sql-multi-region 2022-05-03 17:46:18 +02:00
Daniel Strebel 1a53c16365 add service_attachment to Apigee instance outputs 2022-05-03 17:02:57 +02:00
Aurélien Legrand e8e26f6866
Update metrics.yaml (#641)
Good news: Limits for L4 Internal Forwarding Rules was raised to 300 per network and per network peering group in GCP (source: https://cloud.google.com/vpc/docs/quota#vpc-peering).
2022-05-03 11:18:36 +02:00
Ludovico Magnocavallo 640963c2b8
Update CHANGELOG.md 2022-05-02 09:01:40 +02:00
Ludovico Magnocavallo 4114f9995f
Change hub and spoke VPN example to use VPN HA (#643)
* missing outputs and diagram

* fix names and outputs, update diagram

* fix vm name in example

* tfdoc files on

* fix test

* address comments
2022-05-02 09:01:05 +02:00
Ludovico Magnocavallo c2323fed41
Update CHANGELOG.md 2022-04-30 11:26:27 +02:00
flaprimo a1b66c2ba1
Add subscription filter support to PubSub module (#632)
* add subscription filters to pubsub module

* add tfdoc

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2022-04-30 11:25:50 +02:00
Ludovico Magnocavallo 3a61eaf71a
Update CHANGELOG.md 2022-04-30 10:33:22 +02:00
next-davidduquehernandez 4cb814a0ae
Added 'gke_backup_agent_config' option to addons in gke-cluster (#642)
* Added 'gke_backup_agent_config' option to addons in gke-cluster

* Update README.md after launch tfdoc.py
2022-04-30 10:32:49 +02:00
David Gleich 74b507a9cb
Refactor network dashboard to use multiple files (#639)
* Refactor cloud function into multiple files part 1

* Refactor cloud function into multiple files part 2 - networks.py

* Refactor cloud function into multiple files part 3 - peerings

* Refactor cloud function into multiple files part 4 - peerings

* Refactor cloud function into multiple files part 5 - routes

* Refactor cloud function into multiple files part 6 - move monitoring metrics client out of separate function

* Refactor cloud function into multiple files part 6 - routers.py

* Refactor cloud function into multiple files part 7 - the rest

* Cleanup after refactoring
2022-04-28 11:48:48 +02:00
Aleksandr Averbukh 770f739dad
Merge pull request #638 from GoogleCloudPlatform/shield-for-templates
Add shielded_instance_config support for compute instance template
2022-04-25 14:06:41 +02:00
Aleksandr Averbukh 189ee7ae1a Add shielded_instance_config support for compute instance template 2022-04-23 08:45:04 +02:00
lcaggio f8b675b65d
Merge pull request #637 from GoogleCloudPlatform/lcaggio/dp-updatenaming
Data Platform: Update Naming Convention
2022-04-22 11:24:39 +02:00
Lorenzo Caggioni ca655265f1 Add python module 2022-04-22 00:31:28 +02:00
Lorenzo Caggioni e487f8d731 Update naming convention 2022-04-21 23:53:16 +02:00
Julio Castillo acda6ab5ab
Merge pull request #635 from GoogleCloudPlatform/jccb/fix-gke-dns-permadiff
Fix gke-cluster permadiff when using dns_config
2022-04-20 11:52:29 +02:00
Julio Castillo 2ddce7b8fa Fix gke-cluster permadiff when using dns_config 2022-04-20 11:36:53 +02:00
Ludovico Magnocavallo 4c615fed85
Merge branch 'master' into sql-multi-region 2022-04-20 09:01:47 +02:00
Alexander Meissner 488cc0927b
Merge pull request #629 from GoogleCloudPlatform/alexmeissner/gitlab-template
FAST: added Gitlab CI template
2022-04-19 12:09:17 +02:00
Alexander Meissner 250e95ce56
Merge branch 'master' into alexmeissner/gitlab-template 2022-04-19 11:10:37 +02:00
Alexander Meissner acd6719602
Adjusted Error Message of Supported Types 2022-04-19 11:10:21 +02:00
Alexander Meissner 7b30aa2c12
Added "gitlab" type to 01-resman Stage 2022-04-19 11:09:33 +02:00
Ludovico Magnocavallo ab646f38ed
Bump provider versions to >= 4.17.0, terraform to >= 1.1.0 (#634)
* bump provider versions to >= 4.17.0, terraform to >= 1.1.0

* bump teraform version in lint check, edit CHANGELOG
2022-04-17 13:55:40 +02:00
lcaggio 47563fdab8
Merge branch 'master' into sql-multi-region 2022-04-15 09:26:57 +02:00