Skip to content

Commit

Permalink
Update multi-region version 12.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbysinghh committed Nov 17, 2021
1 parent d3e3915 commit db53fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module "labels" {
environment = var.environment
managedby = var.managedby
label_order = var.label_order

}

resource "aws_vpc_peering_connection" "default" {
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ variable "requestor_vpc_id" {
variable "acceptor_vpc_id" {
type = string
description = "Acceptor VPC ID."


}

Expand Down

0 comments on commit db53fb2

Please sign in to comment.