pulumi / registry

The global index of everything you can do with Pulumi.
https://www.pulumi.com/registry
Apache License 2.0
27 stars 119 forks source link

Missing Configuration Block definitions for ServiceDeploymentController and ServiceDeploymentCircuitBreaker #3910

Open tehnorm opened 11 months ago

tehnorm commented 11 months ago

File: themes/default/content/registry/packages/awsx/api-docs/ecs/fargateservice/_index.md

Both of the following do not seem to have the Configuration Block definitions included in the docs.

deploymentCircuitBreaker pulumiAws.types.input.ServiceDeploymentCircuitBreaker Configuration block for deployment circuit breaker. See below.

deploymentController pulumiAws.types.input.ServiceDeploymentController Configuration block for deployment controller configuration. See below.

desteves commented 11 months ago

(note to self: check https://github.com/pulumi/pulumi-awsx/blob/master/schema.json)

desteves commented 11 months ago

Thanks for bringing this to our attention. We are investigating the issue you've encountered.