Hallo Pulumi peoples, Before creating an issue on...
# aws
f
Hallo Pulumi peoples, Before creating an issue on GitHub, lets note is here as well in case i'm doing something wrong. Just successfully imported OICD Identity Provider from IAM to Pulumi (previously created with Terraform EKS module). Right after doing
pulumi up
it fails with this error below, which seems to be some kind of a
@pulumi/aws
host/url validation error that doesn't make sense. The
URL
is the same in the UI, and in the CLI result ( as well as the import code returned from pulumi import)
Copy code
pulumi up
Previewing update (dev):
     Type                              Name                 Plan     Info
     pulumi:pulumi:Stack               k8s-cluster-dev               
     └─ aws:iam:OpenIdConnectProvider  clusterOidcProvider           1 error

Diagnostics:
  aws:iam:OpenIdConnectProvider (clusterOidcProvider):
    error: aws:iam/openIdConnectProvider:OpenIdConnectProvider resource 'clusterOidcProvider' has a problem: expected "url" to have a host, got oidc.eks.eu-central-1.amazonaws.com/id/E...0. Examine values at 'clusterOidcProvider.url'.

Resources:
    1 unchanged
👀 1
s
Can you post the resource definition so we can see what the full value is?
f
All the info is in the GitLab issue, but turns out it is an issue in the upstream terraform module. https://github.com/pulumi/pulumi-aws/issues/5805