Skip to content

Commit

Permalink
support remote peering of networks, and add example tf for this
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwood committed Oct 7, 2024
1 parent 8a1a8eb commit 4372b67
Show file tree
Hide file tree
Showing 22 changed files with 2,478 additions and 42 deletions.
4 changes: 4 additions & 0 deletions examples/platform_stack/terraform.tfvars.local_example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
kaleido_platform_api = "https://myaccount.kaleido.dev"
kaleido_platform_username = "key1"
kaleido_platform_password = "ac8255da-9ddf-4be4-92ad-daa957196e7a8e0328af-10b8-47f0-96ce-ebc042da7b89"
environment_name = "env_alex"
4 changes: 4 additions & 0 deletions examples/platform_stack_gov/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.terraform*
terraform.d
terraform.tfstate*
terraform.tfvars
Loading

0 comments on commit 4372b67

Please sign in to comment.