-
Repair item for pulumi/home#3020. During the v2 release, in two sets of resources, DNS and IoT Hubs, new default Azure API versions were wrongly chosen, causing all Pulumi operations against these res…
-
Hi @ryan4yin
Thanks so much for creating this repository - we have been working internally to make this an official provider and just tried to publish to pypi but it seems your provider is called …
-
### What happened?
Attempting to create several accounts in an Organization at the same time, and getting throttled by the Cloud Control API
```
aws-native:organizations:Account (iam-nonprod):
error…
-
### What happened?
container.Cluster.get failed when using `location` argument.
### Example
```python
from pulumi_gcp.container import Cluster
Cluster.get(
resource_name="test",
i…
-
Currently we have PULUMI_DEBUG_PROVIDER but no PULUMI_DEBUG_LANGUAGE option. I just hacked it in locally to fix an issue but we ought to provide that (should't be too difficult, just have to populate…
-
Hello,
Summary of issue:
When using the AWS Provider for RDS in C# if I specify EnabledCloudwatchLogExports in the List it requires. It creates the resources as expected initially. Any subsequent …
-
## Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
## Issue details
In …
-
The upstream feature https://github.com/hashicorp/terraform-provider-aws/issues/22728 had to be backed out from the pulumi-aws since it introduces a breaking type change to the provider configuration…
t0yv0 updated
1 month ago
-
### What happened?
Pulumi always reports changes for `vault.azure.BackendRole` resources even when no changes have been made.
```
~ vault:azure/backendRole:BackendRole: (update)
[id=azure/ro…
-
I am using `pulumi` to create a AWS glue table with iceberg format. The iceberg metadata is created, I can insert data into the table and select the data which inserted through `AWS Athena`. Below is …