File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
modules/iam-oidc-identity-provider Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- 0.30.0
1
+ 0.30.1
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ This module creates following resources.
18
18
19
19
| Name | Version |
20
20
| ------| ---------|
21
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.24 .0 |
22
- | <a name =" provider_tls " ></a > [ tls] ( #provider\_ tls ) | 4.0.4 |
21
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.50 .0 |
22
+ | <a name =" provider_tls " ></a > [ tls] ( #provider\_ tls ) | 4.0.5 |
23
23
24
24
## Modules
25
25
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ output "url" {
15
15
16
16
output "urn" {
17
17
description = " The URN of the identity provider."
18
- value = aws_iam_openid_connect_provider. this . url
18
+ value = trimprefix ( trimprefix ( aws_iam_openid_connect_provider. this . url , " http:// " ), " https:// " )
19
19
}
20
20
21
21
output "audiences" {
You can’t perform that action at this time.
0 commit comments