Skip to content

Commit

Permalink
Merge branch 'ocp-maps-main' into ocp-maps/refactor-naming
Browse files Browse the repository at this point in the history
  • Loading branch information
as-extern-mbertram authored Sep 18, 2024
2 parents c0ed902 + 7d00393 commit 67dbc98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .spacelift/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 1


module_version: 0.3.4
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ resource "aws_route_table" "private" {
"Name" = (var.single_nat_gateway ? "${var.name_prefix}-${var.short_aws_region}-rtb-${var.private_subnet_suffix}" :
format("%s-%s%s-rtb-%s", var.name_prefix, var.short_aws_region,
substr(element(var.azs, count.index), -1, 1),
var.public_subnet_suffix
var.private_subnet_suffix
)
)
},
Expand Down

0 comments on commit 67dbc98

Please sign in to comment.