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:
@@ -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" {}
|
||||
|
||||
Reference in New Issue
Block a user