This Terraform and OpenTofu provider allows you to manage Iceberg resources, such as namespaces and tables.
The provider currently supports the following resources:
iceberg_namespace: Manage Iceberg namespaces and their properties.iceberg_table: Manage Iceberg tables, including schema definitions and properties.To build the provider and install it locally , run the build.sh script:
./build.sh
This script will:
./terraform-plugins.~/.terraformrc (or terraform.rc) file to point Terraform to this local registry.