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

fix: add phone_number_sid to import #132

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

@salah93 salah93 changed the title add phone_number_sid to import fix: add phone_number_sid to import Oct 2, 2023
@qrnik
Copy link

qrnik commented Mar 29, 2024

@childish-sambino any chance to get it merged? importing twilio_messaging_services_phone_numbers_v1 resource results in its replacement:

  # twilio_messaging_services_phone_numbers_v1.number must be replaced
  # (imported from "MGXXXX/PNXXX")
  # Warning: this will destroy the imported resource
-/+ resource "twilio_messaging_services_phone_numbers_v1" "number" {
      ~ id               = "MGXXX/PNXXX" -> (known after apply)
      + phone_number_sid = "PNXXX" # forces replacement
        service_sid      = "MGXXX"
      ~ sid              = "PNXXX" -> (known after apply)
    }

@salah93 salah93 marked this pull request as draft July 17, 2024 19:00
@salah93 salah93 marked this pull request as ready for review July 17, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants