Skip to content

Commit

Permalink
Upgrade terraform-provider-sumologic to v2.31.0 (#407)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-sumologic
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-sumologic from 2.30.1  to 2.31.0.
	Fixes #406
  • Loading branch information
pulumi-bot committed Jul 1, 2024
1 parent 1a25805 commit 37ecac6
Show file tree
Hide file tree
Showing 137 changed files with 36,259 additions and 23,864 deletions.
102 changes: 102 additions & 0 deletions provider/cmd/pulumi-resource-sumologic/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,9 @@
"maxItemsOne": false,
"elem": {
"fields": {
"service_map_panel": {
"maxItemsOne": true
},
"sumo_search_panel": {
"maxItemsOne": true,
"elem": {
Expand Down Expand Up @@ -826,6 +829,95 @@
},
"text_panel": {
"maxItemsOne": true
},
"traces_list_panel": {
"maxItemsOne": true,
"elem": {
"fields": {
"queries": {
"maxItemsOne": false,
"elem": {
"fields": {
"metrics_query_data": {
"maxItemsOne": true,
"elem": {
"fields": {
"filter": {
"maxItemsOne": false
},
"operator": {
"maxItemsOne": false,
"elem": {
"fields": {
"parameter": {
"maxItemsOne": false
}
}
}
}
}
}
}
}
}
},
"time_range": {
"maxItemsOne": true,
"elem": {
"fields": {
"begin_bounded_time_range": {
"maxItemsOne": true,
"elem": {
"fields": {
"from": {
"maxItemsOne": true,
"elem": {
"fields": {
"epoch_time_range": {
"maxItemsOne": true
},
"iso8601_time_range": {
"maxItemsOne": true
},
"literal_time_range": {
"maxItemsOne": true
},
"relative_time_range": {
"maxItemsOne": true
}
}
}
},
"to": {
"maxItemsOne": true,
"elem": {
"fields": {
"epoch_time_range": {
"maxItemsOne": true
},
"iso8601_time_range": {
"maxItemsOne": true
},
"literal_time_range": {
"maxItemsOne": true
},
"relative_time_range": {
"maxItemsOne": true
}
}
}
}
}
}
},
"complete_literal_time_range": {
"maxItemsOne": true
}
}
}
}
}
}
}
}
}
Expand Down Expand Up @@ -4549,6 +4641,16 @@
"maxItemsOne": true,
"elem": {
"fields": {
"logs_anomaly_condition": {
"maxItemsOne": true,
"elem": {
"fields": {
"critical": {
"maxItemsOne": true
}
}
}
},
"logs_missing_data_condition": {
"maxItemsOne": true
},
Expand Down
Loading

0 comments on commit 37ecac6

Please sign in to comment.