Skip to content

Commit

Permalink
Merge pull request #52 from volcengine/fix/responce_convert_ignore
Browse files Browse the repository at this point in the history
Fix/response_convert ignore
  • Loading branch information
xuyaming0800 authored Dec 30, 2022
2 parents 948f09a + 27a4a2c commit 30f7f8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions common/common_volcengine_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ func mergeDatasource(resource *schema.Resource, collectField string, item map[st
if extraMapping != nil {
if _, ok := extraMapping[k]; ok {
m = extraMapping[k]
if m.Ignore {
continue
}
if m.Chain == "" {
//if no chain to set auto check convert in elem.schema.if in and set new target
if _, ok1 := elem.Schema[m.TargetField]; ok1 {
Expand Down
2 changes: 1 addition & 1 deletion common/common_volcengine_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package common

const (
TerraformProviderName = "terraform-provider-volcengine"
TerraformProviderVersion = "0.0.44"
TerraformProviderVersion = "0.0.45"
)

0 comments on commit 30f7f8d

Please sign in to comment.