Skip to content

Commit 29a4558

Browse files
authored
Merge pull request #2277 from hashicorp/f-2025-04-24-schema-updates
2025-04-24 schema updates
2 parents 4225c51 + 58f6c75 commit 29a4558

File tree

108 files changed

+9763
-349
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+9763
-349
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
## 1.38.0 (Unreleased)
2+
3+
FEATURES:
4+
5+
* **New Data Source:** `awscc_cloudfront_connection_group`
6+
* **New Data Source:** `awscc_cloudfront_connection_groups`
7+
* **New Data Source:** `awscc_cloudfront_distribution_tenant`
8+
* **New Data Source:** `awscc_cloudfront_distribution_tenants`
9+
* **New Data Source:** `awscc_emr_step`
10+
* **New Resource:** `awscc_cloudfront_connection_group`
11+
* **New Resource:** `awscc_cloudfront_distribution_tenant`
12+
* **New Resource:** `awscc_emr_step`
13+
214
## 1.37.0 (April 17, 2025)
315

416
FEATURES:

docs/data-sources/aps_workspace.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Data Source schema for AWS::APS::Workspace
2828
- `logging_configuration` (Attributes) Logging configuration (see [below for nested schema](#nestedatt--logging_configuration))
2929
- `prometheus_endpoint` (String) AMP Workspace prometheus endpoint
3030
- `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags))
31+
- `workspace_configuration` (Attributes) Workspace configuration (see [below for nested schema](#nestedatt--workspace_configuration))
3132
- `workspace_id` (String) Required to identify a specific APS Workspace.
3233

3334
<a id="nestedatt--logging_configuration"></a>
@@ -45,3 +46,36 @@ Read-Only:
4546

4647
- `key` (String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
4748
- `value` (String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
49+
50+
51+
<a id="nestedatt--workspace_configuration"></a>
52+
### Nested Schema for `workspace_configuration`
53+
54+
Read-Only:
55+
56+
- `limits_per_label_sets` (Attributes Set) An array of label set and associated limits (see [below for nested schema](#nestedatt--workspace_configuration--limits_per_label_sets))
57+
- `retention_period_in_days` (Number) How many days that metrics are retained in the workspace
58+
59+
<a id="nestedatt--workspace_configuration--limits_per_label_sets"></a>
60+
### Nested Schema for `workspace_configuration.limits_per_label_sets`
61+
62+
Read-Only:
63+
64+
- `label_set` (Attributes Set) An array of series labels (see [below for nested schema](#nestedatt--workspace_configuration--limits_per_label_sets--label_set))
65+
- `limits` (Attributes) Limits that can be applied to a label set (see [below for nested schema](#nestedatt--workspace_configuration--limits_per_label_sets--limits))
66+
67+
<a id="nestedatt--workspace_configuration--limits_per_label_sets--label_set"></a>
68+
### Nested Schema for `workspace_configuration.limits_per_label_sets.label_set`
69+
70+
Read-Only:
71+
72+
- `name` (String) Name of the label
73+
- `value` (String) Value of the label
74+
75+
76+
<a id="nestedatt--workspace_configuration--limits_per_label_sets--limits"></a>
77+
### Nested Schema for `workspace_configuration.limits_per_label_sets.limits`
78+
79+
Read-Only:
80+
81+
- `max_series` (Number) The maximum number of active series that can be ingested for this label set
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "awscc_cloudfront_connection_group Data Source - terraform-provider-awscc"
4+
subcategory: ""
5+
description: |-
6+
Data Source schema for AWS::CloudFront::ConnectionGroup
7+
---
8+
9+
# awscc_cloudfront_connection_group (Data Source)
10+
11+
Data Source schema for AWS::CloudFront::ConnectionGroup
12+
13+
14+
15+
<!-- schema generated by tfplugindocs -->
16+
## Schema
17+
18+
### Required
19+
20+
- `id` (String) Uniquely identifies the resource.
21+
22+
### Read-Only
23+
24+
- `anycast_ip_list_id` (String)
25+
- `arn` (String)
26+
- `connection_group_id` (String)
27+
- `created_time` (String)
28+
- `e_tag` (String)
29+
- `enabled` (Boolean)
30+
- `ipv_6_enabled` (Boolean)
31+
- `is_default` (Boolean)
32+
- `last_modified_time` (String)
33+
- `name` (String)
34+
- `routing_endpoint` (String)
35+
- `status` (String)
36+
- `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags))
37+
38+
<a id="nestedatt--tags"></a>
39+
### Nested Schema for `tags`
40+
41+
Read-Only:
42+
43+
- `key` (String)
44+
- `value` (String)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "awscc_cloudfront_connection_groups Data Source - terraform-provider-awscc"
4+
subcategory: ""
5+
description: |-
6+
Plural Data Source schema for AWS::CloudFront::ConnectionGroup
7+
---
8+
9+
# awscc_cloudfront_connection_groups (Data Source)
10+
11+
Plural Data Source schema for AWS::CloudFront::ConnectionGroup
12+
13+
14+
15+
<!-- schema generated by tfplugindocs -->
16+
## Schema
17+
18+
### Read-Only
19+
20+
- `id` (String) Uniquely identifies the data source.
21+
- `ids` (Set of String) Set of Resource Identifiers.
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "awscc_cloudfront_distribution_tenant Data Source - terraform-provider-awscc"
4+
subcategory: ""
5+
description: |-
6+
Data Source schema for AWS::CloudFront::DistributionTenant
7+
---
8+
9+
# awscc_cloudfront_distribution_tenant (Data Source)
10+
11+
Data Source schema for AWS::CloudFront::DistributionTenant
12+
13+
14+
15+
<!-- schema generated by tfplugindocs -->
16+
## Schema
17+
18+
### Required
19+
20+
- `id` (String) Uniquely identifies the resource.
21+
22+
### Read-Only
23+
24+
- `arn` (String)
25+
- `connection_group_id` (String)
26+
- `created_time` (String)
27+
- `customizations` (Attributes) (see [below for nested schema](#nestedatt--customizations))
28+
- `distribution_id` (String)
29+
- `distribution_tenant_id` (String)
30+
- `domain_results` (Attributes List) (see [below for nested schema](#nestedatt--domain_results))
31+
- `domains` (List of String)
32+
- `e_tag` (String)
33+
- `enabled` (Boolean)
34+
- `last_modified_time` (String)
35+
- `managed_certificate_request` (Attributes) (see [below for nested schema](#nestedatt--managed_certificate_request))
36+
- `name` (String)
37+
- `parameters` (Attributes List) (see [below for nested schema](#nestedatt--parameters))
38+
- `status` (String)
39+
- `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags))
40+
41+
<a id="nestedatt--customizations"></a>
42+
### Nested Schema for `customizations`
43+
44+
Read-Only:
45+
46+
- `certificate` (Attributes) (see [below for nested schema](#nestedatt--customizations--certificate))
47+
- `geo_restrictions` (Attributes) (see [below for nested schema](#nestedatt--customizations--geo_restrictions))
48+
- `web_acl` (Attributes) (see [below for nested schema](#nestedatt--customizations--web_acl))
49+
50+
<a id="nestedatt--customizations--certificate"></a>
51+
### Nested Schema for `customizations.certificate`
52+
53+
Read-Only:
54+
55+
- `arn` (String)
56+
57+
58+
<a id="nestedatt--customizations--geo_restrictions"></a>
59+
### Nested Schema for `customizations.geo_restrictions`
60+
61+
Read-Only:
62+
63+
- `locations` (List of String)
64+
- `restriction_type` (String)
65+
66+
67+
<a id="nestedatt--customizations--web_acl"></a>
68+
### Nested Schema for `customizations.web_acl`
69+
70+
Read-Only:
71+
72+
- `action` (String)
73+
- `arn` (String)
74+
75+
76+
77+
<a id="nestedatt--domain_results"></a>
78+
### Nested Schema for `domain_results`
79+
80+
Read-Only:
81+
82+
- `domain` (String)
83+
- `reason` (String)
84+
- `status` (String)
85+
86+
87+
<a id="nestedatt--managed_certificate_request"></a>
88+
### Nested Schema for `managed_certificate_request`
89+
90+
Read-Only:
91+
92+
- `certificate_transparency_logging_preference` (String)
93+
- `primary_domain_name` (String)
94+
- `validation_token_host` (String)
95+
96+
97+
<a id="nestedatt--parameters"></a>
98+
### Nested Schema for `parameters`
99+
100+
Read-Only:
101+
102+
- `name` (String)
103+
- `value` (String)
104+
105+
106+
<a id="nestedatt--tags"></a>
107+
### Nested Schema for `tags`
108+
109+
Read-Only:
110+
111+
- `key` (String)
112+
- `value` (String)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "awscc_cloudfront_distribution_tenants Data Source - terraform-provider-awscc"
4+
subcategory: ""
5+
description: |-
6+
Plural Data Source schema for AWS::CloudFront::DistributionTenant
7+
---
8+
9+
# awscc_cloudfront_distribution_tenants (Data Source)
10+
11+
Plural Data Source schema for AWS::CloudFront::DistributionTenant
12+
13+
14+
15+
<!-- schema generated by tfplugindocs -->
16+
## Schema
17+
18+
### Read-Only
19+
20+
- `id` (String) Uniquely identifies the data source.
21+
- `ids` (Set of String) Set of Resource Identifiers.

docs/data-sources/datazone_domain.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Data Source schema for AWS::DataZone::Domain
4343

4444
Read-Only:
4545

46+
- `idc_instance_arn` (String) The ARN of the AWS Identity Center instance.
4647
- `type` (String) The type of single sign-on in Amazon DataZone.
4748
- `user_assignment` (String) The single sign-on user assignment in Amazon DataZone.
4849

0 commit comments

Comments
 (0)