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

feat(resource|domain): import state via domain uuid #37

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

ndopj
Copy link
Contributor

@ndopj ndopj commented Oct 8, 2023

Terraform resources might be configured to import existing state of their "real-world" counterpart.
For this functionality to work it is necessary that Terraform resource implements function ImportState.

This function is called during the terraform import command and uses single argument to attach Terraform resource to an existing external state. If multiple arguments are required for this action then proper workarounds must be included.

You can find more in the Import State documentation from Terraform.

Acceptance testing for montecarlo_domain resource.

operation tags assignments
Create
Read
Update
Delete
Import

@ndopj ndopj added feature New feature or request test Related to provider testing labels Oct 8, 2023
@ndopj ndopj self-assigned this Oct 8, 2023
@ndopj ndopj merged commit cd5786b into master Oct 8, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request test Related to provider testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant