Git Product home page Git Product logo

terraform-provider-snowflake's Introduction

Snowflake Terraform Provider

โš ๏ธ Please note: If you believe you have found a security issue, please responsibly disclose by contacting us at [email protected].


.github/workflows/ci.yml

This is a terraform provider for managing Snowflake resources.

Getting started

If you're still using the chanzuckerberg/snowflake source, see Upgrading from CZI Provider to upgrade to the current version.

Install the Snowflake Terraform provider by adding a requirement block and a provider block to your Terraform codebase:

terraform {
  required_providers {
    snowflake = {
      source  = "Snowflake-Labs/snowflake"
      version = "~> 0.61"
    }
  }
}

provider "snowflake" {
  account  = "abc12345" # the Snowflake account identifier
  username = "johndoe"
  password = "v3ry$3cr3t"
  role     = "ACCOUNTADMIN"
}

For more information on provider configuration see the provider docs on the Terraform registry.

Don't forget to run terraform init and you're ready to go! ๐Ÿš€

Start browsing the registry docs to find resources and data sources to use.

Getting Help

Some links that might help you:

  • The introductory tutorial shows how to set up your Snowflake account for Terraform (service user, role, authentication, etc) and how to create your first resources in Terraform.
  • The docs on the Terraform registry are a complete reference of all resources and data sources supported and contain more advanced examples.
  • The discussions area of this repo, we use this forum to discuss new features and changes to the provider.
  • If you are an enterprise customer, reach out to your account team. This helps us prioritize issues.
  • The issues section might already have an issue addressing your question.

Contributing

Cf. Contributing.

terraform-provider-snowflake's People

Contributors

ryanking avatar alldoami avatar sfc-gh-swinkler avatar sjauld avatar snowflake-release-please[bot] avatar mnagaa avatar sfc-gh-ngaberel avatar dependabot[bot] avatar chrisisidora avatar czi-github-helper[bot] avatar mlorek avatar sfc-gh-jlove avatar dependabot-preview[bot] avatar sfc-gh-jalin avatar bennylu2 avatar sfc-gh-asawicki avatar gouline avatar robbruce avatar yohei1126 avatar igungor avatar sfc-gh-kumaurya avatar kuannie1 avatar sfc-gh-pbosak avatar relativity74205 avatar pwnage101 avatar funes79 avatar berosen avatar mwiewior avatar henriblancke avatar kanata2 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.