Replies: 2 comments 1 reply
-
any updates on this topic? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm also need a solution for resource name |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
At the moment when I run "terraformer import" it generates the resource names by prefixing and suffixing them. For example, I have a security group named "test", but after import it becomes:
resource "aws_security_group" "tfer--test_sg-00cc329b241230d51"
Instead of just:
resource "aws_security_group" "test"
Also, I noticed that dots in the resource names are translated to Unicode:
"dev.server.sg" becomes "dev-002E-server-002E-sg"
Beta Was this translation helpful? Give feedback.
All reactions