Karol Poliwka
Karol Poliwka
Keycloak with a self-signed certificate and Postgres running on Kubernetes with Nginx server.
When I try to add the created earlier component via `opts(dependsOn = ...)` to another resource (in this example, it will be the Namespace resource) the Error shows up about...
Example based on: https://github.com/pulumi/examples/tree/master/gcp-py-instance-nginx
Example based on: https://github.com/pulumi/examples/tree/master/gcp-ts-functions
When I try to create a FargateServiceArgs class the Error shows up and tells me that I must add `taskDefinition` or `taskDefinitionArgs`. Even when I add `taskDefinition`, error still shows...
When I ask pulumi AI "aws eks hello world” I get: https://www.pulumi.com/ai/conversations/6ff221c6-9b0b-49be-8233-1afaf3e7fea7 ```ts import * as aws from "@pulumi/aws"; import * as eks from "@pulumi/eks"; // Create an EKS cluster...
Example based on: https://github.com/pulumi/examples/tree/master/azure-ts-aci
When I try to get ipAddress (`ipAddress = containerGroup.ipAddress.ip`) from azurenative.containerinstance.ContainerGroup the Error shows up about deserializing an option. The error disappears when I comment on the line `ipAddress =...
### What happened? When i use pulumi eks i get below error: ``` Error: Invalid EC2 instance type: Calling [toString] on an [Output] is not supported. To get the value...