Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 975 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 975 Bytes

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}}