دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Mikael Krief
سری:
ISBN (شابک) : 1800207557, 9781800207554
ناشر: Packt Publishing
سال نشر: 2020
تعداد صفحات: 366
[360]
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 16 Mb
در صورت تبدیل فایل کتاب Terraform Cookbook: Efficiently define, launch, and manage Infrastructure as Code across various cloud platforms به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب Terraform Cookbook: زیرساخت را به عنوان کد در پلتفرم های مختلف ابری تعریف، راه اندازی و مدیریت کنید نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Cover Title Page Copyright and Credits Foreword Dedication About Packt Contributors Table of Contents Preface Chapter 01: Setting Up the Terraform Environment Technical requirements Downloading and installing Terraform manually Getting ready How to do it… How it works… Installing Terraform using a script on Linux Getting ready How to do it… How it works… There's more… See also Installing Terraform using a script on Windows Getting ready How to do it… How it works… There's more… See also Executing Terraform in a Docker container Getting ready How to do it… How it works… There's more… See also Writing Terraform configuration in VS Code Getting ready How to do it… How it works… There's more… See also Migrating your Terraform configuration to Terraform 0.13 Getting ready How to do it… How it works… There's more… See also Chapter 02: Writing Terraform Configuration Technical requirements Configuring Terraform and the provider version to use Getting ready How to do it… How it works… There's more… See also Manipulating variables Getting ready How to do it… How it works… There's more… See also Using local variables for custom functions Getting ready How to do it… How it works… See also Using outputs to expose Terraform provisioned data Getting ready How to do it… How it works… There's more… See also Provisioning infrastructure in multiple environments Getting ready How to do it… How it works… See also Obtaining external data with data sources Getting ready How to do it… How it works… There's more… See also Using external resources from other state files Getting ready How to do it… How it works… There's more… See also Querying external data with Terraform Getting ready How to do it… How it works… There's more… See also Calling Terraform built-in functions Getting ready How to do it… How it works… See also Writing conditional expressions Getting ready How to do it… How it works… See also Manipulating local files with Terraform Getting ready How to do it… How it works… There's more… See also Executing local programs with Terraform Getting ready How to do it… How it works… There's more… See also Generating passwords with Terraform Getting ready How to do it… How it works… See also Chapter 03: Building Dynamic Environments with Terraform Technical requirements Provisioning multiple resources with the count property Getting ready How to do it… How it works… There's more… See also Using a table of key-value variables with maps Getting ready How to do it… How it works… There's more… See also Looping over object collections Getting ready How to do it… How it works… There's more… See also Generating multiple blocks with dynamic expressions Getting ready How to do it… How it works… There's more… See also Chapter 04: Using the Terraform CLI Technical requirements Keeping your Terraform configuration clean Getting ready How to do it… How it works… There's more… See also Validating the code syntax Getting ready How to do it… How it works… There's more… See also Destroying infrastructure resources Getting ready How to do it… How it works… There's more… See also Using workspaces for managing environments Getting ready How to do it… How it works… There's more… See also Importing existing resources Getting ready How to do it… How it works… There's more… See also Exporting the output in JSON Getting ready How to do it… How it works… There's more… See also Tainting resources Getting ready How to do it… How it works… There's more… See also Generating the graph dependencies Getting ready How to do it… How it works… See also Debugging the Terraform execution Getting ready How to do it… How it works… There's more… See also Chapter 05: Sharing Terraform Configuration with Modules Technical requirements Creating a Terraform module and using it locally Getting ready How to do it… How it works… There's more… See also Using modules from the public registry Getting ready How to do it… How it works… There's more… See also Sharing a Terraform module using GitHub Getting ready How to do it… How it works… There's more… See also Using another file inside a custom module Getting ready How to do it… How it works… There's more… See also Using the Terraform module generator Getting ready How to do it… How it works… There's more… See also Generating module documentation Getting ready How to do it… How it works… There's more… See also Using a private Git repository for sharing a Terraform module Getting ready How to do it… How it works… There's more… See also Applying a Terrafile pattern for using modules Getting ready How to do it… How it works… There's more… See also Testing Terraform module code with Terratest Getting ready How to do it… How it works… There's more… See also Building CI/CD for Terraform modules in Azure Pipelines Getting ready How to do it… How it works… There's more… See also Building a workflow for Terraform modules using GitHub Actions Getting ready How to do it… How it works… There's more… See also Chapter 06: Provisioning Azure Infrastructure with Terraform Technical requirements Using Terraform in Azure Cloud Shell Getting ready How to do it… How it works… There's more… See also Protecting the Azure credential provider Getting ready How to do it… How it works… There's more... See also Protecting the state file in the Azure remote backend Getting ready How to do it… How it works… There's more… See also Executing ARM templates in Terraform Getting ready How to do it… How it works… There's more… See also Executing Azure CLI commands in Terraform Getting ready How to do it… How it works… There's more… See also Using Azure Key Vault with Terraform to protect secrets Getting ready How to do it… How it works… There's more… See also Getting a list of Azure resources in Terraform Getting ready How to do it… How it works… There's more… See also Provisioning and configuring an Azure VM with Terraform Getting ready How to do it… How it works… There's more… See also Building Azure serverless infrastructure with Terraform Getting ready How to do it… How it works… There's more… See also Generating a Terraform configuration for existing Azure infrastructure Getting ready How to do it… How it works… There's more… See also Chapter 07: Deep Diving into Terraform Technical requirements Creating an Ansible inventory with Terraform Getting ready How to do it… How it works… There’s more… See also Testing the Terraform configuration using kitchen-terraform Getting ready How to do it… How it works… There’s more… See also Preventing resources from getting destroyed Getting ready How to do it… How it works… There’s more… See also Zero-downtime deployment with Terraform Getting ready How to do it… How it works… There’s more… See also Detecting resources deleted by the plan command Getting ready How to do it… How it works… There’s more… See also Managing Terraform configuration dependencies using Terragrunt Getting ready How to do it… How it works… There’s more… See also Using Terragrunt as a wrapper for Terraform Getting ready How to do it… How it works… See also Building CI/CD pipelines for Terraform configurations in Azure Pipelines Getting ready How to do it… How it works… There's more… See also Working with workspaces in CI/CD Getting ready How to do it… How it works… There's more… See also Chapter 08: Using Terraform Cloud to Improve Collaboration Technical requirements Using the remote backend in Terraform Cloud Getting ready How to do it… How it works… There's more… See also Using Terraform Cloud as a private module registry Getting ready How to do it… How it works… There's more… See also Executing Terraform configuration remotely in Terraform Cloud Getting ready How to do it… How it works… There's more… See also Automating Terraform Cloud using APIs Getting ready How to do it… How it works… There's more… See also Testing the compliance of Terraform configurations using Sentinel Getting ready How to do it… How it works… There's more… See also Using cost estimation for cloud cost resources governance Getting ready How to do it… How it works… There's more… See also Other Books You May Enjoy Index