Julio Diez
2f64fcd5f4
Reimplement the module to manage only one spoke
2023-03-08 20:00:55 +01:00
Julio Diez
6eb82a2214
Merge pull request #16 from juliodiez/master
...
Sync branch
2023-03-07 13:13:35 +01:00
Julio Diez
d9eaa59862
Generated variable table via tfdoc
2023-03-07 13:04:15 +01:00
Julio Diez
ac224ad11c
Add tftest to README
2023-03-07 12:29:20 +01:00
Julio Diez
94f3a08129
Add example of custom route advertisements
2023-03-07 11:54:34 +01:00
Julio Diez
9b5bc407ba
Add image for load-balanced router appliances example
2023-03-07 11:10:19 +01:00
Julio Diez
58c90feca2
Add example of load-balanced router appliances
2023-03-07 11:06:23 +01:00
Julio Diez
3e0a8c4c0a
Add image for site to two VPCs example
2023-03-07 10:43:51 +01:00
Julio Diez
76972d5804
Add example of site to two VPCs
2023-03-07 10:37:58 +01:00
Julio Diez
449f5cbb56
Adapt example to use only allowed chars for resource names
2023-03-07 10:28:29 +01:00
Julio Diez
87107ba3e0
Set a unique name to CRs linked to spokes
2023-03-07 10:11:02 +01:00
Julio Diez
e7963eb630
Set a unique name to spokes
2023-03-07 10:01:07 +01:00
Julio Diez
71cb18f808
Replace map key derived from resource attributes
2023-03-07 09:52:34 +01:00
Julio Diez
0f4919a771
Add image for site to VPC example
2023-03-06 20:55:36 +01:00
Julio Diez
69493d8a40
Add README with first example
2023-03-06 20:47:18 +01:00
Julio Diez
65671647e7
Make optional some router config fields
2023-03-06 20:45:08 +01:00
Julio Diez
25b14465b2
Simplify some naming
2023-03-06 19:21:09 +01:00
Julio Diez
e835730665
Add router BGP peers
2023-03-06 18:02:50 +01:00
Julio Diez
02707eb275
Initial commit for NCC module
2023-03-06 14:09:14 +01:00
Ludovico Magnocavallo
8fc9549c58
add support for proxy and psc subnets to module factory ( #1211 )
2023-03-05 17:08:43 +01:00
lcaggio
88ecdbe671
Merge branch 'master' into lcaggio/dataproc-03
2023-03-02 12:18:52 +01:00
Taneli Leppä
99d19d5ec8
Fix issue with GKE cluster notifications topic, change pubsub module output to static.
2023-03-02 11:23:05 +01:00
lcaggio
b7793f69a2
Dataproc module. Fix output.
2023-03-02 10:39:08 +01:00
erabusi
2ebb21e4cc
Fix url_redirect issue on net-glb module ( #1204 )
2023-03-02 07:51:39 +01:00
lcaggio
b39b486cd4
Fix README
2023-03-01 10:48:33 +01:00
lcaggio
c4d8175d9a
Merge branch 'master' into lcaggio/dataproc-02
2023-03-01 10:44:31 +01:00
lcaggio
0d37fe8338
Update README
2023-03-01 10:44:01 +01:00
Ludovico Magnocavallo
3a2d6e1b46
Fix secondary ranges in net-vpc readme ( #1198 )
...
Fixes #1197
2023-03-01 08:08:07 +01:00
lcaggio
dad3c49012
Fix linting
2023-03-01 08:00:52 +01:00
Ludovico Magnocavallo
6629e5cd06
Merge branch 'master' into lcaggio/dataproc-02
2023-03-01 07:57:21 +01:00
lcaggio
dc37783022
Fix Variables
2023-03-01 07:54:10 +01:00
Ludovico Magnocavallo
4b3b5ad1cb
Merge branch 'master' into fix-test-compute-vm-kms
2023-02-28 16:13:48 +01:00
Dan Farmer
52eb83758f
Fix compute-vm:CloudKMS test for provider>=4.54.0
...
* TF provider >= 4.54.0 now returns `rsa_encrypted_key` for
`google_compute_disk.disks["attached-disk"]` (see
hashicorp/terraform-provider-google#4448 )
* Add this field to expected model to fix test assertion failure
* Update required TF provider to 4.55.0 (latest) since the assertion
will now fail with <4.54.0, which do not return `rsa_encrypted_key`
* Updated the whole repo on advice from @ludoo
2023-02-28 15:10:22 +00:00
Joshua Goldberg
6bf2fb4c06
Fix https health check mismapped to http ( #1194 )
2023-02-28 15:48:13 +01:00
lcaggio
0f504f6b8e
Fix output variable order.
2023-02-28 10:50:58 +01:00
lcaggio
ac0a140011
Fix outputs
2023-02-28 10:35:44 +01:00
Ludovico Magnocavallo
1a685e7b83
Update README.md
2023-02-28 07:49:28 +01:00
Ludovico Magnocavallo
3d2f1182d2
Update README.md
2023-02-28 07:48:47 +01:00
lcaggio
7ece884422
Fix examples.
2023-02-28 06:52:10 +01:00
lcaggio
46a99b9a9b
Merge branch 'master' into lcaggio/dataproc
2023-02-28 06:36:21 +01:00
Ludovico Magnocavallo
e098568b6e
fix external gateway ( #1191 )
2023-02-28 00:46:50 +01:00
lcaggio
fdb4f2a9fd
Fix variables
2023-02-27 22:23:45 +01:00
lcaggio
51579ac7e7
Fix linting
2023-02-27 22:18:07 +01:00
lcaggio
05a85e753c
First commit
2023-02-27 22:14:07 +01:00
Valerio Ponza
cbe85e0605
fixing workloadidentity for anthos service mesh - authority was not created
2023-02-27 14:17:16 +00:00
Ludovico Magnocavallo
6320c53baf
Allow multiple peer gateways in vpn ha module ( #1184 )
...
* allow multiple peer gateways in vpn ha module
* align blueprints
* fast
2023-02-27 10:18:59 +00:00
Carlos Alexandre
aecb6fd543
Implemented conditional dynamic blocks for google_access_context_manager_service_perimeter spec and status ( #1177 )
...
* implemented conditional dynamic blocks
* Fix linting
* avoid setting spec in bridge perimeters if no resources are set
---------
Co-authored-by: Julio Castillo <jccb@google.com >
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com >
2023-02-25 16:04:19 +00:00
Julio Castillo
899960c247
Fix tests
2023-02-24 19:14:43 +01:00
Valerio Ponza
36e6367a5c
adding meshconfig.googleapis.com to JIT list.
2023-02-24 16:11:35 +00:00
Valerio Ponza
7670a6009f
adding meshconfig.googleapis.com to JIT list.
2023-02-24 16:05:11 +00:00