Skip to content

Commit

Permalink
[PFMENG-1278] fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Duleendra committed Nov 6, 2023
1 parent 49ad569 commit 114ad25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module "verified_access_oidc" {
module "verified_access_eni_endpoint" {
source = "../modules/endpoint"

verified_access_group_id = module.verified_access_iam_identity_center
verified_access_group_id = module.verified_access_iam_identity_center.verifiedaccess_group_id

application_name = "user-manager"
application_domain = "user-manger.abc.com"
Expand Down

0 comments on commit 114ad25

Please sign in to comment.