awslabs.terraform-mcp-server 0.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of awslabs.terraform-mcp-server might be problematic. Click here for more details.

Files changed (32) hide show
  1. awslabs/__init__.py +2 -0
  2. awslabs/terraform_mcp_server/__init__.py +3 -0
  3. awslabs/terraform_mcp_server/impl/resources/__init__.py +11 -0
  4. awslabs/terraform_mcp_server/impl/resources/terraform_aws_provider_resources_listing.py +52 -0
  5. awslabs/terraform_mcp_server/impl/resources/terraform_awscc_provider_resources_listing.py +55 -0
  6. awslabs/terraform_mcp_server/impl/tools/__init__.py +15 -0
  7. awslabs/terraform_mcp_server/impl/tools/execute_terraform_command.py +206 -0
  8. awslabs/terraform_mcp_server/impl/tools/run_checkov_scan.py +359 -0
  9. awslabs/terraform_mcp_server/impl/tools/search_aws_provider_docs.py +677 -0
  10. awslabs/terraform_mcp_server/impl/tools/search_awscc_provider_docs.py +627 -0
  11. awslabs/terraform_mcp_server/impl/tools/search_specific_aws_ia_modules.py +444 -0
  12. awslabs/terraform_mcp_server/impl/tools/utils.py +558 -0
  13. awslabs/terraform_mcp_server/models/__init__.py +27 -0
  14. awslabs/terraform_mcp_server/models/models.py +260 -0
  15. awslabs/terraform_mcp_server/scripts/generate_aws_provider_resources.py +1224 -0
  16. awslabs/terraform_mcp_server/scripts/generate_awscc_provider_resources.py +1020 -0
  17. awslabs/terraform_mcp_server/scripts/scrape_aws_terraform_best_practices.py +129 -0
  18. awslabs/terraform_mcp_server/server.py +329 -0
  19. awslabs/terraform_mcp_server/static/AWSCC_PROVIDER_RESOURCES.md +3125 -0
  20. awslabs/terraform_mcp_server/static/AWS_PROVIDER_RESOURCES.md +3833 -0
  21. awslabs/terraform_mcp_server/static/AWS_TERRAFORM_BEST_PRACTICES.md +2523 -0
  22. awslabs/terraform_mcp_server/static/MCP_INSTRUCTIONS.md +126 -0
  23. awslabs/terraform_mcp_server/static/TERRAFORM_WORKFLOW_GUIDE.md +198 -0
  24. awslabs/terraform_mcp_server/static/__init__.py +22 -0
  25. awslabs/terraform_mcp_server/tests/__init__.py +1 -0
  26. awslabs/terraform_mcp_server/tests/run_tests.sh +35 -0
  27. awslabs/terraform_mcp_server/tests/test_parameter_annotations.py +207 -0
  28. awslabs/terraform_mcp_server/tests/test_tool_implementations.py +309 -0
  29. awslabs_terraform_mcp_server-0.0.1.dist-info/METADATA +97 -0
  30. awslabs_terraform_mcp_server-0.0.1.dist-info/RECORD +32 -0
  31. awslabs_terraform_mcp_server-0.0.1.dist-info/WHEEL +4 -0
  32. awslabs_terraform_mcp_server-0.0.1.dist-info/entry_points.txt +2 -0
@@ -0,0 +1,3833 @@
1
+ # AWS Provider Resources Listing
2
+
3
+ AWS Provider Version: 5.94.1
4
+
5
+ Last updated: April 11, 2025 18:10:37
6
+
7
+ Found 1492 resources and 601 data sources across 240 AWS service categories.
8
+
9
+ ## ACM Certificate Manager
10
+
11
+ *2 resources and 1 data sources*
12
+
13
+ ### Resources
14
+ - [aws_acm_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/acm_certificate)
15
+ - [aws_acm_certificate_validation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/acm_certificate_validation)
16
+
17
+ ### Data Sources
18
+ - [aws_acm_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/acm_certificate)
19
+
20
+ ## ACM PCA Certificate Manager Private Certificate Authority
21
+
22
+ *5 resources and 2 data sources*
23
+
24
+ ### Resources
25
+ - [aws_acmpca_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/acmpca_certificate)
26
+ - [aws_acmpca_certificate_authority](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/acmpca_certificate_authority)
27
+ - [aws_acmpca_certificate_authority_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/acmpca_certificate_authority_certificate)
28
+ - [aws_acmpca_permission](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/acmpca_permission)
29
+ - [aws_acmpca_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/acmpca_policy)
30
+
31
+ ### Data Sources
32
+ - [aws_acmpca_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/acmpca_certificate)
33
+ - [aws_acmpca_certificate_authority](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/acmpca_certificate_authority)
34
+
35
+ ## AMP Managed Prometheus
36
+
37
+ *4 resources and 3 data sources*
38
+
39
+ ### Resources
40
+ - [aws_prometheus_alert_manager_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/prometheus_alert_manager_definition)
41
+ - [aws_prometheus_rule_group_namespace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/prometheus_rule_group_namespace)
42
+ - [aws_prometheus_scraper](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/prometheus_scraper)
43
+ - [aws_prometheus_workspace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/prometheus_workspace)
44
+
45
+ ### Data Sources
46
+ - [aws_prometheus_default_scraper_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/prometheus_default_scraper_configuration)
47
+ - [aws_prometheus_workspace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/prometheus_workspace)
48
+ - [aws_prometheus_workspaces](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/prometheus_workspaces)
49
+
50
+ ## API Gateway
51
+
52
+ *26 resources and 10 data sources*
53
+
54
+ ### Resources
55
+ - [aws_api_gateway_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_account)
56
+ - [aws_api_gateway_api_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_api_key)
57
+ - [aws_api_gateway_authorizer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_authorizer)
58
+ - [aws_api_gateway_base_path_mapping](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_base_path_mapping)
59
+ - [aws_api_gateway_client_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_client_certificate)
60
+ - [aws_api_gateway_deployment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_deployment)
61
+ - [aws_api_gateway_documentation_part](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_documentation_part)
62
+ - [aws_api_gateway_documentation_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_documentation_version)
63
+ - [aws_api_gateway_domain_name](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_domain_name)
64
+ - [aws_api_gateway_domain_name_access_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_domain_name_access_association)
65
+ - [aws_api_gateway_gateway_response](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_gateway_response)
66
+ - [aws_api_gateway_integration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_integration)
67
+ - [aws_api_gateway_integration_response](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_integration_response)
68
+ - [aws_api_gateway_method](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_method)
69
+ - [aws_api_gateway_method_response](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_method_response)
70
+ - [aws_api_gateway_method_settings](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_method_settings)
71
+ - [aws_api_gateway_model](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_model)
72
+ - [aws_api_gateway_request_validator](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_request_validator)
73
+ - [aws_api_gateway_resource](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_resource)
74
+ - [aws_api_gateway_rest_api](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_rest_api)
75
+ - [aws_api_gateway_rest_api_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_rest_api_policy)
76
+ - [aws_api_gateway_rest_api_put](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_rest_api_put)
77
+ - [aws_api_gateway_stage](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_stage)
78
+ - [aws_api_gateway_usage_plan](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_usage_plan)
79
+ - [aws_api_gateway_usage_plan_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_usage_plan_key)
80
+ - [aws_api_gateway_vpc_link](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_vpc_link)
81
+
82
+ ### Data Sources
83
+ - [aws_api_gateway_api_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/api_gateway_api_key)
84
+ - [aws_api_gateway_api_keys](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/api_gateway_api_keys)
85
+ - [aws_api_gateway_authorizer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/api_gateway_authorizer)
86
+ - [aws_api_gateway_authorizers](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/api_gateway_authorizers)
87
+ - [aws_api_gateway_domain_name](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/api_gateway_domain_name)
88
+ - [aws_api_gateway_export](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/api_gateway_export)
89
+ - [aws_api_gateway_resource](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/api_gateway_resource)
90
+ - [aws_api_gateway_rest_api](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/api_gateway_rest_api)
91
+ - [aws_api_gateway_sdk](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/api_gateway_sdk)
92
+ - [aws_api_gateway_vpc_link](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/api_gateway_vpc_link)
93
+
94
+ ## API Gateway V2
95
+
96
+ *12 resources and 4 data sources*
97
+
98
+ ### Resources
99
+ - [aws_apigatewayv2_api](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apigatewayv2_api)
100
+ - [aws_apigatewayv2_api_mapping](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apigatewayv2_api_mapping)
101
+ - [aws_apigatewayv2_authorizer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apigatewayv2_authorizer)
102
+ - [aws_apigatewayv2_deployment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apigatewayv2_deployment)
103
+ - [aws_apigatewayv2_domain_name](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apigatewayv2_domain_name)
104
+ - [aws_apigatewayv2_integration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apigatewayv2_integration)
105
+ - [aws_apigatewayv2_integration_response](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apigatewayv2_integration_response)
106
+ - [aws_apigatewayv2_model](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apigatewayv2_model)
107
+ - [aws_apigatewayv2_route](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apigatewayv2_route)
108
+ - [aws_apigatewayv2_route_response](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apigatewayv2_route_response)
109
+ - [aws_apigatewayv2_stage](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apigatewayv2_stage)
110
+ - [aws_apigatewayv2_vpc_link](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apigatewayv2_vpc_link)
111
+
112
+ ### Data Sources
113
+ - [aws_apigatewayv2_api](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/apigatewayv2_api)
114
+ - [aws_apigatewayv2_apis](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/apigatewayv2_apis)
115
+ - [aws_apigatewayv2_export](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/apigatewayv2_export)
116
+ - [aws_apigatewayv2_vpc_link](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/apigatewayv2_vpc_link)
117
+
118
+ ## Account Management
119
+
120
+ *3 resources and 0 data sources*
121
+
122
+ ### Resources
123
+ - [aws_account_alternate_contact](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/account_alternate_contact)
124
+ - [aws_account_primary_contact](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/account_primary_contact)
125
+ - [aws_account_region](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/account_region)
126
+
127
+ ## Amazon Q Business
128
+
129
+ *1 resources and 0 data sources*
130
+
131
+ ### Resources
132
+ - [aws_qbusiness_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/qbusiness_application)
133
+
134
+ ## Amplify
135
+
136
+ *5 resources and 0 data sources*
137
+
138
+ ### Resources
139
+ - [aws_amplify_app](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/amplify_app)
140
+ - [aws_amplify_backend_environment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/amplify_backend_environment)
141
+ - [aws_amplify_branch](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/amplify_branch)
142
+ - [aws_amplify_domain_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/amplify_domain_association)
143
+ - [aws_amplify_webhook](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/amplify_webhook)
144
+
145
+ ## App Mesh
146
+
147
+ *7 resources and 7 data sources*
148
+
149
+ ### Resources
150
+ - [aws_appmesh_gateway_route](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appmesh_gateway_route)
151
+ - [aws_appmesh_mesh](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appmesh_mesh)
152
+ - [aws_appmesh_route](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appmesh_route)
153
+ - [aws_appmesh_virtual_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appmesh_virtual_gateway)
154
+ - [aws_appmesh_virtual_node](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appmesh_virtual_node)
155
+ - [aws_appmesh_virtual_router](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appmesh_virtual_router)
156
+ - [aws_appmesh_virtual_service](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appmesh_virtual_service)
157
+
158
+ ### Data Sources
159
+ - [aws_appmesh_gateway_route](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/appmesh_gateway_route)
160
+ - [aws_appmesh_mesh](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/appmesh_mesh)
161
+ - [aws_appmesh_route](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/appmesh_route)
162
+ - [aws_appmesh_virtual_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/appmesh_virtual_gateway)
163
+ - [aws_appmesh_virtual_node](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/appmesh_virtual_node)
164
+ - [aws_appmesh_virtual_router](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/appmesh_virtual_router)
165
+ - [aws_appmesh_virtual_service](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/appmesh_virtual_service)
166
+
167
+ ## App Runner
168
+
169
+ *9 resources and 1 data sources*
170
+
171
+ ### Resources
172
+ - [aws_apprunner_auto_scaling_configuration_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apprunner_auto_scaling_configuration_version)
173
+ - [aws_apprunner_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apprunner_connection)
174
+ - [aws_apprunner_custom_domain_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apprunner_custom_domain_association)
175
+ - [aws_apprunner_default_auto_scaling_configuration_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apprunner_default_auto_scaling_configuration_version)
176
+ - [aws_apprunner_deployment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apprunner_deployment)
177
+ - [aws_apprunner_observability_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apprunner_observability_configuration)
178
+ - [aws_apprunner_service](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apprunner_service)
179
+ - [aws_apprunner_vpc_connector](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apprunner_vpc_connector)
180
+ - [aws_apprunner_vpc_ingress_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apprunner_vpc_ingress_connection)
181
+
182
+ ### Data Sources
183
+ - [aws_apprunner_hosted_zone_id](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/apprunner_hosted_zone_id)
184
+
185
+ ## AppConfig
186
+
187
+ *8 resources and 4 data sources*
188
+
189
+ ### Resources
190
+ - [aws_appconfig_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appconfig_application)
191
+ - [aws_appconfig_configuration_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appconfig_configuration_profile)
192
+ - [aws_appconfig_deployment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appconfig_deployment)
193
+ - [aws_appconfig_deployment_strategy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appconfig_deployment_strategy)
194
+ - [aws_appconfig_environment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appconfig_environment)
195
+ - [aws_appconfig_extension](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appconfig_extension)
196
+ - [aws_appconfig_extension_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appconfig_extension_association)
197
+ - [aws_appconfig_hosted_configuration_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appconfig_hosted_configuration_version)
198
+
199
+ ### Data Sources
200
+ - [aws_appconfig_configuration_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/appconfig_configuration_profile)
201
+ - [aws_appconfig_configuration_profiles](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/appconfig_configuration_profiles)
202
+ - [aws_appconfig_environment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/appconfig_environment)
203
+ - [aws_appconfig_environments](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/appconfig_environments)
204
+
205
+ ## AppFabric
206
+
207
+ *5 resources and 0 data sources*
208
+
209
+ ### Resources
210
+ - [aws_appfabric_app_authorization](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appfabric_app_authorization)
211
+ - [aws_appfabric_app_authorization_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appfabric_app_authorization_connection)
212
+ - [aws_appfabric_app_bundle](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appfabric_app_bundle)
213
+ - [aws_appfabric_ingestion](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appfabric_ingestion)
214
+ - [aws_appfabric_ingestion_destination](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appfabric_ingestion_destination)
215
+
216
+ ## AppFlow
217
+
218
+ *2 resources and 0 data sources*
219
+
220
+ ### Resources
221
+ - [aws_appflow_connector_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appflow_connector_profile)
222
+ - [aws_appflow_flow](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appflow_flow)
223
+
224
+ ## AppIntegrations
225
+
226
+ *2 resources and 1 data sources*
227
+
228
+ ### Resources
229
+ - [aws_appintegrations_data_integration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appintegrations_data_integration)
230
+ - [aws_appintegrations_event_integration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appintegrations_event_integration)
231
+
232
+ ### Data Sources
233
+ - [aws_appintegrations_event_integration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/appintegrations_event_integration)
234
+
235
+ ## AppStream 2.0
236
+
237
+ *7 resources and 1 data sources*
238
+
239
+ ### Resources
240
+ - [aws_appstream_directory_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appstream_directory_config)
241
+ - [aws_appstream_fleet](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appstream_fleet)
242
+ - [aws_appstream_fleet_stack_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appstream_fleet_stack_association)
243
+ - [aws_appstream_image_builder](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appstream_image_builder)
244
+ - [aws_appstream_stack](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appstream_stack)
245
+ - [aws_appstream_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appstream_user)
246
+ - [aws_appstream_user_stack_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appstream_user_stack_association)
247
+
248
+ ### Data Sources
249
+ - [aws_appstream_image](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/appstream_image)
250
+
251
+ ## AppSync
252
+
253
+ *10 resources and 0 data sources*
254
+
255
+ ### Resources
256
+ - [aws_appsync_api_cache](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appsync_api_cache)
257
+ - [aws_appsync_api_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appsync_api_key)
258
+ - [aws_appsync_datasource](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appsync_datasource)
259
+ - [aws_appsync_domain_name](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appsync_domain_name)
260
+ - [aws_appsync_domain_name_api_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appsync_domain_name_api_association)
261
+ - [aws_appsync_function](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appsync_function)
262
+ - [aws_appsync_graphql_api](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appsync_graphql_api)
263
+ - [aws_appsync_resolver](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appsync_resolver)
264
+ - [aws_appsync_source_api_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appsync_source_api_association)
265
+ - [aws_appsync_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appsync_type)
266
+
267
+ ## Application Auto Scaling
268
+
269
+ *3 resources and 0 data sources*
270
+
271
+ ### Resources
272
+ - [aws_appautoscaling_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appautoscaling_policy)
273
+ - [aws_appautoscaling_scheduled_action](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appautoscaling_scheduled_action)
274
+ - [aws_appautoscaling_target](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appautoscaling_target)
275
+
276
+ ## Athena
277
+
278
+ *6 resources and 1 data sources*
279
+
280
+ ### Resources
281
+ - [aws_athena_capacity_reservation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/athena_capacity_reservation)
282
+ - [aws_athena_data_catalog](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/athena_data_catalog)
283
+ - [aws_athena_database](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/athena_database)
284
+ - [aws_athena_named_query](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/athena_named_query)
285
+ - [aws_athena_prepared_statement](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/athena_prepared_statement)
286
+ - [aws_athena_workgroup](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/athena_workgroup)
287
+
288
+ ### Data Sources
289
+ - [aws_athena_named_query](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/athena_named_query)
290
+
291
+ ## Audit Manager
292
+
293
+ *8 resources and 2 data sources*
294
+
295
+ ### Resources
296
+ - [aws_auditmanager_account_registration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/auditmanager_account_registration)
297
+ - [aws_auditmanager_assessment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/auditmanager_assessment)
298
+ - [aws_auditmanager_assessment_delegation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/auditmanager_assessment_delegation)
299
+ - [aws_auditmanager_assessment_report](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/auditmanager_assessment_report)
300
+ - [aws_auditmanager_control](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/auditmanager_control)
301
+ - [aws_auditmanager_framework](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/auditmanager_framework)
302
+ - [aws_auditmanager_framework_share](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/auditmanager_framework_share)
303
+ - [aws_auditmanager_organization_admin_account_registration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/auditmanager_organization_admin_account_registration)
304
+
305
+ ### Data Sources
306
+ - [aws_auditmanager_control](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/auditmanager_control)
307
+ - [aws_auditmanager_framework](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/auditmanager_framework)
308
+
309
+ ## Auto Scaling
310
+
311
+ *9 resources and 3 data sources*
312
+
313
+ ### Resources
314
+ - [aws_autoscaling_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_attachment)
315
+ - [aws_autoscaling_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_group)
316
+ - [aws_autoscaling_group_tag](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_group_tag)
317
+ - [aws_autoscaling_lifecycle_hook](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_lifecycle_hook)
318
+ - [aws_autoscaling_notification](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_notification)
319
+ - [aws_autoscaling_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_policy)
320
+ - [aws_autoscaling_schedule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_schedule)
321
+ - [aws_autoscaling_traffic_source_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_traffic_source_attachment)
322
+ - [aws_launch_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_configuration)
323
+
324
+ ### Data Sources
325
+ - [aws_autoscaling_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/autoscaling_group)
326
+ - [aws_autoscaling_groups](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/autoscaling_groups)
327
+ - [aws_launch_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/launch_configuration)
328
+
329
+ ## Auto Scaling Plans
330
+
331
+ *1 resources and 0 data sources*
332
+
333
+ ### Resources
334
+ - [aws_autoscalingplans_scaling_plan](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscalingplans_scaling_plan)
335
+
336
+ ## BCM Data Exports
337
+
338
+ *1 resources and 0 data sources*
339
+
340
+ ### Resources
341
+ - [aws_bcmdataexports_export](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/bcmdataexports_export)
342
+
343
+ ## Backup
344
+
345
+ *13 resources and 5 data sources*
346
+
347
+ ### Resources
348
+ - [aws_backup_framework](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/backup_framework)
349
+ - [aws_backup_global_settings](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/backup_global_settings)
350
+ - [aws_backup_logically_air_gapped_vault](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/backup_logically_air_gapped_vault)
351
+ - [aws_backup_plan](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/backup_plan)
352
+ - [aws_backup_region_settings](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/backup_region_settings)
353
+ - [aws_backup_report_plan](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/backup_report_plan)
354
+ - [aws_backup_restore_testing_plan](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/backup_restore_testing_plan)
355
+ - [aws_backup_restore_testing_selection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/backup_restore_testing_selection)
356
+ - [aws_backup_selection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/backup_selection)
357
+ - [aws_backup_vault](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/backup_vault)
358
+ - [aws_backup_vault_lock_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/backup_vault_lock_configuration)
359
+ - [aws_backup_vault_notifications](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/backup_vault_notifications)
360
+ - [aws_backup_vault_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/backup_vault_policy)
361
+
362
+ ### Data Sources
363
+ - [aws_backup_framework](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/backup_framework)
364
+ - [aws_backup_plan](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/backup_plan)
365
+ - [aws_backup_report_plan](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/backup_report_plan)
366
+ - [aws_backup_selection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/backup_selection)
367
+ - [aws_backup_vault](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/backup_vault)
368
+
369
+ ## Batch
370
+
371
+ *4 resources and 4 data sources*
372
+
373
+ ### Resources
374
+ - [aws_batch_compute_environment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/batch_compute_environment)
375
+ - [aws_batch_job_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/batch_job_definition)
376
+ - [aws_batch_job_queue](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/batch_job_queue)
377
+ - [aws_batch_scheduling_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/batch_scheduling_policy)
378
+
379
+ ### Data Sources
380
+ - [aws_batch_compute_environment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/batch_compute_environment)
381
+ - [aws_batch_job_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/batch_job_definition)
382
+ - [aws_batch_job_queue](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/batch_job_queue)
383
+ - [aws_batch_scheduling_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/batch_scheduling_policy)
384
+
385
+ ## Bedrock
386
+
387
+ *6 resources and 6 data sources*
388
+
389
+ ### Resources
390
+ - [aws_bedrock_custom_model](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/bedrock_custom_model)
391
+ - [aws_bedrock_guardrail](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/bedrock_guardrail)
392
+ - [aws_bedrock_guardrail_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/bedrock_guardrail_version)
393
+ - [aws_bedrock_inference_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/bedrock_inference_profile)
394
+ - [aws_bedrock_model_invocation_logging_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/bedrock_model_invocation_logging_configuration)
395
+ - [aws_bedrock_provisioned_model_throughput](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/bedrock_provisioned_model_throughput)
396
+
397
+ ### Data Sources
398
+ - [aws_bedrock_custom_model](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/bedrock_custom_model)
399
+ - [aws_bedrock_custom_models](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/bedrock_custom_models)
400
+ - [aws_bedrock_foundation_model](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/bedrock_foundation_model)
401
+ - [aws_bedrock_foundation_models](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/bedrock_foundation_models)
402
+ - [aws_bedrock_inference_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/bedrock_inference_profile)
403
+ - [aws_bedrock_inference_profiles](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/bedrock_inference_profiles)
404
+
405
+ ## Bedrock Agents
406
+
407
+ *7 resources and 1 data sources*
408
+
409
+ ### Resources
410
+ - [aws_bedrockagent_agent](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/bedrockagent_agent)
411
+ - [aws_bedrockagent_agent_action_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/bedrockagent_agent_action_group)
412
+ - [aws_bedrockagent_agent_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/bedrockagent_agent_alias)
413
+ - [aws_bedrockagent_agent_collaborator](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/bedrockagent_agent_collaborator)
414
+ - [aws_bedrockagent_agent_knowledge_base_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/bedrockagent_agent_knowledge_base_association)
415
+ - [aws_bedrockagent_data_source](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/bedrockagent_data_source)
416
+ - [aws_bedrockagent_knowledge_base](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/bedrockagent_knowledge_base)
417
+
418
+ ### Data Sources
419
+ - [aws_bedrockagent_agent_versions](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/bedrockagent_agent_versions)
420
+
421
+ ## Billing
422
+
423
+ *0 resources and 1 data sources*
424
+
425
+
426
+ ### Data Sources
427
+ - [aws_billing_service_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/billing_service_account)
428
+
429
+ ## CE Cost Explorer
430
+
431
+ *4 resources and 2 data sources*
432
+
433
+ ### Resources
434
+ - [aws_ce_anomaly_monitor](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ce_anomaly_monitor)
435
+ - [aws_ce_anomaly_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ce_anomaly_subscription)
436
+ - [aws_ce_cost_allocation_tag](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ce_cost_allocation_tag)
437
+ - [aws_ce_cost_category](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ce_cost_category)
438
+
439
+ ### Data Sources
440
+ - [aws_ce_cost_category](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ce_cost_category)
441
+ - [aws_ce_tags](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ce_tags)
442
+
443
+ ## Chatbot
444
+
445
+ *2 resources and 1 data sources*
446
+
447
+ ### Resources
448
+ - [aws_chatbot_slack_channel_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/chatbot_slack_channel_configuration)
449
+ - [aws_chatbot_teams_channel_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/chatbot_teams_channel_configuration)
450
+
451
+ ### Data Sources
452
+ - [aws_chatbot_slack_workspace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/chatbot_slack_workspace)
453
+
454
+ ## Chime
455
+
456
+ *7 resources and 0 data sources*
457
+
458
+ ### Resources
459
+ - [aws_chime_voice_connector](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/chime_voice_connector)
460
+ - [aws_chime_voice_connector_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/chime_voice_connector_group)
461
+ - [aws_chime_voice_connector_logging](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/chime_voice_connector_logging)
462
+ - [aws_chime_voice_connector_origination](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/chime_voice_connector_origination)
463
+ - [aws_chime_voice_connector_streaming](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/chime_voice_connector_streaming)
464
+ - [aws_chime_voice_connector_termination](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/chime_voice_connector_termination)
465
+ - [aws_chime_voice_connector_termination_credentials](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/chime_voice_connector_termination_credentials)
466
+
467
+ ## Chime SDK Media Pipelines
468
+
469
+ *1 resources and 0 data sources*
470
+
471
+ ### Resources
472
+ - [aws_chimesdkmediapipelines_media_insights_pipeline_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/chimesdkmediapipelines_media_insights_pipeline_configuration)
473
+
474
+ ## Chime SDK Voice
475
+
476
+ *4 resources and 0 data sources*
477
+
478
+ ### Resources
479
+ - [aws_chimesdkvoice_global_settings](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/chimesdkvoice_global_settings)
480
+ - [aws_chimesdkvoice_sip_media_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/chimesdkvoice_sip_media_application)
481
+ - [aws_chimesdkvoice_sip_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/chimesdkvoice_sip_rule)
482
+ - [aws_chimesdkvoice_voice_profile_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/chimesdkvoice_voice_profile_domain)
483
+
484
+ ## Clean Rooms
485
+
486
+ *3 resources and 0 data sources*
487
+
488
+ ### Resources
489
+ - [aws_cleanrooms_collaboration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cleanrooms_collaboration)
490
+ - [aws_cleanrooms_configured_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cleanrooms_configured_table)
491
+ - [aws_cleanrooms_membership](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cleanrooms_membership)
492
+
493
+ ## Cloud Control API
494
+
495
+ *1 resources and 1 data sources*
496
+
497
+ ### Resources
498
+ - [aws_cloudcontrolapi_resource](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudcontrolapi_resource)
499
+
500
+ ### Data Sources
501
+ - [aws_cloudcontrolapi_resource](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudcontrolapi_resource)
502
+
503
+ ## Cloud Map
504
+
505
+ *5 resources and 3 data sources*
506
+
507
+ ### Resources
508
+ - [aws_service_discovery_http_namespace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/service_discovery_http_namespace)
509
+ - [aws_service_discovery_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/service_discovery_instance)
510
+ - [aws_service_discovery_private_dns_namespace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/service_discovery_private_dns_namespace)
511
+ - [aws_service_discovery_public_dns_namespace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/service_discovery_public_dns_namespace)
512
+ - [aws_service_discovery_service](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/service_discovery_service)
513
+
514
+ ### Data Sources
515
+ - [aws_service_discovery_dns_namespace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/service_discovery_dns_namespace)
516
+ - [aws_service_discovery_http_namespace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/service_discovery_http_namespace)
517
+ - [aws_service_discovery_service](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/service_discovery_service)
518
+
519
+ ## Cloud9
520
+
521
+ *2 resources and 0 data sources*
522
+
523
+ ### Resources
524
+ - [aws_cloud9_environment_ec2](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloud9_environment_ec2)
525
+ - [aws_cloud9_environment_membership](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloud9_environment_membership)
526
+
527
+ ## CloudFormation
528
+
529
+ *5 resources and 3 data sources*
530
+
531
+ ### Resources
532
+ - [aws_cloudformation_stack](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack)
533
+ - [aws_cloudformation_stack_instances](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack_instances)
534
+ - [aws_cloudformation_stack_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack_set)
535
+ - [aws_cloudformation_stack_set_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack_set_instance)
536
+ - [aws_cloudformation_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_type)
537
+
538
+ ### Data Sources
539
+ - [aws_cloudformation_export](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudformation_export)
540
+ - [aws_cloudformation_stack](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudformation_stack)
541
+ - [aws_cloudformation_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudformation_type)
542
+
543
+ ## CloudFront
544
+
545
+ *16 resources and 10 data sources*
546
+
547
+ ### Resources
548
+ - [aws_cloudfront_cache_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_cache_policy)
549
+ - [aws_cloudfront_continuous_deployment_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_continuous_deployment_policy)
550
+ - [aws_cloudfront_distribution](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_distribution)
551
+ - [aws_cloudfront_field_level_encryption_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_field_level_encryption_config)
552
+ - [aws_cloudfront_field_level_encryption_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_field_level_encryption_profile)
553
+ - [aws_cloudfront_function](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_function)
554
+ - [aws_cloudfront_key_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_key_group)
555
+ - [aws_cloudfront_key_value_store](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_key_value_store)
556
+ - [aws_cloudfront_monitoring_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_monitoring_subscription)
557
+ - [aws_cloudfront_origin_access_control](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_origin_access_control)
558
+ - [aws_cloudfront_origin_access_identity](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_origin_access_identity)
559
+ - [aws_cloudfront_origin_request_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_origin_request_policy)
560
+ - [aws_cloudfront_public_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_public_key)
561
+ - [aws_cloudfront_realtime_log_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_realtime_log_config)
562
+ - [aws_cloudfront_response_headers_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_response_headers_policy)
563
+ - [aws_cloudfront_vpc_origin](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfront_vpc_origin)
564
+
565
+ ### Data Sources
566
+ - [aws_cloudfront_cache_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudfront_cache_policy)
567
+ - [aws_cloudfront_distribution](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudfront_distribution)
568
+ - [aws_cloudfront_function](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudfront_function)
569
+ - [aws_cloudfront_log_delivery_canonical_user_id](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudfront_log_delivery_canonical_user_id)
570
+ - [aws_cloudfront_origin_access_control](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudfront_origin_access_control)
571
+ - [aws_cloudfront_origin_access_identities](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudfront_origin_access_identities)
572
+ - [aws_cloudfront_origin_access_identity](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudfront_origin_access_identity)
573
+ - [aws_cloudfront_origin_request_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudfront_origin_request_policy)
574
+ - [aws_cloudfront_realtime_log_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudfront_realtime_log_config)
575
+ - [aws_cloudfront_response_headers_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudfront_response_headers_policy)
576
+
577
+ ## CloudFront KeyValueStore
578
+
579
+ *1 resources and 0 data sources*
580
+
581
+ ### Resources
582
+ - [aws_cloudfrontkeyvaluestore_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudfrontkeyvaluestore_key)
583
+
584
+ ## CloudHSM
585
+
586
+ *2 resources and 1 data sources*
587
+
588
+ ### Resources
589
+ - [aws_cloudhsm_v2_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudhsm_v2_cluster)
590
+ - [aws_cloudhsm_v2_hsm](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudhsm_v2_hsm)
591
+
592
+ ### Data Sources
593
+ - [aws_cloudhsm_v2_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudhsm_v2_cluster)
594
+
595
+ ## CloudSearch
596
+
597
+ *2 resources and 0 data sources*
598
+
599
+ ### Resources
600
+ - [aws_cloudsearch_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudsearch_domain)
601
+ - [aws_cloudsearch_domain_service_access_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudsearch_domain_service_access_policy)
602
+
603
+ ## CloudTrail
604
+
605
+ *3 resources and 1 data sources*
606
+
607
+ ### Resources
608
+ - [aws_cloudtrail](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudtrail)
609
+ - [aws_cloudtrail_event_data_store](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudtrail_event_data_store)
610
+ - [aws_cloudtrail_organization_delegated_admin_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudtrail_organization_delegated_admin_account)
611
+
612
+ ### Data Sources
613
+ - [aws_cloudtrail_service_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudtrail_service_account)
614
+
615
+ ## CloudWatch
616
+
617
+ *6 resources and 1 data sources*
618
+
619
+ ### Resources
620
+ - [aws_cloudwatch_composite_alarm](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_composite_alarm)
621
+ - [aws_cloudwatch_contributor_insight_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_contributor_insight_rule)
622
+ - [aws_cloudwatch_contributor_managed_insight_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_contributor_managed_insight_rule)
623
+ - [aws_cloudwatch_dashboard](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_dashboard)
624
+ - [aws_cloudwatch_metric_alarm](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_metric_alarm)
625
+ - [aws_cloudwatch_metric_stream](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_metric_stream)
626
+
627
+ ### Data Sources
628
+ - [aws_cloudwatch_contributor_managed_insight_rules](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudwatch_contributor_managed_insight_rules)
629
+
630
+ ## CloudWatch Application Insights
631
+
632
+ *1 resources and 0 data sources*
633
+
634
+ ### Resources
635
+ - [aws_applicationinsights_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/applicationinsights_application)
636
+
637
+ ## CloudWatch Evidently
638
+
639
+ *4 resources and 0 data sources*
640
+
641
+ ### Resources
642
+ - [aws_evidently_feature](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/evidently_feature)
643
+ - [aws_evidently_launch](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/evidently_launch)
644
+ - [aws_evidently_project](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/evidently_project)
645
+ - [aws_evidently_segment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/evidently_segment)
646
+
647
+ ## CloudWatch Internet Monitor
648
+
649
+ *1 resources and 0 data sources*
650
+
651
+ ### Resources
652
+ - [aws_internetmonitor_monitor](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/internetmonitor_monitor)
653
+
654
+ ## CloudWatch Logs
655
+
656
+ *16 resources and 3 data sources*
657
+
658
+ ### Resources
659
+ - [aws_cloudwatch_log_account_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_account_policy)
660
+ - [aws_cloudwatch_log_anomaly_detector](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_anomaly_detector)
661
+ - [aws_cloudwatch_log_data_protection_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_data_protection_policy)
662
+ - [aws_cloudwatch_log_delivery](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_delivery)
663
+ - [aws_cloudwatch_log_delivery_destination](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_delivery_destination)
664
+ - [aws_cloudwatch_log_delivery_destination_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_delivery_destination_policy)
665
+ - [aws_cloudwatch_log_delivery_source](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_delivery_source)
666
+ - [aws_cloudwatch_log_destination](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_destination)
667
+ - [aws_cloudwatch_log_destination_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_destination_policy)
668
+ - [aws_cloudwatch_log_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group)
669
+ - [aws_cloudwatch_log_index_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_index_policy)
670
+ - [aws_cloudwatch_log_metric_filter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_metric_filter)
671
+ - [aws_cloudwatch_log_resource_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_resource_policy)
672
+ - [aws_cloudwatch_log_stream](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_stream)
673
+ - [aws_cloudwatch_log_subscription_filter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_subscription_filter)
674
+ - [aws_cloudwatch_query_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_query_definition)
675
+
676
+ ### Data Sources
677
+ - [aws_cloudwatch_log_data_protection_policy_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudwatch_log_data_protection_policy_document)
678
+ - [aws_cloudwatch_log_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudwatch_log_group)
679
+ - [aws_cloudwatch_log_groups](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudwatch_log_groups)
680
+
681
+ ## CloudWatch Network Monitor
682
+
683
+ *2 resources and 0 data sources*
684
+
685
+ ### Resources
686
+ - [aws_networkmonitor_monitor](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmonitor_monitor)
687
+ - [aws_networkmonitor_probe](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmonitor_probe)
688
+
689
+ ## CloudWatch Observability Access Manager
690
+
691
+ *3 resources and 4 data sources*
692
+
693
+ ### Resources
694
+ - [aws_oam_link](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/oam_link)
695
+ - [aws_oam_sink](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/oam_sink)
696
+ - [aws_oam_sink_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/oam_sink_policy)
697
+
698
+ ### Data Sources
699
+ - [aws_oam_link](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/oam_link)
700
+ - [aws_oam_links](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/oam_links)
701
+ - [aws_oam_sink](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/oam_sink)
702
+ - [aws_oam_sinks](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/oam_sinks)
703
+
704
+ ## CloudWatch RUM
705
+
706
+ *2 resources and 0 data sources*
707
+
708
+ ### Resources
709
+ - [aws_rum_app_monitor](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rum_app_monitor)
710
+ - [aws_rum_metrics_destination](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rum_metrics_destination)
711
+
712
+ ## CloudWatch Synthetics
713
+
714
+ *3 resources and 2 data sources*
715
+
716
+ ### Resources
717
+ - [aws_synthetics_canary](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/synthetics_canary)
718
+ - [aws_synthetics_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/synthetics_group)
719
+ - [aws_synthetics_group_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/synthetics_group_association)
720
+
721
+ ### Data Sources
722
+ - [aws_synthetics_runtime_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/synthetics_runtime_version)
723
+ - [aws_synthetics_runtime_versions](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/synthetics_runtime_versions)
724
+
725
+ ## CodeArtifact
726
+
727
+ *4 resources and 2 data sources*
728
+
729
+ ### Resources
730
+ - [aws_codeartifact_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codeartifact_domain)
731
+ - [aws_codeartifact_domain_permissions_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codeartifact_domain_permissions_policy)
732
+ - [aws_codeartifact_repository](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codeartifact_repository)
733
+ - [aws_codeartifact_repository_permissions_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codeartifact_repository_permissions_policy)
734
+
735
+ ### Data Sources
736
+ - [aws_codeartifact_authorization_token](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/codeartifact_authorization_token)
737
+ - [aws_codeartifact_repository_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/codeartifact_repository_endpoint)
738
+
739
+ ## CodeBuild
740
+
741
+ *6 resources and 1 data sources*
742
+
743
+ ### Resources
744
+ - [aws_codebuild_fleet](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codebuild_fleet)
745
+ - [aws_codebuild_project](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codebuild_project)
746
+ - [aws_codebuild_report_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codebuild_report_group)
747
+ - [aws_codebuild_resource_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codebuild_resource_policy)
748
+ - [aws_codebuild_source_credential](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codebuild_source_credential)
749
+ - [aws_codebuild_webhook](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codebuild_webhook)
750
+
751
+ ### Data Sources
752
+ - [aws_codebuild_fleet](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/codebuild_fleet)
753
+
754
+ ## CodeCatalyst
755
+
756
+ *3 resources and 1 data sources*
757
+
758
+ ### Resources
759
+ - [aws_codecatalyst_dev_environment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codecatalyst_dev_environment)
760
+ - [aws_codecatalyst_project](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codecatalyst_project)
761
+ - [aws_codecatalyst_source_repository](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codecatalyst_source_repository)
762
+
763
+ ### Data Sources
764
+ - [aws_codecatalyst_dev_environment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/codecatalyst_dev_environment)
765
+
766
+ ## CodeCommit
767
+
768
+ *4 resources and 2 data sources*
769
+
770
+ ### Resources
771
+ - [aws_codecommit_approval_rule_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codecommit_approval_rule_template)
772
+ - [aws_codecommit_approval_rule_template_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codecommit_approval_rule_template_association)
773
+ - [aws_codecommit_repository](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codecommit_repository)
774
+ - [aws_codecommit_trigger](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codecommit_trigger)
775
+
776
+ ### Data Sources
777
+ - [aws_codecommit_approval_rule_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/codecommit_approval_rule_template)
778
+ - [aws_codecommit_repository](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/codecommit_repository)
779
+
780
+ ## CodeConnections
781
+
782
+ *2 resources and 0 data sources*
783
+
784
+ ### Resources
785
+ - [aws_codeconnections_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codeconnections_connection)
786
+ - [aws_codeconnections_host](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codeconnections_host)
787
+
788
+ ## CodeDeploy
789
+
790
+ *3 resources and 0 data sources*
791
+
792
+ ### Resources
793
+ - [aws_codedeploy_app](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codedeploy_app)
794
+ - [aws_codedeploy_deployment_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codedeploy_deployment_config)
795
+ - [aws_codedeploy_deployment_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codedeploy_deployment_group)
796
+
797
+ ## CodeGuru Profiler
798
+
799
+ *1 resources and 1 data sources*
800
+
801
+ ### Resources
802
+ - [aws_codeguruprofiler_profiling_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codeguruprofiler_profiling_group)
803
+
804
+ ### Data Sources
805
+ - [aws_codeguruprofiler_profiling_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/codeguruprofiler_profiling_group)
806
+
807
+ ## CodeGuru Reviewer
808
+
809
+ *1 resources and 0 data sources*
810
+
811
+ ### Resources
812
+ - [aws_codegurureviewer_repository_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codegurureviewer_repository_association)
813
+
814
+ ## CodePipeline
815
+
816
+ *3 resources and 0 data sources*
817
+
818
+ ### Resources
819
+ - [aws_codepipeline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codepipeline)
820
+ - [aws_codepipeline_custom_action_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codepipeline_custom_action_type)
821
+ - [aws_codepipeline_webhook](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codepipeline_webhook)
822
+
823
+ ## CodeStar Connections
824
+
825
+ *2 resources and 1 data sources*
826
+
827
+ ### Resources
828
+ - [aws_codestarconnections_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codestarconnections_connection)
829
+ - [aws_codestarconnections_host](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codestarconnections_host)
830
+
831
+ ### Data Sources
832
+ - [aws_codestarconnections_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/codestarconnections_connection)
833
+
834
+ ## CodeStar Notifications
835
+
836
+ *1 resources and 0 data sources*
837
+
838
+ ### Resources
839
+ - [aws_codestarnotifications_notification_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codestarnotifications_notification_rule)
840
+
841
+ ## Cognito IDP Identity Provider
842
+
843
+ *11 resources and 7 data sources*
844
+
845
+ ### Resources
846
+ - [aws_cognito_identity_provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_identity_provider)
847
+ - [aws_cognito_managed_user_pool_client](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_managed_user_pool_client)
848
+ - [aws_cognito_resource_server](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_resource_server)
849
+ - [aws_cognito_risk_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_risk_configuration)
850
+ - [aws_cognito_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_user)
851
+ - [aws_cognito_user_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_user_group)
852
+ - [aws_cognito_user_in_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_user_in_group)
853
+ - [aws_cognito_user_pool](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_user_pool)
854
+ - [aws_cognito_user_pool_client](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_user_pool_client)
855
+ - [aws_cognito_user_pool_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_user_pool_domain)
856
+ - [aws_cognito_user_pool_ui_customization](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_user_pool_ui_customization)
857
+
858
+ ### Data Sources
859
+ - [aws_cognito_user_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cognito_user_group)
860
+ - [aws_cognito_user_groups](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cognito_user_groups)
861
+ - [aws_cognito_user_pool](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cognito_user_pool)
862
+ - [aws_cognito_user_pool_client](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cognito_user_pool_client)
863
+ - [aws_cognito_user_pool_clients](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cognito_user_pool_clients)
864
+ - [aws_cognito_user_pool_signing_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cognito_user_pool_signing_certificate)
865
+ - [aws_cognito_user_pools](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cognito_user_pools)
866
+
867
+ ## Cognito Identity
868
+
869
+ *3 resources and 1 data sources*
870
+
871
+ ### Resources
872
+ - [aws_cognito_identity_pool](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_identity_pool)
873
+ - [aws_cognito_identity_pool_provider_principal_tag](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_identity_pool_provider_principal_tag)
874
+ - [aws_cognito_identity_pool_roles_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_identity_pool_roles_attachment)
875
+
876
+ ### Data Sources
877
+ - [aws_cognito_identity_pool](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cognito_identity_pool)
878
+
879
+ ## Comprehend
880
+
881
+ *2 resources and 0 data sources*
882
+
883
+ ### Resources
884
+ - [aws_comprehend_document_classifier](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/comprehend_document_classifier)
885
+ - [aws_comprehend_entity_recognizer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/comprehend_entity_recognizer)
886
+
887
+ ## Compute Optimizer
888
+
889
+ *2 resources and 0 data sources*
890
+
891
+ ### Resources
892
+ - [aws_computeoptimizer_enrollment_status](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/computeoptimizer_enrollment_status)
893
+ - [aws_computeoptimizer_recommendation_preferences](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/computeoptimizer_recommendation_preferences)
894
+
895
+ ## Config
896
+
897
+ *13 resources and 0 data sources*
898
+
899
+ ### Resources
900
+ - [aws_config_aggregate_authorization](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_aggregate_authorization)
901
+ - [aws_config_config_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_config_rule)
902
+ - [aws_config_configuration_aggregator](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_configuration_aggregator)
903
+ - [aws_config_configuration_recorder](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_configuration_recorder)
904
+ - [aws_config_configuration_recorder_status](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_configuration_recorder_status)
905
+ - [aws_config_conformance_pack](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_conformance_pack)
906
+ - [aws_config_delivery_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_delivery_channel)
907
+ - [aws_config_organization_conformance_pack](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_organization_conformance_pack)
908
+ - [aws_config_organization_custom_policy_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_organization_custom_policy_rule)
909
+ - [aws_config_organization_custom_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_organization_custom_rule)
910
+ - [aws_config_organization_managed_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_organization_managed_rule)
911
+ - [aws_config_remediation_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_remediation_configuration)
912
+ - [aws_config_retention_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_retention_configuration)
913
+
914
+ ## Connect
915
+
916
+ *16 resources and 16 data sources*
917
+
918
+ ### Resources
919
+ - [aws_connect_bot_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_bot_association)
920
+ - [aws_connect_contact_flow](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_contact_flow)
921
+ - [aws_connect_contact_flow_module](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_contact_flow_module)
922
+ - [aws_connect_hours_of_operation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_hours_of_operation)
923
+ - [aws_connect_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_instance)
924
+ - [aws_connect_instance_storage_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_instance_storage_config)
925
+ - [aws_connect_lambda_function_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_lambda_function_association)
926
+ - [aws_connect_phone_number](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_phone_number)
927
+ - [aws_connect_queue](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_queue)
928
+ - [aws_connect_quick_connect](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_quick_connect)
929
+ - [aws_connect_routing_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_routing_profile)
930
+ - [aws_connect_security_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_security_profile)
931
+ - [aws_connect_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_user)
932
+ - [aws_connect_user_hierarchy_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_user_hierarchy_group)
933
+ - [aws_connect_user_hierarchy_structure](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_user_hierarchy_structure)
934
+ - [aws_connect_vocabulary](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_vocabulary)
935
+
936
+ ### Data Sources
937
+ - [aws_connect_bot_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_bot_association)
938
+ - [aws_connect_contact_flow](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_contact_flow)
939
+ - [aws_connect_contact_flow_module](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_contact_flow_module)
940
+ - [aws_connect_hours_of_operation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_hours_of_operation)
941
+ - [aws_connect_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_instance)
942
+ - [aws_connect_instance_storage_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_instance_storage_config)
943
+ - [aws_connect_lambda_function_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_lambda_function_association)
944
+ - [aws_connect_prompt](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_prompt)
945
+ - [aws_connect_queue](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_queue)
946
+ - [aws_connect_quick_connect](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_quick_connect)
947
+ - [aws_connect_routing_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_routing_profile)
948
+ - [aws_connect_security_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_security_profile)
949
+ - [aws_connect_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_user)
950
+ - [aws_connect_user_hierarchy_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_user_hierarchy_group)
951
+ - [aws_connect_user_hierarchy_structure](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_user_hierarchy_structure)
952
+ - [aws_connect_vocabulary](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/connect_vocabulary)
953
+
954
+ ## Connect Customer Profiles
955
+
956
+ *2 resources and 0 data sources*
957
+
958
+ ### Resources
959
+ - [aws_customerprofiles_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/customerprofiles_domain)
960
+ - [aws_customerprofiles_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/customerprofiles_profile)
961
+
962
+ ## Control Tower
963
+
964
+ *2 resources and 1 data sources*
965
+
966
+ ### Resources
967
+ - [aws_controltower_control](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/controltower_control)
968
+ - [aws_controltower_landing_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/controltower_landing_zone)
969
+
970
+ ### Data Sources
971
+ - [aws_controltower_controls](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/controltower_controls)
972
+
973
+ ## Cost Optimization Hub
974
+
975
+ *2 resources and 0 data sources*
976
+
977
+ ### Resources
978
+ - [aws_costoptimizationhub_enrollment_status](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/costoptimizationhub_enrollment_status)
979
+ - [aws_costoptimizationhub_preferences](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/costoptimizationhub_preferences)
980
+
981
+ ## Cost and Usage Report
982
+
983
+ *1 resources and 1 data sources*
984
+
985
+ ### Resources
986
+ - [aws_cur_report_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cur_report_definition)
987
+
988
+ ### Data Sources
989
+ - [aws_cur_report_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cur_report_definition)
990
+
991
+ ## DLM Data Lifecycle Manager
992
+
993
+ *1 resources and 0 data sources*
994
+
995
+ ### Resources
996
+ - [aws_dlm_lifecycle_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dlm_lifecycle_policy)
997
+
998
+ ## DMS Database Migration
999
+
1000
+ *8 resources and 5 data sources*
1001
+
1002
+ ### Resources
1003
+ - [aws_dms_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dms_certificate)
1004
+ - [aws_dms_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dms_endpoint)
1005
+ - [aws_dms_event_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dms_event_subscription)
1006
+ - [aws_dms_replication_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dms_replication_config)
1007
+ - [aws_dms_replication_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dms_replication_instance)
1008
+ - [aws_dms_replication_subnet_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dms_replication_subnet_group)
1009
+ - [aws_dms_replication_task](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dms_replication_task)
1010
+ - [aws_dms_s3_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dms_s3_endpoint)
1011
+
1012
+ ### Data Sources
1013
+ - [aws_dms_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/dms_certificate)
1014
+ - [aws_dms_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/dms_endpoint)
1015
+ - [aws_dms_replication_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/dms_replication_instance)
1016
+ - [aws_dms_replication_subnet_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/dms_replication_subnet_group)
1017
+ - [aws_dms_replication_task](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/dms_replication_task)
1018
+
1019
+ ## DRS Elastic Disaster Recovery
1020
+
1021
+ *1 resources and 0 data sources*
1022
+
1023
+ ### Resources
1024
+ - [aws_drs_replication_configuration_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/drs_replication_configuration_template)
1025
+
1026
+ ## Data Exchange
1027
+
1028
+ *3 resources and 0 data sources*
1029
+
1030
+ ### Resources
1031
+ - [aws_dataexchange_data_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dataexchange_data_set)
1032
+ - [aws_dataexchange_event_action](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dataexchange_event_action)
1033
+ - [aws_dataexchange_revision](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dataexchange_revision)
1034
+
1035
+ ## Data Pipeline
1036
+
1037
+ *2 resources and 2 data sources*
1038
+
1039
+ ### Resources
1040
+ - [aws_datapipeline_pipeline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datapipeline_pipeline)
1041
+ - [aws_datapipeline_pipeline_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datapipeline_pipeline_definition)
1042
+
1043
+ ### Data Sources
1044
+ - [aws_datapipeline_pipeline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/datapipeline_pipeline)
1045
+ - [aws_datapipeline_pipeline_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/datapipeline_pipeline_definition)
1046
+
1047
+ ## DataSync
1048
+
1049
+ *13 resources and 0 data sources*
1050
+
1051
+ ### Resources
1052
+ - [aws_datasync_agent](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datasync_agent)
1053
+ - [aws_datasync_location_azure_blob](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datasync_location_azure_blob)
1054
+ - [aws_datasync_location_efs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datasync_location_efs)
1055
+ - [aws_datasync_location_fsx_lustre_file_system](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datasync_location_fsx_lustre_file_system)
1056
+ - [aws_datasync_location_fsx_ontap_file_system](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datasync_location_fsx_ontap_file_system)
1057
+ - [aws_datasync_location_fsx_openzfs_file_system](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datasync_location_fsx_openzfs_file_system)
1058
+ - [aws_datasync_location_fsx_windows_file_system](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datasync_location_fsx_windows_file_system)
1059
+ - [aws_datasync_location_hdfs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datasync_location_hdfs)
1060
+ - [aws_datasync_location_nfs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datasync_location_nfs)
1061
+ - [aws_datasync_location_object_storage](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datasync_location_object_storage)
1062
+ - [aws_datasync_location_s3](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datasync_location_s3)
1063
+ - [aws_datasync_location_smb](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datasync_location_smb)
1064
+ - [aws_datasync_task](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datasync_task)
1065
+
1066
+ ## DataZone
1067
+
1068
+ *10 resources and 2 data sources*
1069
+
1070
+ ### Resources
1071
+ - [aws_datazone_asset_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datazone_asset_type)
1072
+ - [aws_datazone_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datazone_domain)
1073
+ - [aws_datazone_environment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datazone_environment)
1074
+ - [aws_datazone_environment_blueprint_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datazone_environment_blueprint_configuration)
1075
+ - [aws_datazone_environment_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datazone_environment_profile)
1076
+ - [aws_datazone_form_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datazone_form_type)
1077
+ - [aws_datazone_glossary](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datazone_glossary)
1078
+ - [aws_datazone_glossary_term](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datazone_glossary_term)
1079
+ - [aws_datazone_project](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datazone_project)
1080
+ - [aws_datazone_user_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datazone_user_profile)
1081
+
1082
+ ### Data Sources
1083
+ - [aws_datazone_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/datazone_domain)
1084
+ - [aws_datazone_environment_blueprint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/datazone_environment_blueprint)
1085
+
1086
+ ## Detective
1087
+
1088
+ *5 resources and 0 data sources*
1089
+
1090
+ ### Resources
1091
+ - [aws_detective_graph](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/detective_graph)
1092
+ - [aws_detective_invitation_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/detective_invitation_accepter)
1093
+ - [aws_detective_member](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/detective_member)
1094
+ - [aws_detective_organization_admin_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/detective_organization_admin_account)
1095
+ - [aws_detective_organization_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/detective_organization_configuration)
1096
+
1097
+ ## DevOps Guru
1098
+
1099
+ *4 resources and 2 data sources*
1100
+
1101
+ ### Resources
1102
+ - [aws_devopsguru_event_sources_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/devopsguru_event_sources_config)
1103
+ - [aws_devopsguru_notification_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/devopsguru_notification_channel)
1104
+ - [aws_devopsguru_resource_collection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/devopsguru_resource_collection)
1105
+ - [aws_devopsguru_service_integration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/devopsguru_service_integration)
1106
+
1107
+ ### Data Sources
1108
+ - [aws_devopsguru_notification_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/devopsguru_notification_channel)
1109
+ - [aws_devopsguru_resource_collection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/devopsguru_resource_collection)
1110
+
1111
+ ## Device Farm
1112
+
1113
+ *6 resources and 0 data sources*
1114
+
1115
+ ### Resources
1116
+ - [aws_devicefarm_device_pool](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/devicefarm_device_pool)
1117
+ - [aws_devicefarm_instance_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/devicefarm_instance_profile)
1118
+ - [aws_devicefarm_network_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/devicefarm_network_profile)
1119
+ - [aws_devicefarm_project](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/devicefarm_project)
1120
+ - [aws_devicefarm_test_grid_project](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/devicefarm_test_grid_project)
1121
+ - [aws_devicefarm_upload](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/devicefarm_upload)
1122
+
1123
+ ## Direct Connect
1124
+
1125
+ *19 resources and 5 data sources*
1126
+
1127
+ ### Resources
1128
+ - [aws_dx_bgp_peer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_bgp_peer)
1129
+ - [aws_dx_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_connection)
1130
+ - [aws_dx_connection_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_connection_association)
1131
+ - [aws_dx_connection_confirmation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_connection_confirmation)
1132
+ - [aws_dx_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_gateway)
1133
+ - [aws_dx_gateway_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_gateway_association)
1134
+ - [aws_dx_gateway_association_proposal](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_gateway_association_proposal)
1135
+ - [aws_dx_hosted_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_hosted_connection)
1136
+ - [aws_dx_hosted_private_virtual_interface](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_hosted_private_virtual_interface)
1137
+ - [aws_dx_hosted_private_virtual_interface_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_hosted_private_virtual_interface_accepter)
1138
+ - [aws_dx_hosted_public_virtual_interface](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_hosted_public_virtual_interface)
1139
+ - [aws_dx_hosted_public_virtual_interface_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_hosted_public_virtual_interface_accepter)
1140
+ - [aws_dx_hosted_transit_virtual_interface](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_hosted_transit_virtual_interface)
1141
+ - [aws_dx_hosted_transit_virtual_interface_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_hosted_transit_virtual_interface_accepter)
1142
+ - [aws_dx_lag](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_lag)
1143
+ - [aws_dx_macsec_key_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_macsec_key_association)
1144
+ - [aws_dx_private_virtual_interface](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_private_virtual_interface)
1145
+ - [aws_dx_public_virtual_interface](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_public_virtual_interface)
1146
+ - [aws_dx_transit_virtual_interface](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dx_transit_virtual_interface)
1147
+
1148
+ ### Data Sources
1149
+ - [aws_dx_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/dx_connection)
1150
+ - [aws_dx_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/dx_gateway)
1151
+ - [aws_dx_location](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/dx_location)
1152
+ - [aws_dx_locations](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/dx_locations)
1153
+ - [aws_dx_router_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/dx_router_configuration)
1154
+
1155
+ ## Directory Service
1156
+
1157
+ *8 resources and 1 data sources*
1158
+
1159
+ ### Resources
1160
+ - [aws_directory_service_conditional_forwarder](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/directory_service_conditional_forwarder)
1161
+ - [aws_directory_service_directory](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/directory_service_directory)
1162
+ - [aws_directory_service_log_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/directory_service_log_subscription)
1163
+ - [aws_directory_service_radius_settings](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/directory_service_radius_settings)
1164
+ - [aws_directory_service_region](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/directory_service_region)
1165
+ - [aws_directory_service_shared_directory](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/directory_service_shared_directory)
1166
+ - [aws_directory_service_shared_directory_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/directory_service_shared_directory_accepter)
1167
+ - [aws_directory_service_trust](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/directory_service_trust)
1168
+
1169
+ ### Data Sources
1170
+ - [aws_directory_service_directory](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/directory_service_directory)
1171
+
1172
+ ## DocumentDB
1173
+
1174
+ *7 resources and 2 data sources*
1175
+
1176
+ ### Resources
1177
+ - [aws_docdb_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/docdb_cluster)
1178
+ - [aws_docdb_cluster_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/docdb_cluster_instance)
1179
+ - [aws_docdb_cluster_parameter_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/docdb_cluster_parameter_group)
1180
+ - [aws_docdb_cluster_snapshot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/docdb_cluster_snapshot)
1181
+ - [aws_docdb_event_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/docdb_event_subscription)
1182
+ - [aws_docdb_global_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/docdb_global_cluster)
1183
+ - [aws_docdb_subnet_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/docdb_subnet_group)
1184
+
1185
+ ### Data Sources
1186
+ - [aws_docdb_engine_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/docdb_engine_version)
1187
+ - [aws_docdb_orderable_db_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/docdb_orderable_db_instance)
1188
+
1189
+ ## DocumentDB Elastic
1190
+
1191
+ *1 resources and 0 data sources*
1192
+
1193
+ ### Resources
1194
+ - [aws_docdbelastic_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/docdbelastic_cluster)
1195
+
1196
+ ## DynamoDB
1197
+
1198
+ *9 resources and 2 data sources*
1199
+
1200
+ ### Resources
1201
+ - [aws_dynamodb_contributor_insights](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dynamodb_contributor_insights)
1202
+ - [aws_dynamodb_global_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dynamodb_global_table)
1203
+ - [aws_dynamodb_kinesis_streaming_destination](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dynamodb_kinesis_streaming_destination)
1204
+ - [aws_dynamodb_resource_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dynamodb_resource_policy)
1205
+ - [aws_dynamodb_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dynamodb_table)
1206
+ - [aws_dynamodb_table_export](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dynamodb_table_export)
1207
+ - [aws_dynamodb_table_item](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dynamodb_table_item)
1208
+ - [aws_dynamodb_table_replica](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dynamodb_table_replica)
1209
+ - [aws_dynamodb_tag](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dynamodb_tag)
1210
+
1211
+ ### Data Sources
1212
+ - [aws_dynamodb_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/dynamodb_table)
1213
+ - [aws_dynamodb_table_item](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/dynamodb_table_item)
1214
+
1215
+ ## DynamoDB Accelerator DAX
1216
+
1217
+ *3 resources and 0 data sources*
1218
+
1219
+ ### Resources
1220
+ - [aws_dax_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dax_cluster)
1221
+ - [aws_dax_parameter_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dax_parameter_group)
1222
+ - [aws_dax_subnet_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dax_subnet_group)
1223
+
1224
+ ## EBS EC2
1225
+
1226
+ *10 resources and 6 data sources*
1227
+
1228
+ ### Resources
1229
+ - [aws_ebs_default_kms_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ebs_default_kms_key)
1230
+ - [aws_ebs_encryption_by_default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ebs_encryption_by_default)
1231
+ - [aws_ebs_fast_snapshot_restore](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ebs_fast_snapshot_restore)
1232
+ - [aws_ebs_snapshot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ebs_snapshot)
1233
+ - [aws_ebs_snapshot_block_public_access](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ebs_snapshot_block_public_access)
1234
+ - [aws_ebs_snapshot_copy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ebs_snapshot_copy)
1235
+ - [aws_ebs_snapshot_import](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ebs_snapshot_import)
1236
+ - [aws_ebs_volume](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ebs_volume)
1237
+ - [aws_snapshot_create_volume_permission](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/snapshot_create_volume_permission)
1238
+ - [aws_volume_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/volume_attachment)
1239
+
1240
+ ### Data Sources
1241
+ - [aws_ebs_default_kms_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ebs_default_kms_key)
1242
+ - [aws_ebs_encryption_by_default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ebs_encryption_by_default)
1243
+ - [aws_ebs_snapshot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ebs_snapshot)
1244
+ - [aws_ebs_snapshot_ids](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ebs_snapshot_ids)
1245
+ - [aws_ebs_volume](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ebs_volume)
1246
+ - [aws_ebs_volumes](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ebs_volumes)
1247
+
1248
+ ## EC2 Elastic Compute Cloud
1249
+
1250
+ *25 resources and 21 data sources*
1251
+
1252
+ ### Resources
1253
+ - [aws_ami](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ami)
1254
+ - [aws_ami_copy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ami_copy)
1255
+ - [aws_ami_from_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ami_from_instance)
1256
+ - [aws_ami_launch_permission](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ami_launch_permission)
1257
+ - [aws_ec2_availability_zone_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_availability_zone_group)
1258
+ - [aws_ec2_capacity_block_reservation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_capacity_block_reservation)
1259
+ - [aws_ec2_capacity_reservation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_capacity_reservation)
1260
+ - [aws_ec2_fleet](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_fleet)
1261
+ - [aws_ec2_host](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_host)
1262
+ - [aws_ec2_image_block_public_access](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_image_block_public_access)
1263
+ - [aws_ec2_instance_connect_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_instance_connect_endpoint)
1264
+ - [aws_ec2_instance_metadata_defaults](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_instance_metadata_defaults)
1265
+ - [aws_ec2_instance_state](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_instance_state)
1266
+ - [aws_ec2_serial_console_access](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_serial_console_access)
1267
+ - [aws_ec2_tag](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_tag)
1268
+ - [aws_eip](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eip)
1269
+ - [aws_eip_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eip_association)
1270
+ - [aws_eip_domain_name](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eip_domain_name)
1271
+ - [aws_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance)
1272
+ - [aws_key_pair](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/key_pair)
1273
+ - [aws_launch_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template)
1274
+ - [aws_placement_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/placement_group)
1275
+ - [aws_spot_datafeed_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/spot_datafeed_subscription)
1276
+ - [aws_spot_fleet_request](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/spot_fleet_request)
1277
+ - [aws_spot_instance_request](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/spot_instance_request)
1278
+
1279
+ ### Data Sources
1280
+ - [aws_ami](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami)
1281
+ - [aws_ami_ids](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami_ids)
1282
+ - [aws_availability_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zone)
1283
+ - [aws_availability_zones](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones)
1284
+ - [aws_ec2_capacity_block_offering](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_capacity_block_offering)
1285
+ - [aws_ec2_host](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_host)
1286
+ - [aws_ec2_instance_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_instance_type)
1287
+ - [aws_ec2_instance_type_offering](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_instance_type_offering)
1288
+ - [aws_ec2_instance_type_offerings](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_instance_type_offerings)
1289
+ - [aws_ec2_instance_types](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_instance_types)
1290
+ - [aws_ec2_public_ipv4_pool](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_public_ipv4_pool)
1291
+ - [aws_ec2_public_ipv4_pools](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_public_ipv4_pools)
1292
+ - [aws_ec2_serial_console_access](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_serial_console_access)
1293
+ - [aws_ec2_spot_price](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_spot_price)
1294
+ - [aws_eip](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eip)
1295
+ - [aws_eips](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eips)
1296
+ - [aws_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/instance)
1297
+ - [aws_instances](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/instances)
1298
+ - [aws_key_pair](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/key_pair)
1299
+ - [aws_launch_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/launch_template)
1300
+ - [aws_spot_datafeed_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/spot_datafeed_subscription)
1301
+
1302
+ ## EC2 Image Builder
1303
+
1304
+ *9 resources and 13 data sources*
1305
+
1306
+ ### Resources
1307
+ - [aws_imagebuilder_component](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/imagebuilder_component)
1308
+ - [aws_imagebuilder_container_recipe](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/imagebuilder_container_recipe)
1309
+ - [aws_imagebuilder_distribution_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/imagebuilder_distribution_configuration)
1310
+ - [aws_imagebuilder_image](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/imagebuilder_image)
1311
+ - [aws_imagebuilder_image_pipeline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/imagebuilder_image_pipeline)
1312
+ - [aws_imagebuilder_image_recipe](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/imagebuilder_image_recipe)
1313
+ - [aws_imagebuilder_infrastructure_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/imagebuilder_infrastructure_configuration)
1314
+ - [aws_imagebuilder_lifecycle_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/imagebuilder_lifecycle_policy)
1315
+ - [aws_imagebuilder_workflow](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/imagebuilder_workflow)
1316
+
1317
+ ### Data Sources
1318
+ - [aws_imagebuilder_component](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/imagebuilder_component)
1319
+ - [aws_imagebuilder_components](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/imagebuilder_components)
1320
+ - [aws_imagebuilder_container_recipe](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/imagebuilder_container_recipe)
1321
+ - [aws_imagebuilder_container_recipes](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/imagebuilder_container_recipes)
1322
+ - [aws_imagebuilder_distribution_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/imagebuilder_distribution_configuration)
1323
+ - [aws_imagebuilder_distribution_configurations](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/imagebuilder_distribution_configurations)
1324
+ - [aws_imagebuilder_image](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/imagebuilder_image)
1325
+ - [aws_imagebuilder_image_pipeline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/imagebuilder_image_pipeline)
1326
+ - [aws_imagebuilder_image_pipelines](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/imagebuilder_image_pipelines)
1327
+ - [aws_imagebuilder_image_recipe](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/imagebuilder_image_recipe)
1328
+ - [aws_imagebuilder_image_recipes](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/imagebuilder_image_recipes)
1329
+ - [aws_imagebuilder_infrastructure_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/imagebuilder_infrastructure_configuration)
1330
+ - [aws_imagebuilder_infrastructure_configurations](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/imagebuilder_infrastructure_configurations)
1331
+
1332
+ ## ECR Elastic Container Registry
1333
+
1334
+ *9 resources and 7 data sources*
1335
+
1336
+ ### Resources
1337
+ - [aws_ecr_account_setting](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_account_setting)
1338
+ - [aws_ecr_lifecycle_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_lifecycle_policy)
1339
+ - [aws_ecr_pull_through_cache_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_pull_through_cache_rule)
1340
+ - [aws_ecr_registry_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_registry_policy)
1341
+ - [aws_ecr_registry_scanning_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_registry_scanning_configuration)
1342
+ - [aws_ecr_replication_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_replication_configuration)
1343
+ - [aws_ecr_repository](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_repository)
1344
+ - [aws_ecr_repository_creation_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_repository_creation_template)
1345
+ - [aws_ecr_repository_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_repository_policy)
1346
+
1347
+ ### Data Sources
1348
+ - [aws_ecr_authorization_token](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecr_authorization_token)
1349
+ - [aws_ecr_image](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecr_image)
1350
+ - [aws_ecr_lifecycle_policy_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecr_lifecycle_policy_document)
1351
+ - [aws_ecr_pull_through_cache_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecr_pull_through_cache_rule)
1352
+ - [aws_ecr_repositories](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecr_repositories)
1353
+ - [aws_ecr_repository](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecr_repository)
1354
+ - [aws_ecr_repository_creation_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecr_repository_creation_template)
1355
+
1356
+ ## ECR Public
1357
+
1358
+ *2 resources and 1 data sources*
1359
+
1360
+ ### Resources
1361
+ - [aws_ecrpublic_repository](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecrpublic_repository)
1362
+ - [aws_ecrpublic_repository_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecrpublic_repository_policy)
1363
+
1364
+ ### Data Sources
1365
+ - [aws_ecrpublic_authorization_token](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecrpublic_authorization_token)
1366
+
1367
+ ## ECS Elastic Container
1368
+
1369
+ *8 resources and 6 data sources*
1370
+
1371
+ ### Resources
1372
+ - [aws_ecs_account_setting_default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_account_setting_default)
1373
+ - [aws_ecs_capacity_provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_capacity_provider)
1374
+ - [aws_ecs_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster)
1375
+ - [aws_ecs_cluster_capacity_providers](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster_capacity_providers)
1376
+ - [aws_ecs_service](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_service)
1377
+ - [aws_ecs_tag](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_tag)
1378
+ - [aws_ecs_task_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_task_definition)
1379
+ - [aws_ecs_task_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_task_set)
1380
+
1381
+ ### Data Sources
1382
+ - [aws_ecs_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecs_cluster)
1383
+ - [aws_ecs_clusters](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecs_clusters)
1384
+ - [aws_ecs_container_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecs_container_definition)
1385
+ - [aws_ecs_service](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecs_service)
1386
+ - [aws_ecs_task_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecs_task_definition)
1387
+ - [aws_ecs_task_execution](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecs_task_execution)
1388
+
1389
+ ## EFS Elastic File System
1390
+
1391
+ *6 resources and 4 data sources*
1392
+
1393
+ ### Resources
1394
+ - [aws_efs_access_point](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/efs_access_point)
1395
+ - [aws_efs_backup_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/efs_backup_policy)
1396
+ - [aws_efs_file_system](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/efs_file_system)
1397
+ - [aws_efs_file_system_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/efs_file_system_policy)
1398
+ - [aws_efs_mount_target](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/efs_mount_target)
1399
+ - [aws_efs_replication_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/efs_replication_configuration)
1400
+
1401
+ ### Data Sources
1402
+ - [aws_efs_access_point](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/efs_access_point)
1403
+ - [aws_efs_access_points](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/efs_access_points)
1404
+ - [aws_efs_file_system](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/efs_file_system)
1405
+ - [aws_efs_mount_target](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/efs_mount_target)
1406
+
1407
+ ## EKS Elastic Kubernetes
1408
+
1409
+ *8 resources and 9 data sources*
1410
+
1411
+ ### Resources
1412
+ - [aws_eks_access_entry](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_access_entry)
1413
+ - [aws_eks_access_policy_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_access_policy_association)
1414
+ - [aws_eks_addon](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_addon)
1415
+ - [aws_eks_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_cluster)
1416
+ - [aws_eks_fargate_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_fargate_profile)
1417
+ - [aws_eks_identity_provider_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_identity_provider_config)
1418
+ - [aws_eks_node_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_node_group)
1419
+ - [aws_eks_pod_identity_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_pod_identity_association)
1420
+
1421
+ ### Data Sources
1422
+ - [aws_eks_access_entry](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_access_entry)
1423
+ - [aws_eks_addon](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_addon)
1424
+ - [aws_eks_addon_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_addon_version)
1425
+ - [aws_eks_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_cluster)
1426
+ - [aws_eks_cluster_auth](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_cluster_auth)
1427
+ - [aws_eks_cluster_versions](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_cluster_versions)
1428
+ - [aws_eks_clusters](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_clusters)
1429
+ - [aws_eks_node_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_node_group)
1430
+ - [aws_eks_node_groups](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_node_groups)
1431
+
1432
+ ## ELB Elastic Load Balancing
1433
+
1434
+ *8 resources and 7 data sources*
1435
+
1436
+ ### Resources
1437
+ - [aws_lb](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb)
1438
+ - [aws_lb_listener](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_listener)
1439
+ - [aws_lb_listener_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_listener_certificate)
1440
+ - [aws_lb_listener_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_listener_rule)
1441
+ - [aws_lb_target_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_target_group)
1442
+ - [aws_lb_target_group_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_target_group_attachment)
1443
+ - [aws_lb_trust_store](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_trust_store)
1444
+ - [aws_lb_trust_store_revocation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_trust_store_revocation)
1445
+
1446
+ ### Data Sources
1447
+ - [aws_lb](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lb)
1448
+ - [aws_lb_hosted_zone_id](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lb_hosted_zone_id)
1449
+ - [aws_lb_listener](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lb_listener)
1450
+ - [aws_lb_listener_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lb_listener_rule)
1451
+ - [aws_lb_target_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lb_target_group)
1452
+ - [aws_lb_trust_store](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lb_trust_store)
1453
+ - [aws_lbs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lbs)
1454
+
1455
+ ## ELB Classic
1456
+
1457
+ *9 resources and 3 data sources*
1458
+
1459
+ ### Resources
1460
+ - [aws_app_cookie_stickiness_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/app_cookie_stickiness_policy)
1461
+ - [aws_elb](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elb)
1462
+ - [aws_elb_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elb_attachment)
1463
+ - [aws_lb_cookie_stickiness_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_cookie_stickiness_policy)
1464
+ - [aws_lb_ssl_negotiation_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_ssl_negotiation_policy)
1465
+ - [aws_load_balancer_backend_server_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/load_balancer_backend_server_policy)
1466
+ - [aws_load_balancer_listener_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/load_balancer_listener_policy)
1467
+ - [aws_load_balancer_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/load_balancer_policy)
1468
+ - [aws_proxy_protocol_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/proxy_protocol_policy)
1469
+
1470
+ ### Data Sources
1471
+ - [aws_elb](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elb)
1472
+ - [aws_elb_hosted_zone_id](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elb_hosted_zone_id)
1473
+ - [aws_elb_service_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elb_service_account)
1474
+
1475
+ ## EMR
1476
+
1477
+ *8 resources and 2 data sources*
1478
+
1479
+ ### Resources
1480
+ - [aws_emr_block_public_access_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/emr_block_public_access_configuration)
1481
+ - [aws_emr_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/emr_cluster)
1482
+ - [aws_emr_instance_fleet](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/emr_instance_fleet)
1483
+ - [aws_emr_instance_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/emr_instance_group)
1484
+ - [aws_emr_managed_scaling_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/emr_managed_scaling_policy)
1485
+ - [aws_emr_security_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/emr_security_configuration)
1486
+ - [aws_emr_studio](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/emr_studio)
1487
+ - [aws_emr_studio_session_mapping](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/emr_studio_session_mapping)
1488
+
1489
+ ### Data Sources
1490
+ - [aws_emr_release_labels](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/emr_release_labels)
1491
+ - [aws_emr_supported_instance_types](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/emr_supported_instance_types)
1492
+
1493
+ ## EMR Containers
1494
+
1495
+ *2 resources and 1 data sources*
1496
+
1497
+ ### Resources
1498
+ - [aws_emrcontainers_job_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/emrcontainers_job_template)
1499
+ - [aws_emrcontainers_virtual_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/emrcontainers_virtual_cluster)
1500
+
1501
+ ### Data Sources
1502
+ - [aws_emrcontainers_virtual_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/emrcontainers_virtual_cluster)
1503
+
1504
+ ## EMR Serverless
1505
+
1506
+ *1 resources and 0 data sources*
1507
+
1508
+ ### Resources
1509
+ - [aws_emrserverless_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/emrserverless_application)
1510
+
1511
+ ## ElastiCache
1512
+
1513
+ *10 resources and 6 data sources*
1514
+
1515
+ ### Resources
1516
+ - [aws_elasticache_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_cluster)
1517
+ - [aws_elasticache_global_replication_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_global_replication_group)
1518
+ - [aws_elasticache_parameter_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_parameter_group)
1519
+ - [aws_elasticache_replication_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_replication_group)
1520
+ - [aws_elasticache_reserved_cache_node](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_reserved_cache_node)
1521
+ - [aws_elasticache_serverless_cache](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_serverless_cache)
1522
+ - [aws_elasticache_subnet_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_subnet_group)
1523
+ - [aws_elasticache_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_user)
1524
+ - [aws_elasticache_user_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_user_group)
1525
+ - [aws_elasticache_user_group_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_user_group_association)
1526
+
1527
+ ### Data Sources
1528
+ - [aws_elasticache_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elasticache_cluster)
1529
+ - [aws_elasticache_replication_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elasticache_replication_group)
1530
+ - [aws_elasticache_reserved_cache_node_offering](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elasticache_reserved_cache_node_offering)
1531
+ - [aws_elasticache_serverless_cache](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elasticache_serverless_cache)
1532
+ - [aws_elasticache_subnet_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elasticache_subnet_group)
1533
+ - [aws_elasticache_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elasticache_user)
1534
+
1535
+ ## Elastic Beanstalk
1536
+
1537
+ *4 resources and 3 data sources*
1538
+
1539
+ ### Resources
1540
+ - [aws_elastic_beanstalk_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elastic_beanstalk_application)
1541
+ - [aws_elastic_beanstalk_application_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elastic_beanstalk_application_version)
1542
+ - [aws_elastic_beanstalk_configuration_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elastic_beanstalk_configuration_template)
1543
+ - [aws_elastic_beanstalk_environment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elastic_beanstalk_environment)
1544
+
1545
+ ### Data Sources
1546
+ - [aws_elastic_beanstalk_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elastic_beanstalk_application)
1547
+ - [aws_elastic_beanstalk_hosted_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elastic_beanstalk_hosted_zone)
1548
+ - [aws_elastic_beanstalk_solution_stack](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elastic_beanstalk_solution_stack)
1549
+
1550
+ ## Elastic Transcoder
1551
+
1552
+ *2 resources and 0 data sources*
1553
+
1554
+ ### Resources
1555
+ - [aws_elastictranscoder_pipeline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elastictranscoder_pipeline)
1556
+ - [aws_elastictranscoder_preset](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elastictranscoder_preset)
1557
+
1558
+ ## Elasticsearch
1559
+
1560
+ *4 resources and 1 data sources*
1561
+
1562
+ ### Resources
1563
+ - [aws_elasticsearch_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticsearch_domain)
1564
+ - [aws_elasticsearch_domain_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticsearch_domain_policy)
1565
+ - [aws_elasticsearch_domain_saml_options](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticsearch_domain_saml_options)
1566
+ - [aws_elasticsearch_vpc_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticsearch_vpc_endpoint)
1567
+
1568
+ ### Data Sources
1569
+ - [aws_elasticsearch_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elasticsearch_domain)
1570
+
1571
+ ## Elemental MediaConvert
1572
+
1573
+ *1 resources and 1 data sources*
1574
+
1575
+ ### Resources
1576
+ - [aws_media_convert_queue](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/media_convert_queue)
1577
+
1578
+ ### Data Sources
1579
+ - [aws_media_convert_queue](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/media_convert_queue)
1580
+
1581
+ ## Elemental MediaLive
1582
+
1583
+ *5 resources and 1 data sources*
1584
+
1585
+ ### Resources
1586
+ - [aws_medialive_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/medialive_channel)
1587
+ - [aws_medialive_input](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/medialive_input)
1588
+ - [aws_medialive_input_security_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/medialive_input_security_group)
1589
+ - [aws_medialive_multiplex](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/medialive_multiplex)
1590
+ - [aws_medialive_multiplex_program](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/medialive_multiplex_program)
1591
+
1592
+ ### Data Sources
1593
+ - [aws_medialive_input](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/medialive_input)
1594
+
1595
+ ## Elemental MediaPackage
1596
+
1597
+ *1 resources and 0 data sources*
1598
+
1599
+ ### Resources
1600
+ - [aws_media_package_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/media_package_channel)
1601
+
1602
+ ## Elemental MediaPackage Version 2
1603
+
1604
+ *1 resources and 0 data sources*
1605
+
1606
+ ### Resources
1607
+ - [aws_media_packagev2_channel_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/media_packagev2_channel_group)
1608
+
1609
+ ## Elemental MediaStore
1610
+
1611
+ *2 resources and 0 data sources*
1612
+
1613
+ ### Resources
1614
+ - [aws_media_store_container](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/media_store_container)
1615
+ - [aws_media_store_container_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/media_store_container_policy)
1616
+
1617
+ ## End User Messaging SMS
1618
+
1619
+ *3 resources and 0 data sources*
1620
+
1621
+ ### Resources
1622
+ - [aws_pinpointsmsvoicev2_configuration_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pinpointsmsvoicev2_configuration_set)
1623
+ - [aws_pinpointsmsvoicev2_opt_out_list](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pinpointsmsvoicev2_opt_out_list)
1624
+ - [aws_pinpointsmsvoicev2_phone_number](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pinpointsmsvoicev2_phone_number)
1625
+
1626
+ ## EventBridge
1627
+
1628
+ *9 resources and 4 data sources*
1629
+
1630
+ ### Resources
1631
+ - [aws_cloudwatch_event_api_destination](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_api_destination)
1632
+ - [aws_cloudwatch_event_archive](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_archive)
1633
+ - [aws_cloudwatch_event_bus](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_bus)
1634
+ - [aws_cloudwatch_event_bus_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_bus_policy)
1635
+ - [aws_cloudwatch_event_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_connection)
1636
+ - [aws_cloudwatch_event_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_endpoint)
1637
+ - [aws_cloudwatch_event_permission](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_permission)
1638
+ - [aws_cloudwatch_event_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_rule)
1639
+ - [aws_cloudwatch_event_target](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_target)
1640
+
1641
+ ### Data Sources
1642
+ - [aws_cloudwatch_event_bus](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudwatch_event_bus)
1643
+ - [aws_cloudwatch_event_buses](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudwatch_event_buses)
1644
+ - [aws_cloudwatch_event_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudwatch_event_connection)
1645
+ - [aws_cloudwatch_event_source](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudwatch_event_source)
1646
+
1647
+ ## EventBridge Pipes
1648
+
1649
+ *1 resources and 0 data sources*
1650
+
1651
+ ### Resources
1652
+ - [aws_pipes_pipe](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pipes_pipe)
1653
+
1654
+ ## EventBridge Scheduler
1655
+
1656
+ *2 resources and 0 data sources*
1657
+
1658
+ ### Resources
1659
+ - [aws_scheduler_schedule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/scheduler_schedule)
1660
+ - [aws_scheduler_schedule_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/scheduler_schedule_group)
1661
+
1662
+ ## EventBridge Schemas
1663
+
1664
+ *4 resources and 0 data sources*
1665
+
1666
+ ### Resources
1667
+ - [aws_schemas_discoverer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/schemas_discoverer)
1668
+ - [aws_schemas_registry](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/schemas_registry)
1669
+ - [aws_schemas_registry_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/schemas_registry_policy)
1670
+ - [aws_schemas_schema](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/schemas_schema)
1671
+
1672
+ ## FIS Fault Injection Simulator
1673
+
1674
+ *1 resources and 0 data sources*
1675
+
1676
+ ### Resources
1677
+ - [aws_fis_experiment_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fis_experiment_template)
1678
+
1679
+ ## FMS Firewall Manager
1680
+
1681
+ *3 resources and 0 data sources*
1682
+
1683
+ ### Resources
1684
+ - [aws_fms_admin_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fms_admin_account)
1685
+ - [aws_fms_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fms_policy)
1686
+ - [aws_fms_resource_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fms_resource_set)
1687
+
1688
+ ## FSx
1689
+
1690
+ *11 resources and 5 data sources*
1691
+
1692
+ ### Resources
1693
+ - [aws_fsx_backup](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fsx_backup)
1694
+ - [aws_fsx_data_repository_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fsx_data_repository_association)
1695
+ - [aws_fsx_file_cache](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fsx_file_cache)
1696
+ - [aws_fsx_lustre_file_system](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fsx_lustre_file_system)
1697
+ - [aws_fsx_ontap_file_system](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fsx_ontap_file_system)
1698
+ - [aws_fsx_ontap_storage_virtual_machine](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fsx_ontap_storage_virtual_machine)
1699
+ - [aws_fsx_ontap_volume](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fsx_ontap_volume)
1700
+ - [aws_fsx_openzfs_file_system](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fsx_openzfs_file_system)
1701
+ - [aws_fsx_openzfs_snapshot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fsx_openzfs_snapshot)
1702
+ - [aws_fsx_openzfs_volume](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fsx_openzfs_volume)
1703
+ - [aws_fsx_windows_file_system](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fsx_windows_file_system)
1704
+
1705
+ ### Data Sources
1706
+ - [aws_fsx_ontap_file_system](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/fsx_ontap_file_system)
1707
+ - [aws_fsx_ontap_storage_virtual_machine](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/fsx_ontap_storage_virtual_machine)
1708
+ - [aws_fsx_ontap_storage_virtual_machines](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/fsx_ontap_storage_virtual_machines)
1709
+ - [aws_fsx_openzfs_snapshot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/fsx_openzfs_snapshot)
1710
+ - [aws_fsx_windows_file_system](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/fsx_windows_file_system)
1711
+
1712
+ ## FinSpace
1713
+
1714
+ *7 resources and 0 data sources*
1715
+
1716
+ ### Resources
1717
+ - [aws_finspace_kx_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/finspace_kx_cluster)
1718
+ - [aws_finspace_kx_database](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/finspace_kx_database)
1719
+ - [aws_finspace_kx_dataview](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/finspace_kx_dataview)
1720
+ - [aws_finspace_kx_environment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/finspace_kx_environment)
1721
+ - [aws_finspace_kx_scaling_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/finspace_kx_scaling_group)
1722
+ - [aws_finspace_kx_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/finspace_kx_user)
1723
+ - [aws_finspace_kx_volume](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/finspace_kx_volume)
1724
+
1725
+ ## GameLift
1726
+
1727
+ *6 resources and 0 data sources*
1728
+
1729
+ ### Resources
1730
+ - [aws_gamelift_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/gamelift_alias)
1731
+ - [aws_gamelift_build](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/gamelift_build)
1732
+ - [aws_gamelift_fleet](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/gamelift_fleet)
1733
+ - [aws_gamelift_game_server_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/gamelift_game_server_group)
1734
+ - [aws_gamelift_game_session_queue](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/gamelift_game_session_queue)
1735
+ - [aws_gamelift_script](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/gamelift_script)
1736
+
1737
+ ## Global Accelerator
1738
+
1739
+ *7 resources and 2 data sources*
1740
+
1741
+ ### Resources
1742
+ - [aws_globalaccelerator_accelerator](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/globalaccelerator_accelerator)
1743
+ - [aws_globalaccelerator_cross_account_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/globalaccelerator_cross_account_attachment)
1744
+ - [aws_globalaccelerator_custom_routing_accelerator](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/globalaccelerator_custom_routing_accelerator)
1745
+ - [aws_globalaccelerator_custom_routing_endpoint_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/globalaccelerator_custom_routing_endpoint_group)
1746
+ - [aws_globalaccelerator_custom_routing_listener](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/globalaccelerator_custom_routing_listener)
1747
+ - [aws_globalaccelerator_endpoint_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/globalaccelerator_endpoint_group)
1748
+ - [aws_globalaccelerator_listener](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/globalaccelerator_listener)
1749
+
1750
+ ### Data Sources
1751
+ - [aws_globalaccelerator_accelerator](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/globalaccelerator_accelerator)
1752
+ - [aws_globalaccelerator_custom_routing_accelerator](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/globalaccelerator_custom_routing_accelerator)
1753
+
1754
+ ## Glue
1755
+
1756
+ *20 resources and 5 data sources*
1757
+
1758
+ ### Resources
1759
+ - [aws_glue_catalog_database](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_catalog_database)
1760
+ - [aws_glue_catalog_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_catalog_table)
1761
+ - [aws_glue_catalog_table_optimizer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_catalog_table_optimizer)
1762
+ - [aws_glue_classifier](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_classifier)
1763
+ - [aws_glue_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_connection)
1764
+ - [aws_glue_crawler](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_crawler)
1765
+ - [aws_glue_data_catalog_encryption_settings](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_data_catalog_encryption_settings)
1766
+ - [aws_glue_data_quality_ruleset](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_data_quality_ruleset)
1767
+ - [aws_glue_dev_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_dev_endpoint)
1768
+ - [aws_glue_job](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_job)
1769
+ - [aws_glue_ml_transform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_ml_transform)
1770
+ - [aws_glue_partition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_partition)
1771
+ - [aws_glue_partition_index](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_partition_index)
1772
+ - [aws_glue_registry](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_registry)
1773
+ - [aws_glue_resource_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_resource_policy)
1774
+ - [aws_glue_schema](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_schema)
1775
+ - [aws_glue_security_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_security_configuration)
1776
+ - [aws_glue_trigger](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_trigger)
1777
+ - [aws_glue_user_defined_function](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_user_defined_function)
1778
+ - [aws_glue_workflow](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_workflow)
1779
+
1780
+ ### Data Sources
1781
+ - [aws_glue_catalog_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/glue_catalog_table)
1782
+ - [aws_glue_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/glue_connection)
1783
+ - [aws_glue_data_catalog_encryption_settings](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/glue_data_catalog_encryption_settings)
1784
+ - [aws_glue_registry](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/glue_registry)
1785
+ - [aws_glue_script](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/glue_script)
1786
+
1787
+ ## GuardDuty
1788
+
1789
+ *13 resources and 2 data sources*
1790
+
1791
+ ### Resources
1792
+ - [aws_guardduty_detector](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/guardduty_detector)
1793
+ - [aws_guardduty_detector_feature](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/guardduty_detector_feature)
1794
+ - [aws_guardduty_filter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/guardduty_filter)
1795
+ - [aws_guardduty_invite_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/guardduty_invite_accepter)
1796
+ - [aws_guardduty_ipset](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/guardduty_ipset)
1797
+ - [aws_guardduty_malware_protection_plan](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/guardduty_malware_protection_plan)
1798
+ - [aws_guardduty_member](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/guardduty_member)
1799
+ - [aws_guardduty_member_detector_feature](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/guardduty_member_detector_feature)
1800
+ - [aws_guardduty_organization_admin_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/guardduty_organization_admin_account)
1801
+ - [aws_guardduty_organization_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/guardduty_organization_configuration)
1802
+ - [aws_guardduty_organization_configuration_feature](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/guardduty_organization_configuration_feature)
1803
+ - [aws_guardduty_publishing_destination](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/guardduty_publishing_destination)
1804
+ - [aws_guardduty_threatintelset](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/guardduty_threatintelset)
1805
+
1806
+ ### Data Sources
1807
+ - [aws_guardduty_detector](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/guardduty_detector)
1808
+ - [aws_guardduty_finding_ids](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/guardduty_finding_ids)
1809
+
1810
+ ## IAM Identity & Access Management
1811
+
1812
+ *34 resources and 17 data sources*
1813
+
1814
+ ### Resources
1815
+ - [aws_iam_access_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_access_key)
1816
+ - [aws_iam_account_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_account_alias)
1817
+ - [aws_iam_account_password_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_account_password_policy)
1818
+ - [aws_iam_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_group)
1819
+ - [aws_iam_group_membership](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_group_membership)
1820
+ - [aws_iam_group_policies_exclusive](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_group_policies_exclusive)
1821
+ - [aws_iam_group_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_group_policy)
1822
+ - [aws_iam_group_policy_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_group_policy_attachment)
1823
+ - [aws_iam_group_policy_attachments_exclusive](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_group_policy_attachments_exclusive)
1824
+ - [aws_iam_instance_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_instance_profile)
1825
+ - [aws_iam_openid_connect_provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_openid_connect_provider)
1826
+ - [aws_iam_organizations_features](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_organizations_features)
1827
+ - [aws_iam_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_policy)
1828
+ - [aws_iam_policy_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_policy_attachment)
1829
+ - [aws_iam_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role)
1830
+ - [aws_iam_role_policies_exclusive](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policies_exclusive)
1831
+ - [aws_iam_role_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy)
1832
+ - [aws_iam_role_policy_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment)
1833
+ - [aws_iam_role_policy_attachments_exclusive](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachments_exclusive)
1834
+ - [aws_iam_saml_provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_saml_provider)
1835
+ - [aws_iam_security_token_service_preferences](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_security_token_service_preferences)
1836
+ - [aws_iam_server_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_server_certificate)
1837
+ - [aws_iam_service_linked_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_service_linked_role)
1838
+ - [aws_iam_service_specific_credential](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_service_specific_credential)
1839
+ - [aws_iam_signing_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_signing_certificate)
1840
+ - [aws_iam_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user)
1841
+ - [aws_iam_user_group_membership](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_group_membership)
1842
+ - [aws_iam_user_login_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_login_profile)
1843
+ - [aws_iam_user_policies_exclusive](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_policies_exclusive)
1844
+ - [aws_iam_user_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_policy)
1845
+ - [aws_iam_user_policy_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_policy_attachment)
1846
+ - [aws_iam_user_policy_attachments_exclusive](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_policy_attachments_exclusive)
1847
+ - [aws_iam_user_ssh_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_ssh_key)
1848
+ - [aws_iam_virtual_mfa_device](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_virtual_mfa_device)
1849
+
1850
+ ### Data Sources
1851
+ - [aws_iam_access_keys](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_access_keys)
1852
+ - [aws_iam_account_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_account_alias)
1853
+ - [aws_iam_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_group)
1854
+ - [aws_iam_instance_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_instance_profile)
1855
+ - [aws_iam_instance_profiles](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_instance_profiles)
1856
+ - [aws_iam_openid_connect_provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_openid_connect_provider)
1857
+ - [aws_iam_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy)
1858
+ - [aws_iam_policy_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)
1859
+ - [aws_iam_principal_policy_simulation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_principal_policy_simulation)
1860
+ - [aws_iam_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_role)
1861
+ - [aws_iam_roles](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_roles)
1862
+ - [aws_iam_saml_provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_saml_provider)
1863
+ - [aws_iam_server_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_server_certificate)
1864
+ - [aws_iam_session_context](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_session_context)
1865
+ - [aws_iam_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_user)
1866
+ - [aws_iam_user_ssh_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_user_ssh_key)
1867
+ - [aws_iam_users](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_users)
1868
+
1869
+ ## IAM Access Analyzer
1870
+
1871
+ *2 resources and 0 data sources*
1872
+
1873
+ ### Resources
1874
+ - [aws_accessanalyzer_analyzer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/accessanalyzer_analyzer)
1875
+ - [aws_accessanalyzer_archive_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/accessanalyzer_archive_rule)
1876
+
1877
+ ## IVS Interactive Video
1878
+
1879
+ *3 resources and 1 data sources*
1880
+
1881
+ ### Resources
1882
+ - [aws_ivs_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ivs_channel)
1883
+ - [aws_ivs_playback_key_pair](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ivs_playback_key_pair)
1884
+ - [aws_ivs_recording_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ivs_recording_configuration)
1885
+
1886
+ ### Data Sources
1887
+ - [aws_ivs_stream_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ivs_stream_key)
1888
+
1889
+ ## IVS Interactive Video Chat
1890
+
1891
+ *2 resources and 0 data sources*
1892
+
1893
+ ### Resources
1894
+ - [aws_ivschat_logging_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ivschat_logging_configuration)
1895
+ - [aws_ivschat_room](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ivschat_room)
1896
+
1897
+ ## Inspector
1898
+
1899
+ *4 resources and 0 data sources*
1900
+
1901
+ ### Resources
1902
+ - [aws_inspector2_delegated_admin_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/inspector2_delegated_admin_account)
1903
+ - [aws_inspector2_enabler](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/inspector2_enabler)
1904
+ - [aws_inspector2_member_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/inspector2_member_association)
1905
+ - [aws_inspector2_organization_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/inspector2_organization_configuration)
1906
+
1907
+ ## Inspector Classic
1908
+
1909
+ *3 resources and 1 data sources*
1910
+
1911
+ ### Resources
1912
+ - [aws_inspector_assessment_target](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/inspector_assessment_target)
1913
+ - [aws_inspector_assessment_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/inspector_assessment_template)
1914
+ - [aws_inspector_resource_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/inspector_resource_group)
1915
+
1916
+ ### Data Sources
1917
+ - [aws_inspector_rules_packages](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/inspector_rules_packages)
1918
+
1919
+ ## IoT Core
1920
+
1921
+ *19 resources and 2 data sources*
1922
+
1923
+ ### Resources
1924
+ - [aws_iot_authorizer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_authorizer)
1925
+ - [aws_iot_billing_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_billing_group)
1926
+ - [aws_iot_ca_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_ca_certificate)
1927
+ - [aws_iot_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_certificate)
1928
+ - [aws_iot_domain_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_domain_configuration)
1929
+ - [aws_iot_event_configurations](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_event_configurations)
1930
+ - [aws_iot_indexing_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_indexing_configuration)
1931
+ - [aws_iot_logging_options](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_logging_options)
1932
+ - [aws_iot_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_policy)
1933
+ - [aws_iot_policy_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_policy_attachment)
1934
+ - [aws_iot_provisioning_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_provisioning_template)
1935
+ - [aws_iot_role_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_role_alias)
1936
+ - [aws_iot_thing](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_thing)
1937
+ - [aws_iot_thing_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_thing_group)
1938
+ - [aws_iot_thing_group_membership](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_thing_group_membership)
1939
+ - [aws_iot_thing_principal_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_thing_principal_attachment)
1940
+ - [aws_iot_thing_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_thing_type)
1941
+ - [aws_iot_topic_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_topic_rule)
1942
+ - [aws_iot_topic_rule_destination](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_topic_rule_destination)
1943
+
1944
+ ### Data Sources
1945
+ - [aws_iot_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iot_endpoint)
1946
+ - [aws_iot_registration_code](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iot_registration_code)
1947
+
1948
+ ## KMS Key Management
1949
+
1950
+ *9 resources and 7 data sources*
1951
+
1952
+ ### Resources
1953
+ - [aws_kms_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_alias)
1954
+ - [aws_kms_ciphertext](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_ciphertext)
1955
+ - [aws_kms_custom_key_store](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_custom_key_store)
1956
+ - [aws_kms_external_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_external_key)
1957
+ - [aws_kms_grant](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_grant)
1958
+ - [aws_kms_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key)
1959
+ - [aws_kms_key_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key_policy)
1960
+ - [aws_kms_replica_external_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_replica_external_key)
1961
+ - [aws_kms_replica_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_replica_key)
1962
+
1963
+ ### Data Sources
1964
+ - [aws_kms_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kms_alias)
1965
+ - [aws_kms_ciphertext](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kms_ciphertext)
1966
+ - [aws_kms_custom_key_store](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kms_custom_key_store)
1967
+ - [aws_kms_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kms_key)
1968
+ - [aws_kms_public_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kms_public_key)
1969
+ - [aws_kms_secret](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kms_secret)
1970
+ - [aws_kms_secrets](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kms_secrets)
1971
+
1972
+ ## Kendra
1973
+
1974
+ *6 resources and 5 data sources*
1975
+
1976
+ ### Resources
1977
+ - [aws_kendra_data_source](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kendra_data_source)
1978
+ - [aws_kendra_experience](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kendra_experience)
1979
+ - [aws_kendra_faq](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kendra_faq)
1980
+ - [aws_kendra_index](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kendra_index)
1981
+ - [aws_kendra_query_suggestions_block_list](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kendra_query_suggestions_block_list)
1982
+ - [aws_kendra_thesaurus](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kendra_thesaurus)
1983
+
1984
+ ### Data Sources
1985
+ - [aws_kendra_experience](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kendra_experience)
1986
+ - [aws_kendra_faq](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kendra_faq)
1987
+ - [aws_kendra_index](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kendra_index)
1988
+ - [aws_kendra_query_suggestions_block_list](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kendra_query_suggestions_block_list)
1989
+ - [aws_kendra_thesaurus](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kendra_thesaurus)
1990
+
1991
+ ## Keyspaces for Apache Cassandra
1992
+
1993
+ *2 resources and 0 data sources*
1994
+
1995
+ ### Resources
1996
+ - [aws_keyspaces_keyspace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/keyspaces_keyspace)
1997
+ - [aws_keyspaces_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/keyspaces_table)
1998
+
1999
+ ## Kinesis
2000
+
2001
+ *3 resources and 2 data sources*
2002
+
2003
+ ### Resources
2004
+ - [aws_kinesis_resource_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kinesis_resource_policy)
2005
+ - [aws_kinesis_stream](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kinesis_stream)
2006
+ - [aws_kinesis_stream_consumer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kinesis_stream_consumer)
2007
+
2008
+ ### Data Sources
2009
+ - [aws_kinesis_stream](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kinesis_stream)
2010
+ - [aws_kinesis_stream_consumer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kinesis_stream_consumer)
2011
+
2012
+ ## Kinesis Analytics
2013
+
2014
+ *1 resources and 0 data sources*
2015
+
2016
+ ### Resources
2017
+ - [aws_kinesis_analytics_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kinesis_analytics_application)
2018
+
2019
+ ## Kinesis Analytics V2
2020
+
2021
+ *2 resources and 0 data sources*
2022
+
2023
+ ### Resources
2024
+ - [aws_kinesisanalyticsv2_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kinesisanalyticsv2_application)
2025
+ - [aws_kinesisanalyticsv2_application_snapshot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kinesisanalyticsv2_application_snapshot)
2026
+
2027
+ ## Kinesis Firehose
2028
+
2029
+ *1 resources and 1 data sources*
2030
+
2031
+ ### Resources
2032
+ - [aws_kinesis_firehose_delivery_stream](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kinesis_firehose_delivery_stream)
2033
+
2034
+ ### Data Sources
2035
+ - [aws_kinesis_firehose_delivery_stream](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kinesis_firehose_delivery_stream)
2036
+
2037
+ ## Kinesis Video
2038
+
2039
+ *1 resources and 0 data sources*
2040
+
2041
+ ### Resources
2042
+ - [aws_kinesis_video_stream](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kinesis_video_stream)
2043
+
2044
+ ## Lake Formation
2045
+
2046
+ *8 resources and 3 data sources*
2047
+
2048
+ ### Resources
2049
+ - [aws_lakeformation_data_cells_filter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lakeformation_data_cells_filter)
2050
+ - [aws_lakeformation_data_lake_settings](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lakeformation_data_lake_settings)
2051
+ - [aws_lakeformation_lf_tag](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lakeformation_lf_tag)
2052
+ - [aws_lakeformation_opt_in](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lakeformation_opt_in)
2053
+ - [aws_lakeformation_permissions](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lakeformation_permissions)
2054
+ - [aws_lakeformation_resource](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lakeformation_resource)
2055
+ - [aws_lakeformation_resource_lf_tag](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lakeformation_resource_lf_tag)
2056
+ - [aws_lakeformation_resource_lf_tags](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lakeformation_resource_lf_tags)
2057
+
2058
+ ### Data Sources
2059
+ - [aws_lakeformation_data_lake_settings](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lakeformation_data_lake_settings)
2060
+ - [aws_lakeformation_permissions](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lakeformation_permissions)
2061
+ - [aws_lakeformation_resource](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lakeformation_resource)
2062
+
2063
+ ## Lambda
2064
+
2065
+ *13 resources and 7 data sources*
2066
+
2067
+ ### Resources
2068
+ - [aws_lambda_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_alias)
2069
+ - [aws_lambda_code_signing_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_code_signing_config)
2070
+ - [aws_lambda_event_source_mapping](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_event_source_mapping)
2071
+ - [aws_lambda_function](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function)
2072
+ - [aws_lambda_function_event_invoke_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function_event_invoke_config)
2073
+ - [aws_lambda_function_recursion_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function_recursion_config)
2074
+ - [aws_lambda_function_url](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function_url)
2075
+ - [aws_lambda_invocation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_invocation)
2076
+ - [aws_lambda_layer_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_layer_version)
2077
+ - [aws_lambda_layer_version_permission](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_layer_version_permission)
2078
+ - [aws_lambda_permission](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_permission)
2079
+ - [aws_lambda_provisioned_concurrency_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_provisioned_concurrency_config)
2080
+ - [aws_lambda_runtime_management_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_runtime_management_config)
2081
+
2082
+ ### Data Sources
2083
+ - [aws_lambda_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lambda_alias)
2084
+ - [aws_lambda_code_signing_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lambda_code_signing_config)
2085
+ - [aws_lambda_function](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lambda_function)
2086
+ - [aws_lambda_function_url](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lambda_function_url)
2087
+ - [aws_lambda_functions](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lambda_functions)
2088
+ - [aws_lambda_invocation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lambda_invocation)
2089
+ - [aws_lambda_layer_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lambda_layer_version)
2090
+
2091
+ ## Lex Model Building
2092
+
2093
+ *4 resources and 4 data sources*
2094
+
2095
+ ### Resources
2096
+ - [aws_lex_bot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lex_bot)
2097
+ - [aws_lex_bot_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lex_bot_alias)
2098
+ - [aws_lex_intent](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lex_intent)
2099
+ - [aws_lex_slot_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lex_slot_type)
2100
+
2101
+ ### Data Sources
2102
+ - [aws_lex_bot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lex_bot)
2103
+ - [aws_lex_bot_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lex_bot_alias)
2104
+ - [aws_lex_intent](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lex_intent)
2105
+ - [aws_lex_slot_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lex_slot_type)
2106
+
2107
+ ## Lex V2 Models
2108
+
2109
+ *6 resources and 0 data sources*
2110
+
2111
+ ### Resources
2112
+ - [aws_lexv2models_bot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lexv2models_bot)
2113
+ - [aws_lexv2models_bot_locale](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lexv2models_bot_locale)
2114
+ - [aws_lexv2models_bot_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lexv2models_bot_version)
2115
+ - [aws_lexv2models_intent](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lexv2models_intent)
2116
+ - [aws_lexv2models_slot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lexv2models_slot)
2117
+ - [aws_lexv2models_slot_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lexv2models_slot_type)
2118
+
2119
+ ## License Manager
2120
+
2121
+ *4 resources and 3 data sources*
2122
+
2123
+ ### Resources
2124
+ - [aws_licensemanager_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/licensemanager_association)
2125
+ - [aws_licensemanager_grant](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/licensemanager_grant)
2126
+ - [aws_licensemanager_grant_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/licensemanager_grant_accepter)
2127
+ - [aws_licensemanager_license_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/licensemanager_license_configuration)
2128
+
2129
+ ### Data Sources
2130
+ - [aws_licensemanager_grants](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/licensemanager_grants)
2131
+ - [aws_licensemanager_received_license](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/licensemanager_received_license)
2132
+ - [aws_licensemanager_received_licenses](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/licensemanager_received_licenses)
2133
+
2134
+ ## Lightsail
2135
+
2136
+ *23 resources and 0 data sources*
2137
+
2138
+ ### Resources
2139
+ - [aws_lightsail_bucket](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_bucket)
2140
+ - [aws_lightsail_bucket_access_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_bucket_access_key)
2141
+ - [aws_lightsail_bucket_resource_access](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_bucket_resource_access)
2142
+ - [aws_lightsail_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_certificate)
2143
+ - [aws_lightsail_container_service](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_container_service)
2144
+ - [aws_lightsail_container_service_deployment_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_container_service_deployment_version)
2145
+ - [aws_lightsail_database](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_database)
2146
+ - [aws_lightsail_disk](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_disk)
2147
+ - [aws_lightsail_disk_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_disk_attachment)
2148
+ - [aws_lightsail_distribution](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_distribution)
2149
+ - [aws_lightsail_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_domain)
2150
+ - [aws_lightsail_domain_entry](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_domain_entry)
2151
+ - [aws_lightsail_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_instance)
2152
+ - [aws_lightsail_instance_public_ports](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_instance_public_ports)
2153
+ - [aws_lightsail_key_pair](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_key_pair)
2154
+ - [aws_lightsail_lb](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_lb)
2155
+ - [aws_lightsail_lb_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_lb_attachment)
2156
+ - [aws_lightsail_lb_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_lb_certificate)
2157
+ - [aws_lightsail_lb_certificate_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_lb_certificate_attachment)
2158
+ - [aws_lightsail_lb_https_redirection_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_lb_https_redirection_policy)
2159
+ - [aws_lightsail_lb_stickiness_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_lb_stickiness_policy)
2160
+ - [aws_lightsail_static_ip](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_static_ip)
2161
+ - [aws_lightsail_static_ip_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lightsail_static_ip_attachment)
2162
+
2163
+ ## Location
2164
+
2165
+ *6 resources and 7 data sources*
2166
+
2167
+ ### Resources
2168
+ - [aws_location_geofence_collection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/location_geofence_collection)
2169
+ - [aws_location_map](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/location_map)
2170
+ - [aws_location_place_index](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/location_place_index)
2171
+ - [aws_location_route_calculator](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/location_route_calculator)
2172
+ - [aws_location_tracker](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/location_tracker)
2173
+ - [aws_location_tracker_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/location_tracker_association)
2174
+
2175
+ ### Data Sources
2176
+ - [aws_location_geofence_collection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/location_geofence_collection)
2177
+ - [aws_location_map](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/location_map)
2178
+ - [aws_location_place_index](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/location_place_index)
2179
+ - [aws_location_route_calculator](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/location_route_calculator)
2180
+ - [aws_location_tracker](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/location_tracker)
2181
+ - [aws_location_tracker_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/location_tracker_association)
2182
+ - [aws_location_tracker_associations](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/location_tracker_associations)
2183
+
2184
+ ## MQ
2185
+
2186
+ *2 resources and 3 data sources*
2187
+
2188
+ ### Resources
2189
+ - [aws_mq_broker](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/mq_broker)
2190
+ - [aws_mq_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/mq_configuration)
2191
+
2192
+ ### Data Sources
2193
+ - [aws_mq_broker](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/mq_broker)
2194
+ - [aws_mq_broker_engine_types](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/mq_broker_engine_types)
2195
+ - [aws_mq_broker_instance_type_offerings](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/mq_broker_instance_type_offerings)
2196
+
2197
+ ## MWAA Managed Workflows for Apache Airflow
2198
+
2199
+ *1 resources and 0 data sources*
2200
+
2201
+ ### Resources
2202
+ - [aws_mwaa_environment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/mwaa_environment)
2203
+
2204
+ ## Macie
2205
+
2206
+ *9 resources and 0 data sources*
2207
+
2208
+ ### Resources
2209
+ - [aws_macie2_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/macie2_account)
2210
+ - [aws_macie2_classification_export_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/macie2_classification_export_configuration)
2211
+ - [aws_macie2_classification_job](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/macie2_classification_job)
2212
+ - [aws_macie2_custom_data_identifier](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/macie2_custom_data_identifier)
2213
+ - [aws_macie2_findings_filter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/macie2_findings_filter)
2214
+ - [aws_macie2_invitation_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/macie2_invitation_accepter)
2215
+ - [aws_macie2_member](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/macie2_member)
2216
+ - [aws_macie2_organization_admin_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/macie2_organization_admin_account)
2217
+ - [aws_macie2_organization_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/macie2_organization_configuration)
2218
+
2219
+ ## Mainframe Modernization
2220
+
2221
+ *3 resources and 0 data sources*
2222
+
2223
+ ### Resources
2224
+ - [aws_m2_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/m2_application)
2225
+ - [aws_m2_deployment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/m2_deployment)
2226
+ - [aws_m2_environment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/m2_environment)
2227
+
2228
+ ## Managed Grafana
2229
+
2230
+ *7 resources and 1 data sources*
2231
+
2232
+ ### Resources
2233
+ - [aws_grafana_license_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/grafana_license_association)
2234
+ - [aws_grafana_role_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/grafana_role_association)
2235
+ - [aws_grafana_workspace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/grafana_workspace)
2236
+ - [aws_grafana_workspace_api_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/grafana_workspace_api_key)
2237
+ - [aws_grafana_workspace_saml_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/grafana_workspace_saml_configuration)
2238
+ - [aws_grafana_workspace_service_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/grafana_workspace_service_account)
2239
+ - [aws_grafana_workspace_service_account_token](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/grafana_workspace_service_account_token)
2240
+
2241
+ ### Data Sources
2242
+ - [aws_grafana_workspace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/grafana_workspace)
2243
+
2244
+ ## Managed Streaming for Kafka
2245
+
2246
+ *8 resources and 6 data sources*
2247
+
2248
+ ### Resources
2249
+ - [aws_msk_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/msk_cluster)
2250
+ - [aws_msk_cluster_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/msk_cluster_policy)
2251
+ - [aws_msk_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/msk_configuration)
2252
+ - [aws_msk_replicator](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/msk_replicator)
2253
+ - [aws_msk_scram_secret_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/msk_scram_secret_association)
2254
+ - [aws_msk_serverless_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/msk_serverless_cluster)
2255
+ - [aws_msk_single_scram_secret_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/msk_single_scram_secret_association)
2256
+ - [aws_msk_vpc_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/msk_vpc_connection)
2257
+
2258
+ ### Data Sources
2259
+ - [aws_msk_bootstrap_brokers](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/msk_bootstrap_brokers)
2260
+ - [aws_msk_broker_nodes](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/msk_broker_nodes)
2261
+ - [aws_msk_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/msk_cluster)
2262
+ - [aws_msk_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/msk_configuration)
2263
+ - [aws_msk_kafka_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/msk_kafka_version)
2264
+ - [aws_msk_vpc_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/msk_vpc_connection)
2265
+
2266
+ ## Managed Streaming for Kafka Connect
2267
+
2268
+ *3 resources and 3 data sources*
2269
+
2270
+ ### Resources
2271
+ - [aws_mskconnect_connector](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/mskconnect_connector)
2272
+ - [aws_mskconnect_custom_plugin](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/mskconnect_custom_plugin)
2273
+ - [aws_mskconnect_worker_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/mskconnect_worker_configuration)
2274
+
2275
+ ### Data Sources
2276
+ - [aws_mskconnect_connector](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/mskconnect_connector)
2277
+ - [aws_mskconnect_custom_plugin](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/mskconnect_custom_plugin)
2278
+ - [aws_mskconnect_worker_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/mskconnect_worker_configuration)
2279
+
2280
+ ## MemoryDB
2281
+
2282
+ *7 resources and 6 data sources*
2283
+
2284
+ ### Resources
2285
+ - [aws_memorydb_acl](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/memorydb_acl)
2286
+ - [aws_memorydb_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/memorydb_cluster)
2287
+ - [aws_memorydb_multi_region_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/memorydb_multi_region_cluster)
2288
+ - [aws_memorydb_parameter_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/memorydb_parameter_group)
2289
+ - [aws_memorydb_snapshot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/memorydb_snapshot)
2290
+ - [aws_memorydb_subnet_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/memorydb_subnet_group)
2291
+ - [aws_memorydb_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/memorydb_user)
2292
+
2293
+ ### Data Sources
2294
+ - [aws_memorydb_acl](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/memorydb_acl)
2295
+ - [aws_memorydb_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/memorydb_cluster)
2296
+ - [aws_memorydb_parameter_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/memorydb_parameter_group)
2297
+ - [aws_memorydb_snapshot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/memorydb_snapshot)
2298
+ - [aws_memorydb_subnet_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/memorydb_subnet_group)
2299
+ - [aws_memorydb_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/memorydb_user)
2300
+
2301
+ ## Meta Data Sources
2302
+
2303
+ *0 resources and 8 data sources*
2304
+
2305
+
2306
+ ### Data Sources
2307
+ - [aws_arn](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/arn)
2308
+ - [aws_default_tags](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/default_tags)
2309
+ - [aws_ip_ranges](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ip_ranges)
2310
+ - [aws_partition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/partition)
2311
+ - [aws_region](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)
2312
+ - [aws_regions](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/regions)
2313
+ - [aws_service](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/service)
2314
+ - [aws_service_principal](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/service_principal)
2315
+
2316
+ ## Neptune
2317
+
2318
+ *9 resources and 2 data sources*
2319
+
2320
+ ### Resources
2321
+ - [aws_neptune_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/neptune_cluster)
2322
+ - [aws_neptune_cluster_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/neptune_cluster_endpoint)
2323
+ - [aws_neptune_cluster_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/neptune_cluster_instance)
2324
+ - [aws_neptune_cluster_parameter_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/neptune_cluster_parameter_group)
2325
+ - [aws_neptune_cluster_snapshot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/neptune_cluster_snapshot)
2326
+ - [aws_neptune_event_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/neptune_event_subscription)
2327
+ - [aws_neptune_global_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/neptune_global_cluster)
2328
+ - [aws_neptune_parameter_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/neptune_parameter_group)
2329
+ - [aws_neptune_subnet_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/neptune_subnet_group)
2330
+
2331
+ ### Data Sources
2332
+ - [aws_neptune_engine_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/neptune_engine_version)
2333
+ - [aws_neptune_orderable_db_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/neptune_orderable_db_instance)
2334
+
2335
+ ## Neptune Analytics
2336
+
2337
+ *1 resources and 0 data sources*
2338
+
2339
+ ### Resources
2340
+ - [aws_neptunegraph_graph](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/neptunegraph_graph)
2341
+
2342
+ ## Network Firewall
2343
+
2344
+ *6 resources and 3 data sources*
2345
+
2346
+ ### Resources
2347
+ - [aws_networkfirewall_firewall](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkfirewall_firewall)
2348
+ - [aws_networkfirewall_firewall_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkfirewall_firewall_policy)
2349
+ - [aws_networkfirewall_logging_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkfirewall_logging_configuration)
2350
+ - [aws_networkfirewall_resource_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkfirewall_resource_policy)
2351
+ - [aws_networkfirewall_rule_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkfirewall_rule_group)
2352
+ - [aws_networkfirewall_tls_inspection_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkfirewall_tls_inspection_configuration)
2353
+
2354
+ ### Data Sources
2355
+ - [aws_networkfirewall_firewall](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/networkfirewall_firewall)
2356
+ - [aws_networkfirewall_firewall_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/networkfirewall_firewall_policy)
2357
+ - [aws_networkfirewall_resource_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/networkfirewall_resource_policy)
2358
+
2359
+ ## Network Manager
2360
+
2361
+ *19 resources and 11 data sources*
2362
+
2363
+ ### Resources
2364
+ - [aws_networkmanager_attachment_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_attachment_accepter)
2365
+ - [aws_networkmanager_connect_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_connect_attachment)
2366
+ - [aws_networkmanager_connect_peer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_connect_peer)
2367
+ - [aws_networkmanager_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_connection)
2368
+ - [aws_networkmanager_core_network](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_core_network)
2369
+ - [aws_networkmanager_core_network_policy_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_core_network_policy_attachment)
2370
+ - [aws_networkmanager_customer_gateway_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_customer_gateway_association)
2371
+ - [aws_networkmanager_device](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_device)
2372
+ - [aws_networkmanager_dx_gateway_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_dx_gateway_attachment)
2373
+ - [aws_networkmanager_global_network](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_global_network)
2374
+ - [aws_networkmanager_link](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_link)
2375
+ - [aws_networkmanager_link_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_link_association)
2376
+ - [aws_networkmanager_site](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_site)
2377
+ - [aws_networkmanager_site_to_site_vpn_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_site_to_site_vpn_attachment)
2378
+ - [aws_networkmanager_transit_gateway_connect_peer_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_transit_gateway_connect_peer_association)
2379
+ - [aws_networkmanager_transit_gateway_peering](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_transit_gateway_peering)
2380
+ - [aws_networkmanager_transit_gateway_registration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_transit_gateway_registration)
2381
+ - [aws_networkmanager_transit_gateway_route_table_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_transit_gateway_route_table_attachment)
2382
+ - [aws_networkmanager_vpc_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkmanager_vpc_attachment)
2383
+
2384
+ ### Data Sources
2385
+ - [aws_networkmanager_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/networkmanager_connection)
2386
+ - [aws_networkmanager_connections](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/networkmanager_connections)
2387
+ - [aws_networkmanager_core_network_policy_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/networkmanager_core_network_policy_document)
2388
+ - [aws_networkmanager_device](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/networkmanager_device)
2389
+ - [aws_networkmanager_devices](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/networkmanager_devices)
2390
+ - [aws_networkmanager_global_network](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/networkmanager_global_network)
2391
+ - [aws_networkmanager_global_networks](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/networkmanager_global_networks)
2392
+ - [aws_networkmanager_link](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/networkmanager_link)
2393
+ - [aws_networkmanager_links](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/networkmanager_links)
2394
+ - [aws_networkmanager_site](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/networkmanager_site)
2395
+ - [aws_networkmanager_sites](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/networkmanager_sites)
2396
+
2397
+ ## OpenSearch
2398
+
2399
+ *9 resources and 1 data sources*
2400
+
2401
+ ### Resources
2402
+ - [aws_opensearch_authorize_vpc_endpoint_access](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearch_authorize_vpc_endpoint_access)
2403
+ - [aws_opensearch_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearch_domain)
2404
+ - [aws_opensearch_domain_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearch_domain_policy)
2405
+ - [aws_opensearch_domain_saml_options](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearch_domain_saml_options)
2406
+ - [aws_opensearch_inbound_connection_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearch_inbound_connection_accepter)
2407
+ - [aws_opensearch_outbound_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearch_outbound_connection)
2408
+ - [aws_opensearch_package](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearch_package)
2409
+ - [aws_opensearch_package_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearch_package_association)
2410
+ - [aws_opensearch_vpc_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearch_vpc_endpoint)
2411
+
2412
+ ### Data Sources
2413
+ - [aws_opensearch_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/opensearch_domain)
2414
+
2415
+ ## OpenSearch Ingestion
2416
+
2417
+ *1 resources and 0 data sources*
2418
+
2419
+ ### Resources
2420
+ - [aws_osis_pipeline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/osis_pipeline)
2421
+
2422
+ ## OpenSearch Serverless
2423
+
2424
+ *6 resources and 6 data sources*
2425
+
2426
+ ### Resources
2427
+ - [aws_opensearchserverless_access_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearchserverless_access_policy)
2428
+ - [aws_opensearchserverless_collection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearchserverless_collection)
2429
+ - [aws_opensearchserverless_lifecycle_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearchserverless_lifecycle_policy)
2430
+ - [aws_opensearchserverless_security_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearchserverless_security_config)
2431
+ - [aws_opensearchserverless_security_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearchserverless_security_policy)
2432
+ - [aws_opensearchserverless_vpc_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearchserverless_vpc_endpoint)
2433
+
2434
+ ### Data Sources
2435
+ - [aws_opensearchserverless_access_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/opensearchserverless_access_policy)
2436
+ - [aws_opensearchserverless_collection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/opensearchserverless_collection)
2437
+ - [aws_opensearchserverless_lifecycle_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/opensearchserverless_lifecycle_policy)
2438
+ - [aws_opensearchserverless_security_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/opensearchserverless_security_config)
2439
+ - [aws_opensearchserverless_security_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/opensearchserverless_security_policy)
2440
+ - [aws_opensearchserverless_vpc_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/opensearchserverless_vpc_endpoint)
2441
+
2442
+ ## OpsWorks
2443
+
2444
+ *17 resources and 0 data sources*
2445
+
2446
+ ### Resources
2447
+ - [aws_opsworks_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_application)
2448
+ - [aws_opsworks_custom_layer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_custom_layer)
2449
+ - [aws_opsworks_ecs_cluster_layer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_ecs_cluster_layer)
2450
+ - [aws_opsworks_ganglia_layer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_ganglia_layer)
2451
+ - [aws_opsworks_haproxy_layer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_haproxy_layer)
2452
+ - [aws_opsworks_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_instance)
2453
+ - [aws_opsworks_java_app_layer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_java_app_layer)
2454
+ - [aws_opsworks_memcached_layer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_memcached_layer)
2455
+ - [aws_opsworks_mysql_layer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_mysql_layer)
2456
+ - [aws_opsworks_nodejs_app_layer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_nodejs_app_layer)
2457
+ - [aws_opsworks_permission](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_permission)
2458
+ - [aws_opsworks_php_app_layer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_php_app_layer)
2459
+ - [aws_opsworks_rails_app_layer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_rails_app_layer)
2460
+ - [aws_opsworks_rds_db_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_rds_db_instance)
2461
+ - [aws_opsworks_stack](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_stack)
2462
+ - [aws_opsworks_static_web_layer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_static_web_layer)
2463
+ - [aws_opsworks_user_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opsworks_user_profile)
2464
+
2465
+ ## Organizations
2466
+
2467
+ *7 resources and 12 data sources*
2468
+
2469
+ ### Resources
2470
+ - [aws_organizations_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/organizations_account)
2471
+ - [aws_organizations_delegated_administrator](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/organizations_delegated_administrator)
2472
+ - [aws_organizations_organization](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/organizations_organization)
2473
+ - [aws_organizations_organizational_unit](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/organizations_organizational_unit)
2474
+ - [aws_organizations_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/organizations_policy)
2475
+ - [aws_organizations_policy_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/organizations_policy_attachment)
2476
+ - [aws_organizations_resource_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/organizations_resource_policy)
2477
+
2478
+ ### Data Sources
2479
+ - [aws_organizations_delegated_administrators](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_delegated_administrators)
2480
+ - [aws_organizations_delegated_services](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_delegated_services)
2481
+ - [aws_organizations_organization](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_organization)
2482
+ - [aws_organizations_organizational_unit](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_organizational_unit)
2483
+ - [aws_organizations_organizational_unit_child_accounts](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_organizational_unit_child_accounts)
2484
+ - [aws_organizations_organizational_unit_descendant_accounts](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_organizational_unit_descendant_accounts)
2485
+ - [aws_organizations_organizational_unit_descendant_organizational_units](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_organizational_unit_descendant_organizational_units)
2486
+ - [aws_organizations_organizational_units](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_organizational_units)
2487
+ - [aws_organizations_policies](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_policies)
2488
+ - [aws_organizations_policies_for_target](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_policies_for_target)
2489
+ - [aws_organizations_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_policy)
2490
+ - [aws_organizations_resource_tags](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_resource_tags)
2491
+
2492
+ ## Outposts
2493
+
2494
+ *0 resources and 8 data sources*
2495
+
2496
+
2497
+ ### Data Sources
2498
+ - [aws_outposts_asset](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/outposts_asset)
2499
+ - [aws_outposts_assets](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/outposts_assets)
2500
+ - [aws_outposts_outpost](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/outposts_outpost)
2501
+ - [aws_outposts_outpost_instance_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/outposts_outpost_instance_type)
2502
+ - [aws_outposts_outpost_instance_types](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/outposts_outpost_instance_types)
2503
+ - [aws_outposts_outposts](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/outposts_outposts)
2504
+ - [aws_outposts_site](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/outposts_site)
2505
+ - [aws_outposts_sites](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/outposts_sites)
2506
+
2507
+ ## Outposts EC2
2508
+
2509
+ *2 resources and 9 data sources*
2510
+
2511
+ ### Resources
2512
+ - [aws_ec2_local_gateway_route](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_local_gateway_route)
2513
+ - [aws_ec2_local_gateway_route_table_vpc_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_local_gateway_route_table_vpc_association)
2514
+
2515
+ ### Data Sources
2516
+ - [aws_ec2_coip_pool](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_coip_pool)
2517
+ - [aws_ec2_coip_pools](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_coip_pools)
2518
+ - [aws_ec2_local_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_local_gateway)
2519
+ - [aws_ec2_local_gateway_route_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_local_gateway_route_table)
2520
+ - [aws_ec2_local_gateway_route_tables](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_local_gateway_route_tables)
2521
+ - [aws_ec2_local_gateway_virtual_interface](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_local_gateway_virtual_interface)
2522
+ - [aws_ec2_local_gateway_virtual_interface_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_local_gateway_virtual_interface_group)
2523
+ - [aws_ec2_local_gateway_virtual_interface_groups](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_local_gateway_virtual_interface_groups)
2524
+ - [aws_ec2_local_gateways](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_local_gateways)
2525
+
2526
+ ## Payment Cryptography Control Plane
2527
+
2528
+ *2 resources and 0 data sources*
2529
+
2530
+ ### Resources
2531
+ - [aws_paymentcryptography_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/paymentcryptography_key)
2532
+ - [aws_paymentcryptography_key_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/paymentcryptography_key_alias)
2533
+
2534
+ ## Pinpoint
2535
+
2536
+ *12 resources and 0 data sources*
2537
+
2538
+ ### Resources
2539
+ - [aws_pinpoint_adm_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pinpoint_adm_channel)
2540
+ - [aws_pinpoint_apns_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pinpoint_apns_channel)
2541
+ - [aws_pinpoint_apns_sandbox_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pinpoint_apns_sandbox_channel)
2542
+ - [aws_pinpoint_apns_voip_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pinpoint_apns_voip_channel)
2543
+ - [aws_pinpoint_apns_voip_sandbox_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pinpoint_apns_voip_sandbox_channel)
2544
+ - [aws_pinpoint_app](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pinpoint_app)
2545
+ - [aws_pinpoint_baidu_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pinpoint_baidu_channel)
2546
+ - [aws_pinpoint_email_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pinpoint_email_channel)
2547
+ - [aws_pinpoint_email_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pinpoint_email_template)
2548
+ - [aws_pinpoint_event_stream](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pinpoint_event_stream)
2549
+ - [aws_pinpoint_gcm_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pinpoint_gcm_channel)
2550
+ - [aws_pinpoint_sms_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/pinpoint_sms_channel)
2551
+
2552
+ ## Polly
2553
+
2554
+ *0 resources and 1 data sources*
2555
+
2556
+
2557
+ ### Data Sources
2558
+ - [aws_polly_voices](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/polly_voices)
2559
+
2560
+ ## Pricing Calculator
2561
+
2562
+ *0 resources and 1 data sources*
2563
+
2564
+
2565
+ ### Data Sources
2566
+ - [aws_pricing_product](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/pricing_product)
2567
+
2568
+ ## QLDB Quantum Ledger Database
2569
+
2570
+ *2 resources and 1 data sources*
2571
+
2572
+ ### Resources
2573
+ - [aws_qldb_ledger](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/qldb_ledger)
2574
+ - [aws_qldb_stream](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/qldb_stream)
2575
+
2576
+ ### Data Sources
2577
+ - [aws_qldb_ledger](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/qldb_ledger)
2578
+
2579
+ ## QuickSight
2580
+
2581
+ *19 resources and 5 data sources*
2582
+
2583
+ ### Resources
2584
+ - [aws_quicksight_account_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_account_subscription)
2585
+ - [aws_quicksight_analysis](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_analysis)
2586
+ - [aws_quicksight_dashboard](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_dashboard)
2587
+ - [aws_quicksight_data_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_data_set)
2588
+ - [aws_quicksight_data_source](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_data_source)
2589
+ - [aws_quicksight_folder](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_folder)
2590
+ - [aws_quicksight_folder_membership](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_folder_membership)
2591
+ - [aws_quicksight_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_group)
2592
+ - [aws_quicksight_group_membership](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_group_membership)
2593
+ - [aws_quicksight_iam_policy_assignment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_iam_policy_assignment)
2594
+ - [aws_quicksight_ingestion](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_ingestion)
2595
+ - [aws_quicksight_namespace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_namespace)
2596
+ - [aws_quicksight_refresh_schedule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_refresh_schedule)
2597
+ - [aws_quicksight_role_membership](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_role_membership)
2598
+ - [aws_quicksight_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_template)
2599
+ - [aws_quicksight_template_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_template_alias)
2600
+ - [aws_quicksight_theme](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_theme)
2601
+ - [aws_quicksight_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_user)
2602
+ - [aws_quicksight_vpc_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/quicksight_vpc_connection)
2603
+
2604
+ ### Data Sources
2605
+ - [aws_quicksight_analysis](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/quicksight_analysis)
2606
+ - [aws_quicksight_data_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/quicksight_data_set)
2607
+ - [aws_quicksight_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/quicksight_group)
2608
+ - [aws_quicksight_theme](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/quicksight_theme)
2609
+ - [aws_quicksight_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/quicksight_user)
2610
+
2611
+ ## RAM Resource Access Manager
2612
+
2613
+ *5 resources and 1 data sources*
2614
+
2615
+ ### Resources
2616
+ - [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)
2617
+ - [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association)
2618
+ - [aws_ram_resource_share](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_share)
2619
+ - [aws_ram_resource_share_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_share_accepter)
2620
+ - [aws_ram_sharing_with_organization](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_sharing_with_organization)
2621
+
2622
+ ### Data Sources
2623
+ - [aws_ram_resource_share](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ram_resource_share)
2624
+
2625
+ ## RDS Relational Database
2626
+
2627
+ *29 resources and 15 data sources*
2628
+
2629
+ ### Resources
2630
+ - [aws_db_cluster_snapshot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_cluster_snapshot)
2631
+ - [aws_db_event_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_event_subscription)
2632
+ - [aws_db_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance)
2633
+ - [aws_db_instance_automated_backups_replication](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance_automated_backups_replication)
2634
+ - [aws_db_instance_role_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance_role_association)
2635
+ - [aws_db_option_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_option_group)
2636
+ - [aws_db_parameter_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_parameter_group)
2637
+ - [aws_db_proxy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_proxy)
2638
+ - [aws_db_proxy_default_target_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_proxy_default_target_group)
2639
+ - [aws_db_proxy_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_proxy_endpoint)
2640
+ - [aws_db_proxy_target](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_proxy_target)
2641
+ - [aws_db_snapshot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_snapshot)
2642
+ - [aws_db_snapshot_copy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_snapshot_copy)
2643
+ - [aws_db_subnet_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_subnet_group)
2644
+ - [aws_rds_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_certificate)
2645
+ - [aws_rds_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster)
2646
+ - [aws_rds_cluster_activity_stream](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster_activity_stream)
2647
+ - [aws_rds_cluster_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster_endpoint)
2648
+ - [aws_rds_cluster_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster_instance)
2649
+ - [aws_rds_cluster_parameter_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster_parameter_group)
2650
+ - [aws_rds_cluster_role_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster_role_association)
2651
+ - [aws_rds_cluster_snapshot_copy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster_snapshot_copy)
2652
+ - [aws_rds_custom_db_engine_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_custom_db_engine_version)
2653
+ - [aws_rds_export_task](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_export_task)
2654
+ - [aws_rds_global_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_global_cluster)
2655
+ - [aws_rds_instance_state](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_instance_state)
2656
+ - [aws_rds_integration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_integration)
2657
+ - [aws_rds_reserved_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_reserved_instance)
2658
+ - [aws_rds_shard_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_shard_group)
2659
+
2660
+ ### Data Sources
2661
+ - [aws_db_cluster_snapshot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/db_cluster_snapshot)
2662
+ - [aws_db_event_categories](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/db_event_categories)
2663
+ - [aws_db_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/db_instance)
2664
+ - [aws_db_instances](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/db_instances)
2665
+ - [aws_db_parameter_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/db_parameter_group)
2666
+ - [aws_db_proxy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/db_proxy)
2667
+ - [aws_db_snapshot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/db_snapshot)
2668
+ - [aws_db_subnet_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/db_subnet_group)
2669
+ - [aws_rds_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/rds_certificate)
2670
+ - [aws_rds_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/rds_cluster)
2671
+ - [aws_rds_cluster_parameter_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/rds_cluster_parameter_group)
2672
+ - [aws_rds_clusters](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/rds_clusters)
2673
+ - [aws_rds_engine_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/rds_engine_version)
2674
+ - [aws_rds_orderable_db_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/rds_orderable_db_instance)
2675
+ - [aws_rds_reserved_instance_offering](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/rds_reserved_instance_offering)
2676
+
2677
+ ## Recycle Bin RBin
2678
+
2679
+ *1 resources and 0 data sources*
2680
+
2681
+ ### Resources
2682
+ - [aws_rbin_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rbin_rule)
2683
+
2684
+ ## Redshift
2685
+
2686
+ *22 resources and 7 data sources*
2687
+
2688
+ ### Resources
2689
+ - [aws_redshift_authentication_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_authentication_profile)
2690
+ - [aws_redshift_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_cluster)
2691
+ - [aws_redshift_cluster_iam_roles](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_cluster_iam_roles)
2692
+ - [aws_redshift_cluster_snapshot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_cluster_snapshot)
2693
+ - [aws_redshift_data_share_authorization](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_data_share_authorization)
2694
+ - [aws_redshift_data_share_consumer_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_data_share_consumer_association)
2695
+ - [aws_redshift_endpoint_access](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_endpoint_access)
2696
+ - [aws_redshift_endpoint_authorization](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_endpoint_authorization)
2697
+ - [aws_redshift_event_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_event_subscription)
2698
+ - [aws_redshift_hsm_client_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_hsm_client_certificate)
2699
+ - [aws_redshift_hsm_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_hsm_configuration)
2700
+ - [aws_redshift_logging](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_logging)
2701
+ - [aws_redshift_parameter_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_parameter_group)
2702
+ - [aws_redshift_partner](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_partner)
2703
+ - [aws_redshift_resource_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_resource_policy)
2704
+ - [aws_redshift_scheduled_action](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_scheduled_action)
2705
+ - [aws_redshift_snapshot_copy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_snapshot_copy)
2706
+ - [aws_redshift_snapshot_copy_grant](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_snapshot_copy_grant)
2707
+ - [aws_redshift_snapshot_schedule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_snapshot_schedule)
2708
+ - [aws_redshift_snapshot_schedule_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_snapshot_schedule_association)
2709
+ - [aws_redshift_subnet_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_subnet_group)
2710
+ - [aws_redshift_usage_limit](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshift_usage_limit)
2711
+
2712
+ ### Data Sources
2713
+ - [aws_redshift_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/redshift_cluster)
2714
+ - [aws_redshift_cluster_credentials](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/redshift_cluster_credentials)
2715
+ - [aws_redshift_data_shares](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/redshift_data_shares)
2716
+ - [aws_redshift_orderable_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/redshift_orderable_cluster)
2717
+ - [aws_redshift_producer_data_shares](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/redshift_producer_data_shares)
2718
+ - [aws_redshift_service_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/redshift_service_account)
2719
+ - [aws_redshift_subnet_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/redshift_subnet_group)
2720
+
2721
+ ## Redshift Data
2722
+
2723
+ *1 resources and 0 data sources*
2724
+
2725
+ ### Resources
2726
+ - [aws_redshiftdata_statement](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshiftdata_statement)
2727
+
2728
+ ## Redshift Serverless
2729
+
2730
+ *7 resources and 3 data sources*
2731
+
2732
+ ### Resources
2733
+ - [aws_redshiftserverless_custom_domain_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshiftserverless_custom_domain_association)
2734
+ - [aws_redshiftserverless_endpoint_access](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshiftserverless_endpoint_access)
2735
+ - [aws_redshiftserverless_namespace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshiftserverless_namespace)
2736
+ - [aws_redshiftserverless_resource_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshiftserverless_resource_policy)
2737
+ - [aws_redshiftserverless_snapshot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshiftserverless_snapshot)
2738
+ - [aws_redshiftserverless_usage_limit](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshiftserverless_usage_limit)
2739
+ - [aws_redshiftserverless_workgroup](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/redshiftserverless_workgroup)
2740
+
2741
+ ### Data Sources
2742
+ - [aws_redshiftserverless_credentials](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/redshiftserverless_credentials)
2743
+ - [aws_redshiftserverless_namespace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/redshiftserverless_namespace)
2744
+ - [aws_redshiftserverless_workgroup](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/redshiftserverless_workgroup)
2745
+
2746
+ ## Rekognition
2747
+
2748
+ *3 resources and 0 data sources*
2749
+
2750
+ ### Resources
2751
+ - [aws_rekognition_collection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rekognition_collection)
2752
+ - [aws_rekognition_project](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rekognition_project)
2753
+ - [aws_rekognition_stream_processor](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rekognition_stream_processor)
2754
+
2755
+ ## Resilience Hub
2756
+
2757
+ *1 resources and 0 data sources*
2758
+
2759
+ ### Resources
2760
+ - [aws_resiliencehub_resiliency_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/resiliencehub_resiliency_policy)
2761
+
2762
+ ## Resource Explorer
2763
+
2764
+ *2 resources and 1 data sources*
2765
+
2766
+ ### Resources
2767
+ - [aws_resourceexplorer2_index](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/resourceexplorer2_index)
2768
+ - [aws_resourceexplorer2_view](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/resourceexplorer2_view)
2769
+
2770
+ ### Data Sources
2771
+ - [aws_resourceexplorer2_search](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/resourceexplorer2_search)
2772
+
2773
+ ## Resource Groups
2774
+
2775
+ *2 resources and 0 data sources*
2776
+
2777
+ ### Resources
2778
+ - [aws_resourcegroups_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/resourcegroups_group)
2779
+ - [aws_resourcegroups_resource](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/resourcegroups_resource)
2780
+
2781
+ ## Resource Groups Tagging
2782
+
2783
+ *0 resources and 1 data sources*
2784
+
2785
+
2786
+ ### Data Sources
2787
+ - [aws_resourcegroupstaggingapi_resources](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/resourcegroupstaggingapi_resources)
2788
+
2789
+ ## Roles Anywhere
2790
+
2791
+ *2 resources and 0 data sources*
2792
+
2793
+ ### Resources
2794
+ - [aws_rolesanywhere_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rolesanywhere_profile)
2795
+ - [aws_rolesanywhere_trust_anchor](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rolesanywhere_trust_anchor)
2796
+
2797
+ ## Route 53
2798
+
2799
+ *14 resources and 5 data sources*
2800
+
2801
+ ### Resources
2802
+ - [aws_route53_cidr_collection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_cidr_collection)
2803
+ - [aws_route53_cidr_location](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_cidr_location)
2804
+ - [aws_route53_delegation_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_delegation_set)
2805
+ - [aws_route53_health_check](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_health_check)
2806
+ - [aws_route53_hosted_zone_dnssec](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_hosted_zone_dnssec)
2807
+ - [aws_route53_key_signing_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_key_signing_key)
2808
+ - [aws_route53_query_log](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_query_log)
2809
+ - [aws_route53_record](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record)
2810
+ - [aws_route53_records_exclusive](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_records_exclusive)
2811
+ - [aws_route53_traffic_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_traffic_policy)
2812
+ - [aws_route53_traffic_policy_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_traffic_policy_instance)
2813
+ - [aws_route53_vpc_association_authorization](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_vpc_association_authorization)
2814
+ - [aws_route53_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone)
2815
+ - [aws_route53_zone_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone_association)
2816
+
2817
+ ### Data Sources
2818
+ - [aws_route53_delegation_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_delegation_set)
2819
+ - [aws_route53_records](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_records)
2820
+ - [aws_route53_traffic_policy_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_traffic_policy_document)
2821
+ - [aws_route53_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zone)
2822
+ - [aws_route53_zones](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zones)
2823
+
2824
+ ## Route 53 Domains
2825
+
2826
+ *3 resources and 0 data sources*
2827
+
2828
+ ### Resources
2829
+ - [aws_route53domains_delegation_signer_record](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53domains_delegation_signer_record)
2830
+ - [aws_route53domains_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53domains_domain)
2831
+ - [aws_route53domains_registered_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53domains_registered_domain)
2832
+
2833
+ ## Route 53 Profiles
2834
+
2835
+ *3 resources and 1 data sources*
2836
+
2837
+ ### Resources
2838
+ - [aws_route53profiles_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53profiles_association)
2839
+ - [aws_route53profiles_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53profiles_profile)
2840
+ - [aws_route53profiles_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53profiles_resource_association)
2841
+
2842
+ ### Data Sources
2843
+ - [aws_route53profiles_profiles](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53profiles_profiles)
2844
+
2845
+ ## Route 53 Recovery Control Config
2846
+
2847
+ *4 resources and 0 data sources*
2848
+
2849
+ ### Resources
2850
+ - [aws_route53recoverycontrolconfig_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53recoverycontrolconfig_cluster)
2851
+ - [aws_route53recoverycontrolconfig_control_panel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53recoverycontrolconfig_control_panel)
2852
+ - [aws_route53recoverycontrolconfig_routing_control](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53recoverycontrolconfig_routing_control)
2853
+ - [aws_route53recoverycontrolconfig_safety_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53recoverycontrolconfig_safety_rule)
2854
+
2855
+ ## Route 53 Recovery Readiness
2856
+
2857
+ *4 resources and 0 data sources*
2858
+
2859
+ ### Resources
2860
+ - [aws_route53recoveryreadiness_cell](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53recoveryreadiness_cell)
2861
+ - [aws_route53recoveryreadiness_readiness_check](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53recoveryreadiness_readiness_check)
2862
+ - [aws_route53recoveryreadiness_recovery_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53recoveryreadiness_recovery_group)
2863
+ - [aws_route53recoveryreadiness_resource_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53recoveryreadiness_resource_set)
2864
+
2865
+ ## Route 53 Resolver
2866
+
2867
+ *12 resources and 9 data sources*
2868
+
2869
+ ### Resources
2870
+ - [aws_route53_resolver_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_resolver_config)
2871
+ - [aws_route53_resolver_dnssec_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_resolver_dnssec_config)
2872
+ - [aws_route53_resolver_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_resolver_endpoint)
2873
+ - [aws_route53_resolver_firewall_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_resolver_firewall_config)
2874
+ - [aws_route53_resolver_firewall_domain_list](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_resolver_firewall_domain_list)
2875
+ - [aws_route53_resolver_firewall_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_resolver_firewall_rule)
2876
+ - [aws_route53_resolver_firewall_rule_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_resolver_firewall_rule_group)
2877
+ - [aws_route53_resolver_firewall_rule_group_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_resolver_firewall_rule_group_association)
2878
+ - [aws_route53_resolver_query_log_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_resolver_query_log_config)
2879
+ - [aws_route53_resolver_query_log_config_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_resolver_query_log_config_association)
2880
+ - [aws_route53_resolver_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_resolver_rule)
2881
+ - [aws_route53_resolver_rule_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_resolver_rule_association)
2882
+
2883
+ ### Data Sources
2884
+ - [aws_route53_resolver_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_resolver_endpoint)
2885
+ - [aws_route53_resolver_firewall_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_resolver_firewall_config)
2886
+ - [aws_route53_resolver_firewall_domain_list](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_resolver_firewall_domain_list)
2887
+ - [aws_route53_resolver_firewall_rule_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_resolver_firewall_rule_group)
2888
+ - [aws_route53_resolver_firewall_rule_group_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_resolver_firewall_rule_group_association)
2889
+ - [aws_route53_resolver_firewall_rules](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_resolver_firewall_rules)
2890
+ - [aws_route53_resolver_query_log_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_resolver_query_log_config)
2891
+ - [aws_route53_resolver_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_resolver_rule)
2892
+ - [aws_route53_resolver_rules](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_resolver_rules)
2893
+
2894
+ ## S3 Simple Storage
2895
+
2896
+ *24 resources and 8 data sources*
2897
+
2898
+ ### Resources
2899
+ - [aws_s3_bucket](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket)
2900
+ - [aws_s3_bucket_accelerate_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_accelerate_configuration)
2901
+ - [aws_s3_bucket_acl](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_acl)
2902
+ - [aws_s3_bucket_analytics_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_analytics_configuration)
2903
+ - [aws_s3_bucket_cors_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_cors_configuration)
2904
+ - [aws_s3_bucket_intelligent_tiering_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_intelligent_tiering_configuration)
2905
+ - [aws_s3_bucket_inventory](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_inventory)
2906
+ - [aws_s3_bucket_lifecycle_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_lifecycle_configuration)
2907
+ - [aws_s3_bucket_logging](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_logging)
2908
+ - [aws_s3_bucket_metric](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_metric)
2909
+ - [aws_s3_bucket_notification](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_notification)
2910
+ - [aws_s3_bucket_object](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_object)
2911
+ - [aws_s3_bucket_object_lock_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_object_lock_configuration)
2912
+ - [aws_s3_bucket_ownership_controls](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_ownership_controls)
2913
+ - [aws_s3_bucket_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_policy)
2914
+ - [aws_s3_bucket_public_access_block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_public_access_block)
2915
+ - [aws_s3_bucket_replication_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_replication_configuration)
2916
+ - [aws_s3_bucket_request_payment_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_request_payment_configuration)
2917
+ - [aws_s3_bucket_server_side_encryption_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_server_side_encryption_configuration)
2918
+ - [aws_s3_bucket_versioning](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_versioning)
2919
+ - [aws_s3_bucket_website_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_website_configuration)
2920
+ - [aws_s3_directory_bucket](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_directory_bucket)
2921
+ - [aws_s3_object](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_object)
2922
+ - [aws_s3_object_copy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_object_copy)
2923
+
2924
+ ### Data Sources
2925
+ - [aws_canonical_user_id](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/canonical_user_id)
2926
+ - [aws_s3_bucket](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/s3_bucket)
2927
+ - [aws_s3_bucket_object](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/s3_bucket_object)
2928
+ - [aws_s3_bucket_objects](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/s3_bucket_objects)
2929
+ - [aws_s3_bucket_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/s3_bucket_policy)
2930
+ - [aws_s3_directory_buckets](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/s3_directory_buckets)
2931
+ - [aws_s3_object](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/s3_object)
2932
+ - [aws_s3_objects](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/s3_objects)
2933
+
2934
+ ## S3 Control
2935
+
2936
+ *15 resources and 2 data sources*
2937
+
2938
+ ### Resources
2939
+ - [aws_s3_access_point](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_access_point)
2940
+ - [aws_s3_account_public_access_block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_account_public_access_block)
2941
+ - [aws_s3control_access_grant](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3control_access_grant)
2942
+ - [aws_s3control_access_grants_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3control_access_grants_instance)
2943
+ - [aws_s3control_access_grants_instance_resource_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3control_access_grants_instance_resource_policy)
2944
+ - [aws_s3control_access_grants_location](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3control_access_grants_location)
2945
+ - [aws_s3control_access_point_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3control_access_point_policy)
2946
+ - [aws_s3control_bucket](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3control_bucket)
2947
+ - [aws_s3control_bucket_lifecycle_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3control_bucket_lifecycle_configuration)
2948
+ - [aws_s3control_bucket_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3control_bucket_policy)
2949
+ - [aws_s3control_multi_region_access_point](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3control_multi_region_access_point)
2950
+ - [aws_s3control_multi_region_access_point_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3control_multi_region_access_point_policy)
2951
+ - [aws_s3control_object_lambda_access_point](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3control_object_lambda_access_point)
2952
+ - [aws_s3control_object_lambda_access_point_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3control_object_lambda_access_point_policy)
2953
+ - [aws_s3control_storage_lens_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3control_storage_lens_configuration)
2954
+
2955
+ ### Data Sources
2956
+ - [aws_s3_account_public_access_block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/s3_account_public_access_block)
2957
+ - [aws_s3control_multi_region_access_point](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/s3control_multi_region_access_point)
2958
+
2959
+ ## S3 Glacier
2960
+
2961
+ *2 resources and 0 data sources*
2962
+
2963
+ ### Resources
2964
+ - [aws_glacier_vault](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glacier_vault)
2965
+ - [aws_glacier_vault_lock](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glacier_vault_lock)
2966
+
2967
+ ## S3 Tables
2968
+
2969
+ *5 resources and 0 data sources*
2970
+
2971
+ ### Resources
2972
+ - [aws_s3tables_namespace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3tables_namespace)
2973
+ - [aws_s3tables_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3tables_table)
2974
+ - [aws_s3tables_table_bucket](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3tables_table_bucket)
2975
+ - [aws_s3tables_table_bucket_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3tables_table_bucket_policy)
2976
+ - [aws_s3tables_table_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3tables_table_policy)
2977
+
2978
+ ## S3 on Outposts
2979
+
2980
+ *1 resources and 0 data sources*
2981
+
2982
+ ### Resources
2983
+ - [aws_s3outposts_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3outposts_endpoint)
2984
+
2985
+ ## SDB SimpleDB
2986
+
2987
+ *1 resources and 0 data sources*
2988
+
2989
+ ### Resources
2990
+ - [aws_simpledb_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/simpledb_domain)
2991
+
2992
+ ## SES Simple Email
2993
+
2994
+ *14 resources and 3 data sources*
2995
+
2996
+ ### Resources
2997
+ - [aws_ses_active_receipt_rule_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_active_receipt_rule_set)
2998
+ - [aws_ses_configuration_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_configuration_set)
2999
+ - [aws_ses_domain_dkim](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_domain_dkim)
3000
+ - [aws_ses_domain_identity](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_domain_identity)
3001
+ - [aws_ses_domain_identity_verification](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_domain_identity_verification)
3002
+ - [aws_ses_domain_mail_from](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_domain_mail_from)
3003
+ - [aws_ses_email_identity](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_email_identity)
3004
+ - [aws_ses_event_destination](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_event_destination)
3005
+ - [aws_ses_identity_notification_topic](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_identity_notification_topic)
3006
+ - [aws_ses_identity_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_identity_policy)
3007
+ - [aws_ses_receipt_filter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_receipt_filter)
3008
+ - [aws_ses_receipt_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_receipt_rule)
3009
+ - [aws_ses_receipt_rule_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_receipt_rule_set)
3010
+ - [aws_ses_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_template)
3011
+
3012
+ ### Data Sources
3013
+ - [aws_ses_active_receipt_rule_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ses_active_receipt_rule_set)
3014
+ - [aws_ses_domain_identity](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ses_domain_identity)
3015
+ - [aws_ses_email_identity](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ses_email_identity)
3016
+
3017
+ ## SESv2 Simple Email V2
3018
+
3019
+ *11 resources and 4 data sources*
3020
+
3021
+ ### Resources
3022
+ - [aws_sesv2_account_suppression_attributes](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sesv2_account_suppression_attributes)
3023
+ - [aws_sesv2_account_vdm_attributes](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sesv2_account_vdm_attributes)
3024
+ - [aws_sesv2_configuration_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sesv2_configuration_set)
3025
+ - [aws_sesv2_configuration_set_event_destination](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sesv2_configuration_set_event_destination)
3026
+ - [aws_sesv2_contact_list](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sesv2_contact_list)
3027
+ - [aws_sesv2_dedicated_ip_assignment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sesv2_dedicated_ip_assignment)
3028
+ - [aws_sesv2_dedicated_ip_pool](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sesv2_dedicated_ip_pool)
3029
+ - [aws_sesv2_email_identity](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sesv2_email_identity)
3030
+ - [aws_sesv2_email_identity_feedback_attributes](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sesv2_email_identity_feedback_attributes)
3031
+ - [aws_sesv2_email_identity_mail_from_attributes](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sesv2_email_identity_mail_from_attributes)
3032
+ - [aws_sesv2_email_identity_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sesv2_email_identity_policy)
3033
+
3034
+ ### Data Sources
3035
+ - [aws_sesv2_configuration_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/sesv2_configuration_set)
3036
+ - [aws_sesv2_dedicated_ip_pool](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/sesv2_dedicated_ip_pool)
3037
+ - [aws_sesv2_email_identity](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/sesv2_email_identity)
3038
+ - [aws_sesv2_email_identity_mail_from_attributes](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/sesv2_email_identity_mail_from_attributes)
3039
+
3040
+ ## SFN Step Functions
3041
+
3042
+ *3 resources and 4 data sources*
3043
+
3044
+ ### Resources
3045
+ - [aws_sfn_activity](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sfn_activity)
3046
+ - [aws_sfn_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sfn_alias)
3047
+ - [aws_sfn_state_machine](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sfn_state_machine)
3048
+
3049
+ ### Data Sources
3050
+ - [aws_sfn_activity](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/sfn_activity)
3051
+ - [aws_sfn_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/sfn_alias)
3052
+ - [aws_sfn_state_machine](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/sfn_state_machine)
3053
+ - [aws_sfn_state_machine_versions](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/sfn_state_machine_versions)
3054
+
3055
+ ## SNS Simple Notification
3056
+
3057
+ *6 resources and 1 data sources*
3058
+
3059
+ ### Resources
3060
+ - [aws_sns_platform_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_platform_application)
3061
+ - [aws_sns_sms_preferences](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_sms_preferences)
3062
+ - [aws_sns_topic](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_topic)
3063
+ - [aws_sns_topic_data_protection_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_topic_data_protection_policy)
3064
+ - [aws_sns_topic_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_topic_policy)
3065
+ - [aws_sns_topic_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_topic_subscription)
3066
+
3067
+ ### Data Sources
3068
+ - [aws_sns_topic](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/sns_topic)
3069
+
3070
+ ## SQS Simple Queue
3071
+
3072
+ *4 resources and 2 data sources*
3073
+
3074
+ ### Resources
3075
+ - [aws_sqs_queue](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sqs_queue)
3076
+ - [aws_sqs_queue_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sqs_queue_policy)
3077
+ - [aws_sqs_queue_redrive_allow_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sqs_queue_redrive_allow_policy)
3078
+ - [aws_sqs_queue_redrive_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sqs_queue_redrive_policy)
3079
+
3080
+ ### Data Sources
3081
+ - [aws_sqs_queue](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/sqs_queue)
3082
+ - [aws_sqs_queues](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/sqs_queues)
3083
+
3084
+ ## SSM Systems Manager
3085
+
3086
+ *12 resources and 7 data sources*
3087
+
3088
+ ### Resources
3089
+ - [aws_ssm_activation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_activation)
3090
+ - [aws_ssm_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_association)
3091
+ - [aws_ssm_default_patch_baseline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_default_patch_baseline)
3092
+ - [aws_ssm_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_document)
3093
+ - [aws_ssm_maintenance_window](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_maintenance_window)
3094
+ - [aws_ssm_maintenance_window_target](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_maintenance_window_target)
3095
+ - [aws_ssm_maintenance_window_task](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_maintenance_window_task)
3096
+ - [aws_ssm_parameter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_parameter)
3097
+ - [aws_ssm_patch_baseline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_patch_baseline)
3098
+ - [aws_ssm_patch_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_patch_group)
3099
+ - [aws_ssm_resource_data_sync](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_resource_data_sync)
3100
+ - [aws_ssm_service_setting](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_service_setting)
3101
+
3102
+ ### Data Sources
3103
+ - [aws_ssm_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_document)
3104
+ - [aws_ssm_instances](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_instances)
3105
+ - [aws_ssm_maintenance_windows](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_maintenance_windows)
3106
+ - [aws_ssm_parameter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter)
3107
+ - [aws_ssm_parameters_by_path](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameters_by_path)
3108
+ - [aws_ssm_patch_baseline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_patch_baseline)
3109
+ - [aws_ssm_patch_baselines](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_patch_baselines)
3110
+
3111
+ ## SSM Contacts
3112
+
3113
+ *4 resources and 4 data sources*
3114
+
3115
+ ### Resources
3116
+ - [aws_ssmcontacts_contact](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssmcontacts_contact)
3117
+ - [aws_ssmcontacts_contact_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssmcontacts_contact_channel)
3118
+ - [aws_ssmcontacts_plan](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssmcontacts_plan)
3119
+ - [aws_ssmcontacts_rotation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssmcontacts_rotation)
3120
+
3121
+ ### Data Sources
3122
+ - [aws_ssmcontacts_contact](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssmcontacts_contact)
3123
+ - [aws_ssmcontacts_contact_channel](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssmcontacts_contact_channel)
3124
+ - [aws_ssmcontacts_plan](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssmcontacts_plan)
3125
+ - [aws_ssmcontacts_rotation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssmcontacts_rotation)
3126
+
3127
+ ## SSM Incident Manager Incidents
3128
+
3129
+ *2 resources and 2 data sources*
3130
+
3131
+ ### Resources
3132
+ - [aws_ssmincidents_replication_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssmincidents_replication_set)
3133
+ - [aws_ssmincidents_response_plan](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssmincidents_response_plan)
3134
+
3135
+ ### Data Sources
3136
+ - [aws_ssmincidents_replication_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssmincidents_replication_set)
3137
+ - [aws_ssmincidents_response_plan](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssmincidents_response_plan)
3138
+
3139
+ ## SSM Quick Setup
3140
+
3141
+ *1 resources and 0 data sources*
3142
+
3143
+ ### Resources
3144
+ - [aws_ssmquicksetup_configuration_manager](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssmquicksetup_configuration_manager)
3145
+
3146
+ ## SSO Admin
3147
+
3148
+ *12 resources and 7 data sources*
3149
+
3150
+ ### Resources
3151
+ - [aws_ssoadmin_account_assignment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssoadmin_account_assignment)
3152
+ - [aws_ssoadmin_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssoadmin_application)
3153
+ - [aws_ssoadmin_application_access_scope](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssoadmin_application_access_scope)
3154
+ - [aws_ssoadmin_application_assignment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssoadmin_application_assignment)
3155
+ - [aws_ssoadmin_application_assignment_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssoadmin_application_assignment_configuration)
3156
+ - [aws_ssoadmin_customer_managed_policy_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssoadmin_customer_managed_policy_attachment)
3157
+ - [aws_ssoadmin_instance_access_control_attributes](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssoadmin_instance_access_control_attributes)
3158
+ - [aws_ssoadmin_managed_policy_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssoadmin_managed_policy_attachment)
3159
+ - [aws_ssoadmin_permission_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssoadmin_permission_set)
3160
+ - [aws_ssoadmin_permission_set_inline_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssoadmin_permission_set_inline_policy)
3161
+ - [aws_ssoadmin_permissions_boundary_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssoadmin_permissions_boundary_attachment)
3162
+ - [aws_ssoadmin_trusted_token_issuer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssoadmin_trusted_token_issuer)
3163
+
3164
+ ### Data Sources
3165
+ - [aws_ssoadmin_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssoadmin_application)
3166
+ - [aws_ssoadmin_application_assignments](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssoadmin_application_assignments)
3167
+ - [aws_ssoadmin_application_providers](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssoadmin_application_providers)
3168
+ - [aws_ssoadmin_instances](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssoadmin_instances)
3169
+ - [aws_ssoadmin_permission_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssoadmin_permission_set)
3170
+ - [aws_ssoadmin_permission_sets](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssoadmin_permission_sets)
3171
+ - [aws_ssoadmin_principal_application_assignments](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssoadmin_principal_application_assignments)
3172
+
3173
+ ## SSO Identity Store
3174
+
3175
+ *3 resources and 5 data sources*
3176
+
3177
+ ### Resources
3178
+ - [aws_identitystore_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/identitystore_group)
3179
+ - [aws_identitystore_group_membership](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/identitystore_group_membership)
3180
+ - [aws_identitystore_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/identitystore_user)
3181
+
3182
+ ### Data Sources
3183
+ - [aws_identitystore_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/identitystore_group)
3184
+ - [aws_identitystore_group_memberships](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/identitystore_group_memberships)
3185
+ - [aws_identitystore_groups](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/identitystore_groups)
3186
+ - [aws_identitystore_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/identitystore_user)
3187
+ - [aws_identitystore_users](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/identitystore_users)
3188
+
3189
+ ## STS Security Token
3190
+
3191
+ *0 resources and 1 data sources*
3192
+
3193
+
3194
+ ### Data Sources
3195
+ - [aws_caller_identity](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)
3196
+
3197
+ ## SWF Simple Workflow
3198
+
3199
+ *1 resources and 0 data sources*
3200
+
3201
+ ### Resources
3202
+ - [aws_swf_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/swf_domain)
3203
+
3204
+ ## SageMaker AI
3205
+
3206
+ *30 resources and 1 data sources*
3207
+
3208
+ ### Resources
3209
+ - [aws_sagemaker_app](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_app)
3210
+ - [aws_sagemaker_app_image_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_app_image_config)
3211
+ - [aws_sagemaker_code_repository](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_code_repository)
3212
+ - [aws_sagemaker_data_quality_job_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_data_quality_job_definition)
3213
+ - [aws_sagemaker_device](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_device)
3214
+ - [aws_sagemaker_device_fleet](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_device_fleet)
3215
+ - [aws_sagemaker_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_domain)
3216
+ - [aws_sagemaker_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_endpoint)
3217
+ - [aws_sagemaker_endpoint_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_endpoint_configuration)
3218
+ - [aws_sagemaker_feature_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_feature_group)
3219
+ - [aws_sagemaker_flow_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_flow_definition)
3220
+ - [aws_sagemaker_hub](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_hub)
3221
+ - [aws_sagemaker_human_task_ui](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_human_task_ui)
3222
+ - [aws_sagemaker_image](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_image)
3223
+ - [aws_sagemaker_image_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_image_version)
3224
+ - [aws_sagemaker_mlflow_tracking_server](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_mlflow_tracking_server)
3225
+ - [aws_sagemaker_model](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_model)
3226
+ - [aws_sagemaker_model_package_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_model_package_group)
3227
+ - [aws_sagemaker_model_package_group_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_model_package_group_policy)
3228
+ - [aws_sagemaker_monitoring_schedule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_monitoring_schedule)
3229
+ - [aws_sagemaker_notebook_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_notebook_instance)
3230
+ - [aws_sagemaker_notebook_instance_lifecycle_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_notebook_instance_lifecycle_configuration)
3231
+ - [aws_sagemaker_pipeline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_pipeline)
3232
+ - [aws_sagemaker_project](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_project)
3233
+ - [aws_sagemaker_servicecatalog_portfolio_status](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_servicecatalog_portfolio_status)
3234
+ - [aws_sagemaker_space](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_space)
3235
+ - [aws_sagemaker_studio_lifecycle_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_studio_lifecycle_config)
3236
+ - [aws_sagemaker_user_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_user_profile)
3237
+ - [aws_sagemaker_workforce](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_workforce)
3238
+ - [aws_sagemaker_workteam](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_workteam)
3239
+
3240
+ ### Data Sources
3241
+ - [aws_sagemaker_prebuilt_ecr_image](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/sagemaker_prebuilt_ecr_image)
3242
+
3243
+ ## Secrets Manager
3244
+
3245
+ *4 resources and 6 data sources*
3246
+
3247
+ ### Resources
3248
+ - [aws_secretsmanager_secret](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/secretsmanager_secret)
3249
+ - [aws_secretsmanager_secret_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/secretsmanager_secret_policy)
3250
+ - [aws_secretsmanager_secret_rotation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/secretsmanager_secret_rotation)
3251
+ - [aws_secretsmanager_secret_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/secretsmanager_secret_version)
3252
+
3253
+ ### Data Sources
3254
+ - [aws_secretsmanager_random_password](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/secretsmanager_random_password)
3255
+ - [aws_secretsmanager_secret](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/secretsmanager_secret)
3256
+ - [aws_secretsmanager_secret_rotation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/secretsmanager_secret_rotation)
3257
+ - [aws_secretsmanager_secret_version](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/secretsmanager_secret_version)
3258
+ - [aws_secretsmanager_secret_versions](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/secretsmanager_secret_versions)
3259
+ - [aws_secretsmanager_secrets](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/secretsmanager_secrets)
3260
+
3261
+ ## Security Hub
3262
+
3263
+ *15 resources and 1 data sources*
3264
+
3265
+ ### Resources
3266
+ - [aws_securityhub_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securityhub_account)
3267
+ - [aws_securityhub_action_target](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securityhub_action_target)
3268
+ - [aws_securityhub_automation_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securityhub_automation_rule)
3269
+ - [aws_securityhub_configuration_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securityhub_configuration_policy)
3270
+ - [aws_securityhub_configuration_policy_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securityhub_configuration_policy_association)
3271
+ - [aws_securityhub_finding_aggregator](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securityhub_finding_aggregator)
3272
+ - [aws_securityhub_insight](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securityhub_insight)
3273
+ - [aws_securityhub_invite_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securityhub_invite_accepter)
3274
+ - [aws_securityhub_member](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securityhub_member)
3275
+ - [aws_securityhub_organization_admin_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securityhub_organization_admin_account)
3276
+ - [aws_securityhub_organization_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securityhub_organization_configuration)
3277
+ - [aws_securityhub_product_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securityhub_product_subscription)
3278
+ - [aws_securityhub_standards_control](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securityhub_standards_control)
3279
+ - [aws_securityhub_standards_control_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securityhub_standards_control_association)
3280
+ - [aws_securityhub_standards_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securityhub_standards_subscription)
3281
+
3282
+ ### Data Sources
3283
+ - [aws_securityhub_standards_control_associations](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/securityhub_standards_control_associations)
3284
+
3285
+ ## Security Lake
3286
+
3287
+ *5 resources and 0 data sources*
3288
+
3289
+ ### Resources
3290
+ - [aws_securitylake_aws_log_source](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securitylake_aws_log_source)
3291
+ - [aws_securitylake_custom_log_source](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securitylake_custom_log_source)
3292
+ - [aws_securitylake_data_lake](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securitylake_data_lake)
3293
+ - [aws_securitylake_subscriber](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securitylake_subscriber)
3294
+ - [aws_securitylake_subscriber_notification](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securitylake_subscriber_notification)
3295
+
3296
+ ## Serverless Application Repository
3297
+
3298
+ *1 resources and 1 data sources*
3299
+
3300
+ ### Resources
3301
+ - [aws_serverlessapplicationrepository_cloudformation_stack](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/serverlessapplicationrepository_cloudformation_stack)
3302
+
3303
+ ### Data Sources
3304
+ - [aws_serverlessapplicationrepository_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/serverlessapplicationrepository_application)
3305
+
3306
+ ## Service Catalog
3307
+
3308
+ *13 resources and 6 data sources*
3309
+
3310
+ ### Resources
3311
+ - [aws_servicecatalog_budget_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_budget_resource_association)
3312
+ - [aws_servicecatalog_constraint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_constraint)
3313
+ - [aws_servicecatalog_organizations_access](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_organizations_access)
3314
+ - [aws_servicecatalog_portfolio](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_portfolio)
3315
+ - [aws_servicecatalog_portfolio_share](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_portfolio_share)
3316
+ - [aws_servicecatalog_principal_portfolio_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_principal_portfolio_association)
3317
+ - [aws_servicecatalog_product](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_product)
3318
+ - [aws_servicecatalog_product_portfolio_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_product_portfolio_association)
3319
+ - [aws_servicecatalog_provisioned_product](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_provisioned_product)
3320
+ - [aws_servicecatalog_provisioning_artifact](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_provisioning_artifact)
3321
+ - [aws_servicecatalog_service_action](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_service_action)
3322
+ - [aws_servicecatalog_tag_option](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_tag_option)
3323
+ - [aws_servicecatalog_tag_option_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_tag_option_resource_association)
3324
+
3325
+ ### Data Sources
3326
+ - [aws_servicecatalog_constraint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/servicecatalog_constraint)
3327
+ - [aws_servicecatalog_launch_paths](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/servicecatalog_launch_paths)
3328
+ - [aws_servicecatalog_portfolio](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/servicecatalog_portfolio)
3329
+ - [aws_servicecatalog_portfolio_constraints](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/servicecatalog_portfolio_constraints)
3330
+ - [aws_servicecatalog_product](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/servicecatalog_product)
3331
+ - [aws_servicecatalog_provisioning_artifacts](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/servicecatalog_provisioning_artifacts)
3332
+
3333
+ ## Service Catalog AppRegistry
3334
+
3335
+ *3 resources and 3 data sources*
3336
+
3337
+ ### Resources
3338
+ - [aws_servicecatalogappregistry_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalogappregistry_application)
3339
+ - [aws_servicecatalogappregistry_attribute_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalogappregistry_attribute_group)
3340
+ - [aws_servicecatalogappregistry_attribute_group_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalogappregistry_attribute_group_association)
3341
+
3342
+ ### Data Sources
3343
+ - [aws_servicecatalogappregistry_application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/servicecatalogappregistry_application)
3344
+ - [aws_servicecatalogappregistry_attribute_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/servicecatalogappregistry_attribute_group)
3345
+ - [aws_servicecatalogappregistry_attribute_group_associations](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/servicecatalogappregistry_attribute_group_associations)
3346
+
3347
+ ## Service Quotas
3348
+
3349
+ *3 resources and 3 data sources*
3350
+
3351
+ ### Resources
3352
+ - [aws_servicequotas_service_quota](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicequotas_service_quota)
3353
+ - [aws_servicequotas_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicequotas_template)
3354
+ - [aws_servicequotas_template_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicequotas_template_association)
3355
+
3356
+ ### Data Sources
3357
+ - [aws_servicequotas_service](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/servicequotas_service)
3358
+ - [aws_servicequotas_service_quota](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/servicequotas_service_quota)
3359
+ - [aws_servicequotas_templates](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/servicequotas_templates)
3360
+
3361
+ ## Shield
3362
+
3363
+ *8 resources and 1 data sources*
3364
+
3365
+ ### Resources
3366
+ - [aws_shield_application_layer_automatic_response](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/shield_application_layer_automatic_response)
3367
+ - [aws_shield_drt_access_log_bucket_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/shield_drt_access_log_bucket_association)
3368
+ - [aws_shield_drt_access_role_arn_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/shield_drt_access_role_arn_association)
3369
+ - [aws_shield_proactive_engagement](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/shield_proactive_engagement)
3370
+ - [aws_shield_protection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/shield_protection)
3371
+ - [aws_shield_protection_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/shield_protection_group)
3372
+ - [aws_shield_protection_health_check_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/shield_protection_health_check_association)
3373
+ - [aws_shield_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/shield_subscription)
3374
+
3375
+ ### Data Sources
3376
+ - [aws_shield_protection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/shield_protection)
3377
+
3378
+ ## Signer
3379
+
3380
+ *3 resources and 2 data sources*
3381
+
3382
+ ### Resources
3383
+ - [aws_signer_signing_job](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/signer_signing_job)
3384
+ - [aws_signer_signing_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/signer_signing_profile)
3385
+ - [aws_signer_signing_profile_permission](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/signer_signing_profile_permission)
3386
+
3387
+ ### Data Sources
3388
+ - [aws_signer_signing_job](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/signer_signing_job)
3389
+ - [aws_signer_signing_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/signer_signing_profile)
3390
+
3391
+ ## Storage Gateway
3392
+
3393
+ *10 resources and 1 data sources*
3394
+
3395
+ ### Resources
3396
+ - [aws_storagegateway_cache](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/storagegateway_cache)
3397
+ - [aws_storagegateway_cached_iscsi_volume](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/storagegateway_cached_iscsi_volume)
3398
+ - [aws_storagegateway_file_system_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/storagegateway_file_system_association)
3399
+ - [aws_storagegateway_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/storagegateway_gateway)
3400
+ - [aws_storagegateway_nfs_file_share](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/storagegateway_nfs_file_share)
3401
+ - [aws_storagegateway_smb_file_share](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/storagegateway_smb_file_share)
3402
+ - [aws_storagegateway_stored_iscsi_volume](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/storagegateway_stored_iscsi_volume)
3403
+ - [aws_storagegateway_tape_pool](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/storagegateway_tape_pool)
3404
+ - [aws_storagegateway_upload_buffer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/storagegateway_upload_buffer)
3405
+ - [aws_storagegateway_working_storage](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/storagegateway_working_storage)
3406
+
3407
+ ### Data Sources
3408
+ - [aws_storagegateway_local_disk](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/storagegateway_local_disk)
3409
+
3410
+ ## Timestream Query
3411
+
3412
+ *1 resources and 0 data sources*
3413
+
3414
+ ### Resources
3415
+ - [aws_timestreamquery_scheduled_query](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/timestreamquery_scheduled_query)
3416
+
3417
+ ## Timestream Write
3418
+
3419
+ *2 resources and 2 data sources*
3420
+
3421
+ ### Resources
3422
+ - [aws_timestreamwrite_database](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/timestreamwrite_database)
3423
+ - [aws_timestreamwrite_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/timestreamwrite_table)
3424
+
3425
+ ### Data Sources
3426
+ - [aws_timestreamwrite_database](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/timestreamwrite_database)
3427
+ - [aws_timestreamwrite_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/timestreamwrite_table)
3428
+
3429
+ ## Timestream for InfluxDB
3430
+
3431
+ *1 resources and 0 data sources*
3432
+
3433
+ ### Resources
3434
+ - [aws_timestreaminfluxdb_db_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/timestreaminfluxdb_db_instance)
3435
+
3436
+ ## Transcribe
3437
+
3438
+ *4 resources and 0 data sources*
3439
+
3440
+ ### Resources
3441
+ - [aws_transcribe_language_model](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transcribe_language_model)
3442
+ - [aws_transcribe_medical_vocabulary](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transcribe_medical_vocabulary)
3443
+ - [aws_transcribe_vocabulary](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transcribe_vocabulary)
3444
+ - [aws_transcribe_vocabulary_filter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transcribe_vocabulary_filter)
3445
+
3446
+ ## Transfer Family
3447
+
3448
+ *10 resources and 2 data sources*
3449
+
3450
+ ### Resources
3451
+ - [aws_transfer_access](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transfer_access)
3452
+ - [aws_transfer_agreement](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transfer_agreement)
3453
+ - [aws_transfer_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transfer_certificate)
3454
+ - [aws_transfer_connector](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transfer_connector)
3455
+ - [aws_transfer_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transfer_profile)
3456
+ - [aws_transfer_server](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transfer_server)
3457
+ - [aws_transfer_ssh_key](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transfer_ssh_key)
3458
+ - [aws_transfer_tag](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transfer_tag)
3459
+ - [aws_transfer_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transfer_user)
3460
+ - [aws_transfer_workflow](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transfer_workflow)
3461
+
3462
+ ### Data Sources
3463
+ - [aws_transfer_connector](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/transfer_connector)
3464
+ - [aws_transfer_server](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/transfer_server)
3465
+
3466
+ ## Transit Gateway
3467
+
3468
+ *20 resources and 17 data sources*
3469
+
3470
+ ### Resources
3471
+ - [aws_ec2_transit_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway)
3472
+ - [aws_ec2_transit_gateway_connect](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_connect)
3473
+ - [aws_ec2_transit_gateway_connect_peer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_connect_peer)
3474
+ - [aws_ec2_transit_gateway_default_route_table_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_default_route_table_association)
3475
+ - [aws_ec2_transit_gateway_default_route_table_propagation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_default_route_table_propagation)
3476
+ - [aws_ec2_transit_gateway_multicast_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_multicast_domain)
3477
+ - [aws_ec2_transit_gateway_multicast_domain_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_multicast_domain_association)
3478
+ - [aws_ec2_transit_gateway_multicast_group_member](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_multicast_group_member)
3479
+ - [aws_ec2_transit_gateway_multicast_group_source](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_multicast_group_source)
3480
+ - [aws_ec2_transit_gateway_peering_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_peering_attachment)
3481
+ - [aws_ec2_transit_gateway_peering_attachment_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_peering_attachment_accepter)
3482
+ - [aws_ec2_transit_gateway_policy_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_policy_table)
3483
+ - [aws_ec2_transit_gateway_policy_table_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_policy_table_association)
3484
+ - [aws_ec2_transit_gateway_prefix_list_reference](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_prefix_list_reference)
3485
+ - [aws_ec2_transit_gateway_route](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_route)
3486
+ - [aws_ec2_transit_gateway_route_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_route_table)
3487
+ - [aws_ec2_transit_gateway_route_table_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_route_table_association)
3488
+ - [aws_ec2_transit_gateway_route_table_propagation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_route_table_propagation)
3489
+ - [aws_ec2_transit_gateway_vpc_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_vpc_attachment)
3490
+ - [aws_ec2_transit_gateway_vpc_attachment_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_transit_gateway_vpc_attachment_accepter)
3491
+
3492
+ ### Data Sources
3493
+ - [aws_ec2_transit_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway)
3494
+ - [aws_ec2_transit_gateway_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_attachment)
3495
+ - [aws_ec2_transit_gateway_attachments](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_attachments)
3496
+ - [aws_ec2_transit_gateway_connect](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_connect)
3497
+ - [aws_ec2_transit_gateway_connect_peer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_connect_peer)
3498
+ - [aws_ec2_transit_gateway_dx_gateway_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_dx_gateway_attachment)
3499
+ - [aws_ec2_transit_gateway_multicast_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_multicast_domain)
3500
+ - [aws_ec2_transit_gateway_peering_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_peering_attachment)
3501
+ - [aws_ec2_transit_gateway_peering_attachments](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_peering_attachments)
3502
+ - [aws_ec2_transit_gateway_route_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_route_table)
3503
+ - [aws_ec2_transit_gateway_route_table_associations](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_route_table_associations)
3504
+ - [aws_ec2_transit_gateway_route_table_propagations](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_route_table_propagations)
3505
+ - [aws_ec2_transit_gateway_route_table_routes](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_route_table_routes)
3506
+ - [aws_ec2_transit_gateway_route_tables](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_route_tables)
3507
+ - [aws_ec2_transit_gateway_vpc_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_vpc_attachment)
3508
+ - [aws_ec2_transit_gateway_vpc_attachments](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_vpc_attachments)
3509
+ - [aws_ec2_transit_gateway_vpn_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_vpn_attachment)
3510
+
3511
+ ## VPC Virtual Private Cloud
3512
+
3513
+ *59 resources and 27 data sources*
3514
+
3515
+ ### Resources
3516
+ - [aws_default_network_acl](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/default_network_acl)
3517
+ - [aws_default_route_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/default_route_table)
3518
+ - [aws_default_security_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/default_security_group)
3519
+ - [aws_default_subnet](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/default_subnet)
3520
+ - [aws_default_vpc](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/default_vpc)
3521
+ - [aws_default_vpc_dhcp_options](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/default_vpc_dhcp_options)
3522
+ - [aws_ec2_managed_prefix_list](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_managed_prefix_list)
3523
+ - [aws_ec2_managed_prefix_list_entry](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_managed_prefix_list_entry)
3524
+ - [aws_ec2_network_insights_analysis](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_network_insights_analysis)
3525
+ - [aws_ec2_network_insights_path](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_network_insights_path)
3526
+ - [aws_ec2_subnet_cidr_reservation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_subnet_cidr_reservation)
3527
+ - [aws_ec2_traffic_mirror_filter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_traffic_mirror_filter)
3528
+ - [aws_ec2_traffic_mirror_filter_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_traffic_mirror_filter_rule)
3529
+ - [aws_ec2_traffic_mirror_session](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_traffic_mirror_session)
3530
+ - [aws_ec2_traffic_mirror_target](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_traffic_mirror_target)
3531
+ - [aws_egress_only_internet_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/egress_only_internet_gateway)
3532
+ - [aws_flow_log](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/flow_log)
3533
+ - [aws_internet_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/internet_gateway)
3534
+ - [aws_internet_gateway_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/internet_gateway_attachment)
3535
+ - [aws_main_route_table_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/main_route_table_association)
3536
+ - [aws_nat_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/nat_gateway)
3537
+ - [aws_network_acl](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/network_acl)
3538
+ - [aws_network_acl_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/network_acl_association)
3539
+ - [aws_network_acl_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/network_acl_rule)
3540
+ - [aws_network_interface](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/network_interface)
3541
+ - [aws_network_interface_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/network_interface_attachment)
3542
+ - [aws_network_interface_permission](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/network_interface_permission)
3543
+ - [aws_network_interface_sg_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/network_interface_sg_attachment)
3544
+ - [aws_route](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route)
3545
+ - [aws_route_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route_table)
3546
+ - [aws_route_table_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route_table_association)
3547
+ - [aws_security_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group)
3548
+ - [aws_security_group_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule)
3549
+ - [aws_subnet](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/subnet)
3550
+ - [aws_vpc](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc)
3551
+ - [aws_vpc_block_public_access_exclusion](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_block_public_access_exclusion)
3552
+ - [aws_vpc_block_public_access_options](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_block_public_access_options)
3553
+ - [aws_vpc_dhcp_options](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_dhcp_options)
3554
+ - [aws_vpc_dhcp_options_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_dhcp_options_association)
3555
+ - [aws_vpc_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_endpoint)
3556
+ - [aws_vpc_endpoint_connection_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_endpoint_connection_accepter)
3557
+ - [aws_vpc_endpoint_connection_notification](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_endpoint_connection_notification)
3558
+ - [aws_vpc_endpoint_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_endpoint_policy)
3559
+ - [aws_vpc_endpoint_private_dns](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_endpoint_private_dns)
3560
+ - [aws_vpc_endpoint_route_table_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_endpoint_route_table_association)
3561
+ - [aws_vpc_endpoint_security_group_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_endpoint_security_group_association)
3562
+ - [aws_vpc_endpoint_service](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_endpoint_service)
3563
+ - [aws_vpc_endpoint_service_allowed_principal](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_endpoint_service_allowed_principal)
3564
+ - [aws_vpc_endpoint_service_private_dns_verification](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_endpoint_service_private_dns_verification)
3565
+ - [aws_vpc_endpoint_subnet_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_endpoint_subnet_association)
3566
+ - [aws_vpc_ipv4_cidr_block_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipv4_cidr_block_association)
3567
+ - [aws_vpc_ipv6_cidr_block_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipv6_cidr_block_association)
3568
+ - [aws_vpc_network_performance_metric_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_network_performance_metric_subscription)
3569
+ - [aws_vpc_peering_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_peering_connection)
3570
+ - [aws_vpc_peering_connection_accepter](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_peering_connection_accepter)
3571
+ - [aws_vpc_peering_connection_options](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_peering_connection_options)
3572
+ - [aws_vpc_security_group_egress_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_security_group_egress_rule)
3573
+ - [aws_vpc_security_group_ingress_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_security_group_ingress_rule)
3574
+ - [aws_vpc_security_group_vpc_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_security_group_vpc_association)
3575
+
3576
+ ### Data Sources
3577
+ - [aws_ec2_managed_prefix_list](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_managed_prefix_list)
3578
+ - [aws_ec2_managed_prefix_lists](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_managed_prefix_lists)
3579
+ - [aws_ec2_network_insights_analysis](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_network_insights_analysis)
3580
+ - [aws_ec2_network_insights_path](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_network_insights_path)
3581
+ - [aws_internet_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/internet_gateway)
3582
+ - [aws_nat_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/nat_gateway)
3583
+ - [aws_nat_gateways](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/nat_gateways)
3584
+ - [aws_network_acls](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/network_acls)
3585
+ - [aws_network_interface](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/network_interface)
3586
+ - [aws_network_interfaces](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/network_interfaces)
3587
+ - [aws_prefix_list](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/prefix_list)
3588
+ - [aws_route](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route)
3589
+ - [aws_route_table](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route_table)
3590
+ - [aws_route_tables](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route_tables)
3591
+ - [aws_security_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/security_group)
3592
+ - [aws_security_groups](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/security_groups)
3593
+ - [aws_subnet](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/subnet)
3594
+ - [aws_subnets](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/subnets)
3595
+ - [aws_vpc](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc)
3596
+ - [aws_vpc_dhcp_options](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc_dhcp_options)
3597
+ - [aws_vpc_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc_endpoint)
3598
+ - [aws_vpc_endpoint_service](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc_endpoint_service)
3599
+ - [aws_vpc_peering_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc_peering_connection)
3600
+ - [aws_vpc_peering_connections](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc_peering_connections)
3601
+ - [aws_vpc_security_group_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc_security_group_rule)
3602
+ - [aws_vpc_security_group_rules](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc_security_group_rules)
3603
+ - [aws_vpcs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpcs)
3604
+
3605
+ ## VPC IPAM IP Address Manager
3606
+
3607
+ *9 resources and 6 data sources*
3608
+
3609
+ ### Resources
3610
+ - [aws_vpc_ipam](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipam)
3611
+ - [aws_vpc_ipam_organization_admin_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipam_organization_admin_account)
3612
+ - [aws_vpc_ipam_pool](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipam_pool)
3613
+ - [aws_vpc_ipam_pool_cidr](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipam_pool_cidr)
3614
+ - [aws_vpc_ipam_pool_cidr_allocation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipam_pool_cidr_allocation)
3615
+ - [aws_vpc_ipam_preview_next_cidr](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipam_preview_next_cidr)
3616
+ - [aws_vpc_ipam_resource_discovery](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipam_resource_discovery)
3617
+ - [aws_vpc_ipam_resource_discovery_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipam_resource_discovery_association)
3618
+ - [aws_vpc_ipam_scope](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipam_scope)
3619
+
3620
+ ### Data Sources
3621
+ - [aws_vpc_ipam](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc_ipam)
3622
+ - [aws_vpc_ipam_pool](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc_ipam_pool)
3623
+ - [aws_vpc_ipam_pool_cidrs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc_ipam_pool_cidrs)
3624
+ - [aws_vpc_ipam_pools](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc_ipam_pools)
3625
+ - [aws_vpc_ipam_preview_next_cidr](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc_ipam_preview_next_cidr)
3626
+ - [aws_vpc_ipams](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc_ipams)
3627
+
3628
+ ## VPC Lattice
3629
+
3630
+ *14 resources and 5 data sources*
3631
+
3632
+ ### Resources
3633
+ - [aws_vpclattice_access_log_subscription](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_access_log_subscription)
3634
+ - [aws_vpclattice_auth_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_auth_policy)
3635
+ - [aws_vpclattice_listener](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_listener)
3636
+ - [aws_vpclattice_listener_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_listener_rule)
3637
+ - [aws_vpclattice_resource_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_resource_configuration)
3638
+ - [aws_vpclattice_resource_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_resource_gateway)
3639
+ - [aws_vpclattice_resource_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_resource_policy)
3640
+ - [aws_vpclattice_service](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_service)
3641
+ - [aws_vpclattice_service_network](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_service_network)
3642
+ - [aws_vpclattice_service_network_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_service_network_resource_association)
3643
+ - [aws_vpclattice_service_network_service_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_service_network_service_association)
3644
+ - [aws_vpclattice_service_network_vpc_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_service_network_vpc_association)
3645
+ - [aws_vpclattice_target_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_target_group)
3646
+ - [aws_vpclattice_target_group_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_target_group_attachment)
3647
+
3648
+ ### Data Sources
3649
+ - [aws_vpclattice_auth_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpclattice_auth_policy)
3650
+ - [aws_vpclattice_listener](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpclattice_listener)
3651
+ - [aws_vpclattice_resource_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpclattice_resource_policy)
3652
+ - [aws_vpclattice_service](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpclattice_service)
3653
+ - [aws_vpclattice_service_network](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpclattice_service_network)
3654
+
3655
+ ## VPN Client
3656
+
3657
+ *4 resources and 1 data sources*
3658
+
3659
+ ### Resources
3660
+ - [aws_ec2_client_vpn_authorization_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_client_vpn_authorization_rule)
3661
+ - [aws_ec2_client_vpn_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_client_vpn_endpoint)
3662
+ - [aws_ec2_client_vpn_network_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_client_vpn_network_association)
3663
+ - [aws_ec2_client_vpn_route](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_client_vpn_route)
3664
+
3665
+ ### Data Sources
3666
+ - [aws_ec2_client_vpn_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_client_vpn_endpoint)
3667
+
3668
+ ## VPN Site-to-Site
3669
+
3670
+ *6 resources and 2 data sources*
3671
+
3672
+ ### Resources
3673
+ - [aws_customer_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/customer_gateway)
3674
+ - [aws_vpn_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpn_connection)
3675
+ - [aws_vpn_connection_route](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpn_connection_route)
3676
+ - [aws_vpn_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpn_gateway)
3677
+ - [aws_vpn_gateway_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpn_gateway_attachment)
3678
+ - [aws_vpn_gateway_route_propagation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpn_gateway_route_propagation)
3679
+
3680
+ ### Data Sources
3681
+ - [aws_customer_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/customer_gateway)
3682
+ - [aws_vpn_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpn_gateway)
3683
+
3684
+ ## Verified Access
3685
+
3686
+ *6 resources and 0 data sources*
3687
+
3688
+ ### Resources
3689
+ - [aws_verifiedaccess_endpoint](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/verifiedaccess_endpoint)
3690
+ - [aws_verifiedaccess_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/verifiedaccess_group)
3691
+ - [aws_verifiedaccess_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/verifiedaccess_instance)
3692
+ - [aws_verifiedaccess_instance_logging_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/verifiedaccess_instance_logging_configuration)
3693
+ - [aws_verifiedaccess_instance_trust_provider_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/verifiedaccess_instance_trust_provider_attachment)
3694
+ - [aws_verifiedaccess_trust_provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/verifiedaccess_trust_provider)
3695
+
3696
+ ## Verified Permissions
3697
+
3698
+ *5 resources and 1 data sources*
3699
+
3700
+ ### Resources
3701
+ - [aws_verifiedpermissions_identity_source](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/verifiedpermissions_identity_source)
3702
+ - [aws_verifiedpermissions_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/verifiedpermissions_policy)
3703
+ - [aws_verifiedpermissions_policy_store](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/verifiedpermissions_policy_store)
3704
+ - [aws_verifiedpermissions_policy_template](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/verifiedpermissions_policy_template)
3705
+ - [aws_verifiedpermissions_schema](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/verifiedpermissions_schema)
3706
+
3707
+ ### Data Sources
3708
+ - [aws_verifiedpermissions_policy_store](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/verifiedpermissions_policy_store)
3709
+
3710
+ ## WAF
3711
+
3712
+ *6 resources and 4 data sources*
3713
+
3714
+ ### Resources
3715
+ - [aws_wafv2_ip_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_ip_set)
3716
+ - [aws_wafv2_regex_pattern_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_regex_pattern_set)
3717
+ - [aws_wafv2_rule_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_rule_group)
3718
+ - [aws_wafv2_web_acl](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl)
3719
+ - [aws_wafv2_web_acl_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl_association)
3720
+ - [aws_wafv2_web_acl_logging_configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl_logging_configuration)
3721
+
3722
+ ### Data Sources
3723
+ - [aws_wafv2_ip_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/wafv2_ip_set)
3724
+ - [aws_wafv2_regex_pattern_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/wafv2_regex_pattern_set)
3725
+ - [aws_wafv2_rule_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/wafv2_rule_group)
3726
+ - [aws_wafv2_web_acl](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/wafv2_web_acl)
3727
+
3728
+ ## WAF Classic
3729
+
3730
+ *12 resources and 5 data sources*
3731
+
3732
+ ### Resources
3733
+ - [aws_waf_byte_match_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/waf_byte_match_set)
3734
+ - [aws_waf_geo_match_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/waf_geo_match_set)
3735
+ - [aws_waf_ipset](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/waf_ipset)
3736
+ - [aws_waf_rate_based_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/waf_rate_based_rule)
3737
+ - [aws_waf_regex_match_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/waf_regex_match_set)
3738
+ - [aws_waf_regex_pattern_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/waf_regex_pattern_set)
3739
+ - [aws_waf_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/waf_rule)
3740
+ - [aws_waf_rule_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/waf_rule_group)
3741
+ - [aws_waf_size_constraint_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/waf_size_constraint_set)
3742
+ - [aws_waf_sql_injection_match_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/waf_sql_injection_match_set)
3743
+ - [aws_waf_web_acl](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/waf_web_acl)
3744
+ - [aws_waf_xss_match_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/waf_xss_match_set)
3745
+
3746
+ ### Data Sources
3747
+ - [aws_waf_ipset](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/waf_ipset)
3748
+ - [aws_waf_rate_based_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/waf_rate_based_rule)
3749
+ - [aws_waf_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/waf_rule)
3750
+ - [aws_waf_subscribed_rule_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/waf_subscribed_rule_group)
3751
+ - [aws_waf_web_acl](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/waf_web_acl)
3752
+
3753
+ ## WAF Classic Regional
3754
+
3755
+ *13 resources and 5 data sources*
3756
+
3757
+ ### Resources
3758
+ - [aws_wafregional_byte_match_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafregional_byte_match_set)
3759
+ - [aws_wafregional_geo_match_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafregional_geo_match_set)
3760
+ - [aws_wafregional_ipset](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafregional_ipset)
3761
+ - [aws_wafregional_rate_based_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafregional_rate_based_rule)
3762
+ - [aws_wafregional_regex_match_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafregional_regex_match_set)
3763
+ - [aws_wafregional_regex_pattern_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafregional_regex_pattern_set)
3764
+ - [aws_wafregional_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafregional_rule)
3765
+ - [aws_wafregional_rule_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafregional_rule_group)
3766
+ - [aws_wafregional_size_constraint_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafregional_size_constraint_set)
3767
+ - [aws_wafregional_sql_injection_match_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafregional_sql_injection_match_set)
3768
+ - [aws_wafregional_web_acl](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafregional_web_acl)
3769
+ - [aws_wafregional_web_acl_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafregional_web_acl_association)
3770
+ - [aws_wafregional_xss_match_set](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafregional_xss_match_set)
3771
+
3772
+ ### Data Sources
3773
+ - [aws_wafregional_ipset](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/wafregional_ipset)
3774
+ - [aws_wafregional_rate_based_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/wafregional_rate_based_rule)
3775
+ - [aws_wafregional_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/wafregional_rule)
3776
+ - [aws_wafregional_subscribed_rule_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/wafregional_subscribed_rule_group)
3777
+ - [aws_wafregional_web_acl](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/wafregional_web_acl)
3778
+
3779
+ ## Wavelength
3780
+
3781
+ *1 resources and 0 data sources*
3782
+
3783
+ ### Resources
3784
+ - [aws_ec2_carrier_gateway](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_carrier_gateway)
3785
+
3786
+ ## Web Services Budgets
3787
+
3788
+ *2 resources and 1 data sources*
3789
+
3790
+ ### Resources
3791
+ - [aws_budgets_budget](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/budgets_budget)
3792
+ - [aws_budgets_budget_action](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/budgets_budget_action)
3793
+
3794
+ ### Data Sources
3795
+ - [aws_budgets_budget](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/budgets_budget)
3796
+
3797
+ ## WorkLink
3798
+
3799
+ *2 resources and 0 data sources*
3800
+
3801
+ ### Resources
3802
+ - [aws_worklink_fleet](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/worklink_fleet)
3803
+ - [aws_worklink_website_certificate_authority_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/worklink_website_certificate_authority_association)
3804
+
3805
+ ## WorkSpaces
3806
+
3807
+ *4 resources and 4 data sources*
3808
+
3809
+ ### Resources
3810
+ - [aws_workspaces_connection_alias](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/workspaces_connection_alias)
3811
+ - [aws_workspaces_directory](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/workspaces_directory)
3812
+ - [aws_workspaces_ip_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/workspaces_ip_group)
3813
+ - [aws_workspaces_workspace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/workspaces_workspace)
3814
+
3815
+ ### Data Sources
3816
+ - [aws_workspaces_bundle](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/workspaces_bundle)
3817
+ - [aws_workspaces_directory](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/workspaces_directory)
3818
+ - [aws_workspaces_image](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/workspaces_image)
3819
+ - [aws_workspaces_workspace](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/workspaces_workspace)
3820
+
3821
+ ## X-Ray
3822
+
3823
+ *4 resources and 0 data sources*
3824
+
3825
+ ### Resources
3826
+ - [aws_xray_encryption_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/xray_encryption_config)
3827
+ - [aws_xray_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/xray_group)
3828
+ - [aws_xray_resource_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/xray_resource_policy)
3829
+ - [aws_xray_sampling_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/xray_sampling_rule)
3830
+
3831
+ ---
3832
+ *This document was generated automatically by the AWS Provider Resources Generator script.*
3833
+ *Generation time: 188.83 seconds*