chore: work save
[skip ci]
This commit is contained in:
parent
ba579760d5
commit
042e8115a6
4 changed files with 44 additions and 115 deletions
|
|
@ -341,7 +341,7 @@ func (r *instanceResource) Read(
|
|||
}
|
||||
}
|
||||
|
||||
if !model.Id.IsUnknown() && !model.Id.IsNull() {
|
||||
if model.Id.IsUnknown() || model.Id.IsNull() {
|
||||
model.Id = utils.BuildInternalTerraformId(projectID, region, instanceID)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue