Bump github/codeql-action from 4.35.1 to 4.36.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.1 to 4.36.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/c10b8064de6f491fea524254123dbe5e09572f13...7211b7c8077ea37d8641b6271f6a365a22a5fbfa) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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.