Skip to content

Commit fe8012e

Browse files
committed
fixed docs
1 parent ec2ce52 commit fe8012e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.changelog/45217.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
aws_iam_outbound_web_identity_federation
3+
```

website/docs/r/iam_outbound_web_identity_federation.html.markdown

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ Manages an AWS IAM (Identity & Access Management) Outbound Web Identity Federati
1212

1313
~> **NOTE:** This resource will enable IAM Outbound Web Identity Federation on the account when created and disable when destroyed.
1414

15-
16-
## Example Usage
17-
1815
### Basic Usage
1916

2017
```terraform
@@ -27,10 +24,10 @@ This resource does not accept any argument.
2724

2825
## Attribute Reference
2926

30-
This resource exports the following attributes in addition to the arguments above:
27+
This resource exports the following attributes:
3128

32-
* `arn` - ARN of the Outbound Web Identity Federation.
33-
* `example_attribute` - Brief description of the attribute.
29+
* `issuer_identifier` - A unique issuer URL for your AWS account that hosts the OpenID Connect (OIDC) discovery endpoints
30+
* `jwt_vending_enabled` - Indicates whether outbound identity federation is currently enabled for your AWS account.
3431

3532
## Import
3633

0 commit comments

Comments
 (0)