Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into feat/logging
Browse files Browse the repository at this point in the history
* upstream/main:
  feat: adds tagging the TGW attachment + associating / propagating TGW RTB + creating TGW routes (cloudposse#37)
  Update README.md and docs (cloudposse#31)
  Sync github (cloudposse#29)
  Feature: Multiple VPCs through single site-to-site VPN with transit gateway id (cloudposse#27)
  • Loading branch information
Marlon (esolitos) Saglia committed Mar 4, 2024
2 parents baa7b6d + 576b717 commit 1dc6907
Show file tree
Hide file tree
Showing 12 changed files with 110 additions and 341 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/auto-context.yml

This file was deleted.

88 changes: 0 additions & 88 deletions .github/workflows/auto-format.yml

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/auto-readme.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/auto-release.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/chatops.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/validate-codeowners.yml

This file was deleted.

1 change: 1 addition & 0 deletions examples/complete/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ output "vpn_connection_id" {

output "vpn_connection_customer_gateway_configuration" {
description = "The configuration information for the VPN connection's Customer Gateway (in the native XML format)"
sensitive = true
value = module.vpn_connection.vpn_connection_customer_gateway_configuration
}

Expand Down
6 changes: 4 additions & 2 deletions examples/complete/versions.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
terraform {
required_version = ">= 0.13.0"
required_version = ">= 1.3.0"

required_providers {
aws = {
source = "hashicorp/aws"
source = "hashicorp/aws"
version = ">= 2.0"
}
}
}
Loading

0 comments on commit 1dc6907

Please sign in to comment.