Skip to content

Commit 872ebfb

Browse files
committed
fixed docs and changelog
1 parent ec2ce52 commit 872ebfb

File tree

4 files changed

+150
-6
lines changed

4 files changed

+150
-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+
```
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
subcategory: "EC2 (Elastic Compute Cloud)"
3+
layout: "aws"
4+
page_title: "AWS: aws_ec2_vpc_ipam_prefix_list_resolver"
5+
description: |-
6+
Manages an AWS EC2 (Elastic Compute Cloud) Vpc IPAM Prefix List Resolver.
7+
---
8+
<!---
9+
Documentation guidelines:
10+
- Begin resource descriptions with "Manages..."
11+
- Use simple language and avoid jargon
12+
- Focus on brevity and clarity
13+
- Use present tense and active voice
14+
- Don't begin argument/attribute descriptions with "An", "The", "Defines", "Indicates", or "Specifies"
15+
- Boolean arguments should begin with "Whether to"
16+
- Use "example" instead of "test" in examples
17+
--->
18+
19+
# Resource: aws_ec2_vpc_ipam_prefix_list_resolver
20+
21+
Manages an AWS EC2 (Elastic Compute Cloud) Vpc IPAM Prefix List Resolver.
22+
23+
## Example Usage
24+
25+
### Basic Usage
26+
27+
```terraform
28+
resource "aws_ec2_vpc_ipam_prefix_list_resolver" "example" {
29+
}
30+
```
31+
32+
## Argument Reference
33+
34+
The following arguments are required:
35+
36+
* `example_arg` - (Required) Brief description of the required argument.
37+
38+
The following arguments are optional:
39+
40+
* `optional_arg` - (Optional) Brief description of the optional argument.
41+
42+
## Attribute Reference
43+
44+
This resource exports the following attributes in addition to the arguments above:
45+
46+
* `arn` - ARN of the Vpc IPAM Prefix List Resolver.
47+
* `example_attribute` - Brief description of the attribute.
48+
49+
## Timeouts
50+
51+
[Configuration options](https://developer.hashicorp.com/terraform/language/resources/syntax#operation-timeouts):
52+
53+
* `create` - (Default `60m`)
54+
* `update` - (Default `180m`)
55+
* `delete` - (Default `90m`)
56+
57+
## Import
58+
59+
In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import EC2 (Elastic Compute Cloud) Vpc IPAM Prefix List Resolver using the `example_id_arg`. For example:
60+
61+
```terraform
62+
import {
63+
to = aws_ec2_vpc_ipam_prefix_list_resolver.example
64+
id = "vpc_ipam_prefix_list_resolver-id-12345678"
65+
}
66+
```
67+
68+
Using `terraform import`, import EC2 (Elastic Compute Cloud) Vpc IPAM Prefix List Resolver using the `example_id_arg`. For example:
69+
70+
```console
71+
% terraform import aws_ec2_vpc_ipam_prefix_list_resolver.example vpc_ipam_prefix_list_resolver-id-12345678
72+
```
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
subcategory: "EC2 (Elastic Compute Cloud)"
3+
layout: "aws"
4+
page_title: "AWS: aws_ec2_vpc_ipam_prefix_list_resolver_target"
5+
description: |-
6+
Manages an AWS EC2 (Elastic Compute Cloud) Vpc IPAM Prefix List Resolver Target.
7+
---
8+
<!---
9+
Documentation guidelines:
10+
- Begin resource descriptions with "Manages..."
11+
- Use simple language and avoid jargon
12+
- Focus on brevity and clarity
13+
- Use present tense and active voice
14+
- Don't begin argument/attribute descriptions with "An", "The", "Defines", "Indicates", or "Specifies"
15+
- Boolean arguments should begin with "Whether to"
16+
- Use "example" instead of "test" in examples
17+
--->
18+
19+
# Resource: aws_ec2_vpc_ipam_prefix_list_resolver_target
20+
21+
Manages an AWS EC2 (Elastic Compute Cloud) Vpc IPAM Prefix List Resolver Target.
22+
23+
## Example Usage
24+
25+
### Basic Usage
26+
27+
```terraform
28+
resource "aws_ec2_vpc_ipam_prefix_list_resolver_target" "example" {
29+
}
30+
```
31+
32+
## Argument Reference
33+
34+
The following arguments are required:
35+
36+
* `example_arg` - (Required) Brief description of the required argument.
37+
38+
The following arguments are optional:
39+
40+
* `optional_arg` - (Optional) Brief description of the optional argument.
41+
42+
## Attribute Reference
43+
44+
This resource exports the following attributes in addition to the arguments above:
45+
46+
* `arn` - ARN of the Vpc IPAM Prefix List Resolver Target.
47+
* `example_attribute` - Brief description of the attribute.
48+
49+
## Timeouts
50+
51+
[Configuration options](https://developer.hashicorp.com/terraform/language/resources/syntax#operation-timeouts):
52+
53+
* `create` - (Default `60m`)
54+
* `update` - (Default `180m`)
55+
* `delete` - (Default `90m`)
56+
57+
## Import
58+
59+
In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import EC2 (Elastic Compute Cloud) Vpc IPAM Prefix List Resolver Target using the `example_id_arg`. For example:
60+
61+
```terraform
62+
import {
63+
to = aws_ec2_vpc_ipam_prefix_list_resolver_target.example
64+
id = "vpc_ipam_prefix_list_resolver_target-id-12345678"
65+
}
66+
```
67+
68+
Using `terraform import`, import EC2 (Elastic Compute Cloud) Vpc IPAM Prefix List Resolver Target using the `example_id_arg`. For example:
69+
70+
```console
71+
% terraform import aws_ec2_vpc_ipam_prefix_list_resolver_target.example vpc_ipam_prefix_list_resolver_target-id-12345678
72+
```

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)