DataDog / terraform-provider-datadog

Terraform Datadog provider
https://www.terraform.io/docs/providers/datadog/
Mozilla Public License 2.0
399 stars 375 forks source link

Add datadog_integration_snowflake resource #2487

Open jrobison-sb opened 2 months ago

jrobison-sb commented 2 months ago

What resources or data sources are affected?

Feature Request

In Step 2 of the docs for monitoring Snowflake, it says to configure the Snowflake integration tile. It should be possible to do this with a datadog_integration_snowflake Terraform resource (which doesn't exist currently), similarly to the way that it is possible to use datadog_integration_aws or datadog_integration_azure, etc. The request here is to create a datadog_integration_snowflake resource.

Preferably it should be possible to use multiple datadog_integration_snowflake resources, one for each account that a person wants to monitor, similarly to the way datadog_integration_aws works.

Note that this request is unrelated to the datadog-agent which runs on servers, or to any conf.d/ configuration of that agent. Using conf.d/ of the datadog-agent to monitor Snowflake is deprecated.

Thanks

References

No response