File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ locals {
17
17
}
18
18
19
19
data "tls_certificate" "tfc_certificate" {
20
- url = " https://app.terraform.io "
20
+ url = local . oidc_provider_url
21
21
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ module "tfc_workload_identity_role" {
31
31
32
32
oidc_fully_qualified_subjects = local. tfc_workload_identity_workspaces_exact
33
33
oidc_subjects_with_wildcards = local. tfc_workload_identity_workspaces_wildcard
34
- oidc_fully_qualified_audiences = coalescelist (var. tfc_workload_identity_role_audiences , aws_iam_openid_connect_provider. tfc_provider [0 ]. client_id_list )
34
+ oidc_fully_qualified_audiences = try ( coalescelist (var. tfc_workload_identity_role_audiences , aws_iam_openid_connect_provider. tfc_provider [0 ]. client_id_list ), [] )
35
35
36
36
tags = var. tags
37
37
}
You can’t perform that action at this time.
0 commit comments