Skip to content

Commit 4ca75c1

Browse files
author
Duleendra
committed
[PFMENG-1278] Update the examples
1 parent 3fef563 commit 4ca75c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/main.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ module "verified_access_eni_endpoint" {
5454

5555
verified_access_group_id = module.verified_access_iam_identity_center.verifiedaccess_group_id
5656

57-
description = "user-manager"
58-
application_domain = "user-manger.my-domain.com"
57+
description = "example"
58+
application_domain = "example.my-domain.com"
5959
domain_certificate_arn = module.acm.acm_certificate_arn
60-
endpoint_domain_prefix = "user-manger"
60+
endpoint_domain_prefix = "example"
6161
security_group_ids = [module.verified_access_sg.security_group_id]
6262

6363
endpoint_type = "network-interface"
@@ -78,13 +78,13 @@ module "verified_access_elb_endpoint" {
7878

7979
description = "student-portal"
8080

81-
application_domain = "student-portal.my-domain.com"
81+
application_domain = "example.my-domain.com"
8282
domain_certificate_arn = module.acm.acm_certificate_arn
83-
endpoint_domain_prefix = "student-portal"
83+
endpoint_domain_prefix = "example"
8484
security_group_ids = [module.verified_access_sg.security_group_id]
8585

8686
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
8888
port = 443
8989
protocol = "https"
9090
subnet_ids = module.vpc.private_subnets

0 commit comments

Comments
 (0)