Add migration import examples for the SKE and LogMe services (#15)
* Fix internal ID strucutre description * Add example to MIGRATION.md * Add SKE example * Add LogMe instance and note for import issue
This commit is contained in:
parent
e6ffcd1c10
commit
1b1301b011
5 changed files with 113 additions and 4 deletions
|
|
@ -43,6 +43,6 @@ resource "stackit_dns_record_set" "example" {
|
|||
### Read-Only
|
||||
|
||||
- `error` (String) Error shows error in case create/update/delete failed.
|
||||
- `id` (String) Terraform's internal resource ID. It is structured as "`project_id`,`instance_id`,`record_set_id`".
|
||||
- `id` (String) Terraform's internal resource ID. It is structured as "`project_id`,`zone_id`,`record_set_id`".
|
||||
- `record_set_id` (String) The rr set id.
|
||||
- `state` (String) Record set state.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue