Skip to content

Add database instance import capability

Compare
Choose a tag to compare
@gh-mlfowler gh-mlfowler released this 15 May 14:43

An existing database can now be imported into the Terraform state file. For example:

terraform import gcebashtonsql_sql_database_instance local_name instance_name

where local_name is the name in the Terraform file and instance_name is the name of the database instance in Google.