Skip to content

Commit

Permalink
make tfgen
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Nov 10, 2024
1 parent 745cf38 commit 8fef982
Show file tree
Hide file tree
Showing 6 changed files with 385 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .pulumi-java-gen.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.1
0.17.0
44 changes: 42 additions & 2 deletions provider/cmd/pulumi-resource-datadog/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,12 @@
}
}
}
},
"xaxis": {
"maxItemsOne": true
},
"yaxis": {
"maxItemsOne": true
}
}
}
Expand Down Expand Up @@ -1119,6 +1125,12 @@
}
}
}
},
"xaxis": {
"maxItemsOne": true
},
"yaxis": {
"maxItemsOne": true
}
}
}
Expand Down Expand Up @@ -11365,7 +11377,12 @@
},
"datadog_integration_cloudflare_account": {
"current": "datadog:cloudflare/integrationAccount:IntegrationAccount",
"majorVersion": 4
"majorVersion": 4,
"fields": {
"resources": {
"maxItemsOne": false
}
}
},
"datadog_integration_confluent_account": {
"current": "datadog:confluent/integrationAccount:IntegrationAccount",
Expand Down Expand Up @@ -11400,7 +11417,12 @@
},
"datadog_integration_gcp": {
"current": "datadog:gcp/integration:Integration",
"majorVersion": 4
"majorVersion": 4,
"fields": {
"cloud_run_revision_filters": {
"maxItemsOne": false
}
}
},
"datadog_integration_gcp_sts": {
"current": "datadog:gcp/integrationSts:IntegrationSts",
Expand All @@ -11409,8 +11431,14 @@
"account_tags": {
"maxItemsOne": false
},
"cloud_run_revision_filters": {
"maxItemsOne": false
},
"host_filters": {
"maxItemsOne": false
},
"metric_namespace_configs": {
"maxItemsOne": false
}
}
},
Expand Down Expand Up @@ -12438,6 +12466,12 @@
}
}
}
},
"xaxis": {
"maxItemsOne": true
},
"yaxis": {
"maxItemsOne": true
}
}
}
Expand Down Expand Up @@ -15322,6 +15356,9 @@
}
}
},
"reference_tables": {
"maxItemsOne": false
},
"signal_query": {
"maxItemsOne": false,
"elem": {
Expand Down Expand Up @@ -16213,6 +16250,9 @@
}
}
},
"reference_tables": {
"maxItemsOne": false
},
"signal_query": {
"maxItemsOne": false,
"elem": {
Expand Down
Loading

0 comments on commit 8fef982

Please sign in to comment.