Skip to content

Commit

Permalink
One more test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshk0 committed Aug 7, 2024
1 parent e63053a commit 286c206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/costmanagement/export_resource_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ func flattenExportDefinition(input *exports.ExportDefinition) []interface{} {
"type": queryType,
}

if input.DataSet != nil && input.DataSet.Configuration != nil {
if input.DataSet != nil && input.DataSet.Configuration != nil && input.DataSet.Configuration.DataVersion != nil {
result["data_version"] = pointer.From(input.DataSet.Configuration.DataVersion)
}

Expand Down

0 comments on commit 286c206

Please sign in to comment.