Importing a resource with .
in the name converts it to _
but it gets saved with .
in the stack
#1605
Labels
.
in the name converts it to _
but it gets saved with .
in the stack
#1605
What happened?
I imported a kafka topic into my stack. The name of the resource has full stops in i.e.
organizations_db.public.teams
. Pulumi instructed me to declare the resource with the full stops replaced by underscores i.e.organizations_db_public_teams
. However, it saved it in the stack asorganizations_db.public.teams
.Example
pulumi import kafka:index/topic:Topic organizations_db.public.teams organizations_db.public.teams --yes
outputted
but the stack state showed:
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: