@@ -6,7 +6,7 @@ module "verified_access_iam_identity_center" {
6
6
trust_provider_type = " user"
7
7
user_trust_provider_type = " iam-identity-center"
8
8
9
- group_policy_document = << EOT
9
+ group_policy_document = <<- EOT
10
10
permit(principal, action, resource)
11
11
when {
12
12
context.IAM.user.email.address like "*@abc.com"
@@ -34,7 +34,7 @@ module "verified_access_oidc" {
34
34
token_endpoint = " https://dev-12345678.okta.com/oauth2/v1/token"
35
35
user_info_endpoint = " https://dev-12345678.okta.com/oauth2/v1/userinfo"
36
36
37
- group_policy_document = << EOT
37
+ group_policy_document = <<- EOT
38
38
permit(principal, action, resource)
39
39
when {
40
40
context.http_request.http_method != "INVALID_METHOD"
@@ -66,7 +66,7 @@ module "verified_access_eni_endpoint" {
66
66
protocol = " https"
67
67
68
68
tags = {
69
- Name = " User manager endpoint"
69
+ Name = " Example verified access endpoint"
70
70
}
71
71
}
72
72
@@ -76,7 +76,7 @@ module "verified_access_elb_endpoint" {
76
76
77
77
verified_access_group_id = module. verified_access_oidc . verifiedaccess_group_id
78
78
79
- description = " student-portal "
79
+ description = " Example "
80
80
81
81
application_domain = " example.my-domain.com"
82
82
domain_certificate_arn = module. acm . acm_certificate_arn
@@ -90,7 +90,7 @@ module "verified_access_elb_endpoint" {
90
90
subnet_ids = module. vpc . private_subnets
91
91
92
92
tags = {
93
- Name = " student-portal "
93
+ Name = " Example verified access endpoint "
94
94
}
95
95
}
96
96
0 commit comments