Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] network policy #221

Closed
jmak123 opened this issue Jul 14, 2020 · 3 comments
Closed

[feature] network policy #221

jmak123 opened this issue Jul 14, 2020 · 3 comments
Labels
feature-request Used to mark issues with provider's missing functionalities

Comments

@jmak123
Copy link

jmak123 commented Jul 14, 2020

Snowflake allows users to add IP whitelisting to the account. It is managed via command like

create network policy mypolicy2 allowed_ip_list=('192.168.1.0','192.168.1.100');

It would be great if this can be terraformed too and it is especially valuable for enterprises that are looking to document/codify their security details.

https://docs.snowflake.com/en/sql-reference/sql/create-network-policy.html

@ryanking ryanking added the feature-request Used to mark issues with provider's missing functionalities label Jul 14, 2020
@ryanking
Copy link
Contributor

@jmak123 thanks for the interest.

We should support this, but we prioritize things our team uses (and this is not one of them), so I am not sure when we will get to it.

In the meantime, we would be happy to help get a PR merged.

@ryanking ryanking changed the title Bring in network policy [feature] network policy Jul 14, 2020
@grahamplace
Copy link
Contributor

I'm working on this! PR incoming soon, hoping to have time to put the final touches on it today

ryanking pushed a commit that referenced this issue Oct 23, 2020
Adds support for managing Snowflake Network Policy objects via the new `snowflake_network_policy` resource type.

## Test Plan
<!-- detail ways in which this PR has been tested or needs to be tested -->
* [x] acceptance tests
<!-- add more below if you think they are relevant -->
* [x] tested built provider locally with trial Snowflake account

## References
<!-- issues documentation links, etc  -->
* Issue: #221
* https://docs.snowflake.com/en/sql-reference/sql/create-network-policy.html
@ryanking
Copy link
Contributor

Addedin #271.

gjv9491 pushed a commit to gjv9491/terraform-provider-snowflake that referenced this issue Mar 19, 2021
Adds support for managing Snowflake Network Policy objects via the new `snowflake_network_policy` resource type.

<!-- detail ways in which this PR has been tested or needs to be tested -->
* [x] acceptance tests
<!-- add more below if you think they are relevant -->
* [x] tested built provider locally with trial Snowflake account

<!-- issues documentation links, etc  -->
* Issue: Snowflake-Labs#221
* https://docs.snowflake.com/en/sql-reference/sql/create-network-policy.html
anton-chekanov pushed a commit to anton-chekanov/terraform-provider-snowflake that referenced this issue Jan 25, 2022
Adds support for managing Snowflake Network Policy objects via the new `snowflake_network_policy` resource type.

## Test Plan
<!-- detail ways in which this PR has been tested or needs to be tested -->
* [x] acceptance tests
<!-- add more below if you think they are relevant -->
* [x] tested built provider locally with trial Snowflake account

## References
<!-- issues documentation links, etc  -->
* Issue: Snowflake-Labs#221
* https://docs.snowflake.com/en/sql-reference/sql/create-network-policy.html
daniepett pushed a commit to daniepett/terraform-provider-snowflake that referenced this issue Feb 9, 2022
Adds support for managing Snowflake Network Policy objects via the new `snowflake_network_policy` resource type.

<!-- detail ways in which this PR has been tested or needs to be tested -->
* [x] acceptance tests
<!-- add more below if you think they are relevant -->
* [x] tested built provider locally with trial Snowflake account

<!-- issues documentation links, etc  -->
* Issue: Snowflake-Labs#221
* https://docs.snowflake.com/en/sql-reference/sql/create-network-policy.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Used to mark issues with provider's missing functionalities
Projects
None yet
Development

No branches or pull requests

3 participants