Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

random_pet doesnt support import #298

Closed
gtmtech opened this issue Aug 22, 2022 · 2 comments
Closed

random_pet doesnt support import #298

gtmtech opened this issue Aug 22, 2022 · 2 comments
Labels

Comments

@gtmtech
Copy link

gtmtech commented Aug 22, 2022

Terraform CLI and Provider Versions

terraform-provider-random 3.3.2

Trying to import a random_pet from a string (like you can do with random_id)

│ Error: resource random_pet doesn't support import

I have a situation where I need to import random_pets and cant do it.

Terraform Configuration

resource "random_pet" "external_id" {}

terraform import module.foo.random_pet.external_id assuring-wasp
│ Error: resource random_pet doesn't support import


### Expected Behavior

I should be able to import the random_pet from a string, like I can with random_id

### Actual Behavior

I cannot import the random_pet , with an error

### Steps to Reproduce

1. `terraform import random_pet.foo assuring-wasp`


### How much impact is this issue causing?

High

### Logs

_No response_

### Additional Information

_No response_

### Code of Conduct

- [X] I agree to follow this project's Code of Conduct
@gtmtech gtmtech added the bug label Aug 22, 2022
@gtmtech
Copy link
Author

gtmtech commented Aug 22, 2022

Duplicate of #184

@gtmtech gtmtech closed this as completed Aug 22, 2022
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant