У нас вы можете посмотреть бесплатно Terraform 101: How to Manage Snowflake Account Objects with Code или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Terraform is a declarative Infrastructure as Code (IaC) tool. It is stateful, helping you understand and handle dependencies between resources. Using Terraform is a great way to manage account level Snowflake resources. Many Snowflake customers use Terraform to comply with security controls, maintain consistency, and support similar engineering workflows for infrastructure at scale. In this webinar, you’ll learn how to use Terraform to manage your Snowflake configurations in an automated and source-controlled way. Specifically, we’ll walk through: • Basic Terraform usage • How to create users, roles, databases, schemas, and warehouses in Terraform • How to manage objects from code/source control • Ultimately you’ll build a repository containing a Terraform project that manages Snowflake account objects through code. Prerequisites • Familiarity with Git, Snowflake, and Snowflake objects • ACCOUNTADMIN role access to a Snowflake account What You'll Need • A GitHub account • A git command-line client • Text editor of your choice • Terraform installed