Brandon Foster
Brandon Foster
### Terraform CLI and Provider Versions resource "snowflake_network_policy" "policy" { name = "policy" comment = "A policy." allowed_ip_list = ["192.168.0.100/24"] blocked_ip_list = ["192.168.0.101"] } resource "snowflake_network_policy_attachment" "attach" { network_policy_name =...
### Terraform CLI and Provider Versions Snowflake-Labs/snowflake 0.86.0 Terraform v1.5.5 ### Use Cases or Problem Statement I'd like to be able to create and managed external access integrations with terraform...
### Terraform CLI and Provider Versions Terraform v1.5.5 Snowflake-Labs/snowflake 0.86.0 ### Use Cases or Problem Statement I'd like to be able to manage snowflake secrets with terraform. This is not...
### What resource do you need? Aws recently announced eks pod identities. I'd like to use it via crossplane. https://docs.aws.amazon.com/eks/latest/userguide/pod-id-association.html Specifically what is missing is the equivalent of this aws...
Currently today there is no option to rename (change the title of) a record Or duplicate a record with the cli. This is however an option via the UI. But...
### What resources or data sources are affected? datadog_integration_confluent_account ### Feature Request I'd like to be able to lookup a datadog_integration_confluent_account account Id. Preferably by name? or maybe tags? ###...
**Provider Version** 0.54.0 **Terraform Version** 1.3.6 **Describe the bug** Unable to add replication from A business critical account to a non business critical account even with ignore_edition_check = true **Expected...
### Describe the need I get a 403 when trying to use data "github_app" while authenticated via an app with read only access. if I do the same with an...
**Image I'm using:** Bottlerocket (EKS Auto) 2025.3.21 (aws-k8s-1.32) **What I expected to happen:** DNS queries for private hosted zones attached to the nodes vpc should resolve **What actually happened:** DNS...
### Company Name _No response_ ### Use Cases or Problem Statement I'd like to enable notifications on my failover groups to be notified if replication fails. https://docs.snowflake.com/en/user-guide/account-replication-error-notifications#add-an-error-notification-for-a-replication-or-failover-group ### Category category:resource...