dttung2905 opened a new pull request, #55:
URL: https://github.com/apache/terraform-provider-iceberg/pull/55
Hi team, I'm adding a new data source for namespace. The interface for user
is something like below
```terraform
data "iceberg_namespace" "analytics" {
name = ["analytics", "prod"]
}
output "analytics_namespace_id" {
value = data.iceberg_namespace.analytics.id
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]