Skip to content

Commit

Permalink
Merge pull request #1339 from dlminvestments/renovate/joatmon08-hcp-a…
Browse files Browse the repository at this point in the history
…ws-5.x

chore(deps): update terraform joatmon08/hcp/aws to v5.0.2
  • Loading branch information
dlminvestments authored Feb 28, 2024
2 parents 2712ecb + 5c9b051 commit afffc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/hcp.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "hcp" {
count = var.peering_connection_has_been_added_to_hvn ? 1 : 0
source = "joatmon08/hcp/aws"
version = "5.0.0"
version = "5.0.2"
hvn_cidr_block = var.hvn_cidr_block
route_table_ids = module.vpc.database_route_table_ids
number_of_route_table_ids = 1
Expand Down

0 comments on commit afffc5b

Please sign in to comment.