Added recipe HA VPN between AWS and GCP (#3034)

* Added recipe HA VPN between AWS and GCP

* Fix typo

* Update providers to work without credentials

* Add AWS resource to tools/lockfile/main.tf

* Fixed error in recipe docs

---------

Co-authored-by: Julio Castillo <jccb@google.com>
This commit is contained in:
apichick
2025-04-14 12:47:21 +02:00
committed by GitHub
parent 2d54911415
commit ff7e7d299c
9 changed files with 367 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -24,3 +24,4 @@ resource "time_static" "default" {}
resource "tls_private_key" "default" {}
resource "vsphere_role" "default" {}
resource "kubernetes_secret" "default" {}
resource "aws_vpc" "default" {}