Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Terraform Cookbook

You're reading from   Terraform Cookbook Efficiently define, launch, and manage Infrastructure as Code across various cloud platforms

Arrow left icon
Product type Paperback
Published in Oct 2020
Publisher Packt
ISBN-13 9781800207554
Length 366 pages
Edition 1st Edition
Concepts
Arrow right icon
Author (1):
Arrow left icon
Mikael Krief Mikael Krief
Author Profile Icon Mikael Krief
Mikael Krief
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Setting Up the Terraform Environment 2. Writing Terraform Configuration FREE CHAPTER 3. Building Dynamic Environments with Terraform 4. Using the Terraform CLI 5. Sharing Terraform Configuration with Modules 6. Provisioning Azure Infrastructure with Terraform 7. Deep Diving into Terraform 8. Using Terraform Cloud to Improve Collaboration 9. Other Books You May Enjoy

Importing existing resources

So far in this book, we have seen the normal use of Terraform, which is to write a Terraform configuration that is going to be executed and applied by Terraform. This execution will provision or apply changes to an infrastructure that will be reflected in the Terraform state file.

In certain scenarios, however, it may be necessary to import resources that have already been provisioned into the Terraform state file. Examples of such scenarios include the following:

  • Resources have been provisioned manually (or by scripts) and now it is desired that their configuration is in the Terraform configuration and in the state file.

  • A Terraform state file that contains the configuration of an infrastructure has been corrupted or deleted and regeneration is desirable.

In this recipe, we will discuss how, with the assistance of Terraform commands, we can import the configuration of resources that have already been provisioned into the Terraform state file.

Getting...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime