Skip to content

Commit 2257018

Browse files
committed
refactor: replace the atlantis port value with locals variable
1 parent 55440a0 commit 2257018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ locals {
4646
},
4747
{
4848
name = "ATLANTIS_PORT"
49-
value = "4141"
49+
value = tostring(local.container_port)
5050
},
5151
{
5252
name = "ATLANTIS_ENABLE_DIFF_MARKDOWN_FORMAT"

0 commit comments

Comments
 (0)