You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`tags` - The tags to be created for database. This is a map of 2 parameters:
67
67
*`key` - Key of the tag
68
68
*`value` - Value of the tag
69
+
70
+
## Import (Beta)
71
+
72
+
Use the [`import` block](https://developer.hashicorp.com/terraform/language/import) to add source configs created directly in Data Control Tower into a Terraform state file.
73
+
74
+
For example:
75
+
```terraform
76
+
import {
77
+
to = delphix_database_postgresql.source_config_import
78
+
id = "source_config_id"
79
+
}
80
+
```
81
+
82
+
*This is a beta feature. Delphix offers no guarantees of support or compatibility.*
0 commit comments