Skip to content

Commit 6393c9b

Browse files
committed
Changed app_name default to idp
1 parent c94a804 commit 6393c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ variable "app_environment" {
2727
variable "app_name" {
2828
description = "app name to use for the itse_app_name tag"
2929
type = string
30-
default = "serverless-mfa-api"
30+
default = "idp"
3131
}

0 commit comments

Comments
 (0)