-
```ts
export const fooNetwork = gcp.compute.Network.get('foo', 'foo', { project })
```
returns:
```
Outputs:
+ fooNetwork: {
+ id : "foo"
+ project: "acme"
+ urn : …
-
### What happened?
I want to use a Managed Identity to access the Service Bus from a Logic App.
However this needs some "special" parameters which are not available in the api-version used by Pulu…
-
### What happened?
While refreshing a created `InstanceFromTemplate` I experience a diff for `attachedDisks` that I don't expect. After a `pulumi refresh` it will add an attachedDisks to the array …
-
### What happened?
Customer seeing the following error message:
```
I1018 08:51:47.944667 33617 main.go:354] one or more errors while discovering plugins: 2 errors occurred:
* unmarshalin…
-
It would be beneficial to be able to invoke infrastructure tools using `azd`, such as `azd bicep`, `azd terraform`, and `azd pulumi`. This feature would allow us to utilize replaced file tokens and ex…
-
## Affected feature
When you use for example `pulumi new` console really flickers.
Please improve it so it doesn't flicker.
Seems like when I use `pulumi up`, then `yes, no, details`…
-
When using the `talos.cluster.Kubeconfig` or `talos.cluster.getKubeconfigOutput` resource, the provider is not able to retrieve a working kubeconfig.
Before `0.4.1` I was on `0.2.0` and used `talos.c…
-
### What happened?
```
Type 'Output' is not assignable to type 'number | Promise | OutputInstance | undefined'.
Type 'Output' is not assignable to type 'OutputInstance'.
Types of property …
-
## Allow download of plugins and policy packs in advance of a `preview` or `up`
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll…
-
The docs for `apply` states:
> 'func' is not allowed to make resources.
This is incorrect, and assuming I'm not missing something, actively harmful as it misleads the user as I believe sometimes…