-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
12 changed files
with
218 additions
and
507 deletions.
There are no files selected for viewing
Submodule terraform
updated
from 645b29 to 4d2b96
Submodule terraform-beta
updated
from d36548 to cfe3b7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
resource "google_compute_router_peer" "<%= ctx[:primary_resource_id] %>" { | ||
name = "<%= ctx[:vars]['peer_name'] %>" | ||
router = "<%= ctx[:vars]['router_name'] %>" | ||
region = "us-central1" | ||
peer_ip_address = "169.254.1.2" | ||
peer_asn = 65513 | ||
advertised_route_priority = 100 | ||
interface = "interface-1" | ||
} |
Oops, something went wrong.