Skip to content

Commit 82a6afe

Browse files
committed
correct default frontend branch name
1 parent fe68583 commit 82a6afe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/modules/amplify-frontend/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ variable "github_access_token" {
2424
variable "main_branch_name" {
2525
description = "Name of the main branch to deploy"
2626
type = string
27-
default = "main"
27+
default = "multitenancy"
2828
}
2929

3030
variable "backend_api_url" {

0 commit comments

Comments
 (0)