Skip to content
/ tfis Public

Terraform's documentation for resource import syntax.

License

Notifications You must be signed in to change notification settings

wils0ns/tfis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tfis

GoDoc Go Report Card Codecov

Terraform import syntax

Install

Using go:

git clone https://github.com/wils0ns/tfis.git
cd tfis
go install

Or download the binary for a particular release.

Use

$ tfis google_datastore_index
==> google_datastore_index
Documentation URL: https://www.terraform.io/docs/providers/google/r/datastore_index.html
Import formats:
terraform import google_datastore_index.default projects/{{project}}/indexes/{{index_id}}
terraform import google_datastore_index.default {{project}}/{{index_id}}
terraform import google_datastore_index.default {{index_id}}