The Wire · Showcase
TERRAFORM AWS PROVIDER GAINS S3 TABLES AND OPENSEARCH FEDERATION SUPPORT
By RepoJournal · Filed · About HashiCorp
The AWS provider shipped three enhancement PRs overnight that expand infrastructure-as-code coverage for S3 Tables metadata properties and OpenSearch security configurations, while the docs team cleaned up deprecated tutorial collections and fixed formatting bugs across Vault and PKI documentation.
Terraform AWS provider landed support for Iceberg table properties in S3 Tables resources [1], exposing the `metadata.iceberg.properties` map that the underlying CreateTable API accepts but the provider previously didn't wire through. This lets engineers define write distribution modes and sort orders directly in HCL without workarounds. In parallel, the OpenSearch security config resource gained import support [2] and new federation blocks [3] for IAM federation and Identity Center options, closing gaps between what the AWS API supports and what Terraform can manage. On the docs side, the Vault Radar CLI commands shed their Beta branding [4] as the scan file and scan folder features stabilized, while the unified docs pipeline now emits build metrics to Instana alongside DataDog [5] for better visibility into the documentation build process. Dev Portal removed a broken deprecated collection from the tutorial landing [6], and the Consul team removed a gRPC check in the inbound listener implementation [7] with accompanying changelog and test fixes.
One email a day. Unsubscribe in one click.
What actually shipped in HashiCorp, written up every day — commits, pull requests, releases, and security advisories.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Review S3 Tables Iceberg properties PR for your next AWS provider release cycle [ref:10] hashicorp/terraform-provider-aws [plan]
- → Update internal docs if you reference OpenSearch security config; import support and federation options are now available [ref:11] [ref:12] hashicorp/terraform-provider-aws [plan]
- → Monitor Instana metrics alongside DataDog for documentation builds [ref:6] hashicorp/web-unified-docs [monitor]
References
- [1] r/aws_s3tables_table: Add metadata.iceberg.properties argument ↗ hashicorp/terraform-provider-aws
- [2] [Enhancement] aws_opensearch_package_association: Add import support ↗ hashicorp/terraform-provider-aws
- [3] [Enhancement] aws_opensearchserverless_security_config: Add `iam_federation_options` and `iam_identity_center_options` blocks ↗ hashicorp/terraform-provider-aws
- [4] docs(vault-radar): Update cli commands's state and clean up some docs ↗ hashicorp/web-unified-docs
- [5] Emit build metrics to instana as well as datadog (#2604) hashicorp/web-unified-docs
- [6] removing this broken/deprecated collection from the tutorial landing (#3050) hashicorp/dev-portal
- [7] Removal of GPRC check for forwardClientDetails addition in makeInboundListener ↗ hashicorp/consul