Terraform Data Sources Tutorial: Learn How to Use Data Sources in Terraform

preview_player
Показать описание
Terraform explained for Beginners | Terraform Tutorial for Beginners | Terraform Architecture explained

Terraform Data Sources | How to Use Data Sources?

Terraform is also know as Infrastructure as Code. Terraform help us to provision the infrastructure with help of code. Terraform is open source and declarative which means you define WHAT you want (the desired "end state") rather than describing exactly each step or how to do it. Terraform also help us to automate the infrastructure provisioning

In this Terraform Video lab you will learn
How to work with Terraform DataSource
=============================

How to configure Credentials in Terraform

============================
00:00 - Introduction
01:50 - DataSource Demo
======================================
Just follow the steps given in the video. Do let me know in comments if you face any problem
============================
#terraform
#terraformtutorial
#infrastructureascode
#devops
#awstutorial
#devopsprojects

terraform, terraform tutorial, terraform tutorial for beginners, what is terraform, terraform aws, terraform modules, infrastructure as code with terraform, terraform full course, aws terraform, #terraform, terraform cloud

============================
==========================
THINGS YOU NEED TO KNOW

============================================
Playlists

===============================================

Thanks for watching!
If you like my content, please subscribe.

============================================

WHO AMI I : I am Vicky Seth, a DEVOPS-AWS-CLOUD Engineer, I use my technical background to make videos about technology that help you to grow.
Рекомендации по теме
Комментарии
Автор

So that means to create a new resource in Terraform I can use an existing resource which may be created manually using data source block.

dconwheels