File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ module "verified_access_eni_endpoint" {
54
54
55
55
verified_access_group_id = module. verified_access_iam_identity_center . verifiedaccess_group_id
56
56
57
- description = " user-manager "
58
- application_domain = " user-manger .my-domain.com"
57
+ description = " example "
58
+ application_domain = " example .my-domain.com"
59
59
domain_certificate_arn = module. acm . acm_certificate_arn
60
- endpoint_domain_prefix = " user-manger "
60
+ endpoint_domain_prefix = " example "
61
61
security_group_ids = [module . verified_access_sg . security_group_id ]
62
62
63
63
endpoint_type = " network-interface"
@@ -78,13 +78,13 @@ module "verified_access_elb_endpoint" {
78
78
79
79
description = " student-portal"
80
80
81
- application_domain = " student-portal .my-domain.com"
81
+ application_domain = " example .my-domain.com"
82
82
domain_certificate_arn = module. acm . acm_certificate_arn
83
- endpoint_domain_prefix = " student-portal "
83
+ endpoint_domain_prefix = " example "
84
84
security_group_ids = [module . verified_access_sg . security_group_id ]
85
85
86
86
endpoint_type = " load-balancer"
87
- load_balancer_arn = " arn:aws:elasticloadbalancing:ap-southeast-1:123456789:loadbalancer/app/student-portal/db28c751e6407a7e "
87
+ load_balancer_arn = module . alb . arn
88
88
port = 443
89
89
protocol = " https"
90
90
subnet_ids = module. vpc . private_subnets
You can’t perform that action at this time.
0 commit comments