File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:new-resource
2+ aws_iam_outbound_web_identity_federation
3+ ```
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments