Skip to content

Commit 20bbd38

Browse files
committed
fixed docs issues
1 parent 64b70d4 commit 20bbd38

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

website/docs/r/iam_outbound_web_identity_federation.html.markdown

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: |-
1010

1111
Manages an AWS IAM (Identity & Access Management) Outbound Web Identity Federation.
1212

13-
~> **NOTE:** Removing this Terraform resource disables IAM Outbound Web Identity Federation.
13+
~> **NOTE:** Removing this Terraform resource removes it from state but does not disable IAM Outbound Web Identity Federation. The setting will remain at its last configured value. To disable the feature, set `enabled = false` before removing the resource.
1414

1515
## Example Usage
1616

@@ -28,10 +28,9 @@ resource "aws_iam_outbound_web_identity_federation" "example" {
2828

2929
This resource exports the following attributes in addition to the arguments above:
3030

31-
* `id` - Unique identifier for the account registration. Since registration is applied globaly, this will be the Account ID.
31+
* `id` - Unique identifier for the account registration. Since registration is applied globally, this will be the Account ID.
3232
* `issuer_identifier` - A unique issuer URL for your AWS account that hosts the OpenID Connect (OIDC) discovery endpoints.
3333

34-
3534
## Import
3635

3736
In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import IAM Outbound Web Identity Federation resources using the `id`. For example:
@@ -47,4 +46,4 @@ Using `terraform import`, import IAM Outbound Web Identity Federation resources
4746

4847
```console
4948
% terraform import aws_iam_outbound_web_identity_federation.example 123456789012
50-
```
49+
```

0 commit comments

Comments
 (0)