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

Make aria_custom_resource importable #33

Open
davidfischer-ch opened this issue Jul 15, 2024 · 0 comments
Open

Make aria_custom_resource importable #33

davidfischer-ch opened this issue Jul 15, 2024 · 0 comments
Labels
enhancement New feature or request go Pull requests that update Go code good first issue Good for newcomers P3 Lower priority

Comments

@davidfischer-ch
Copy link
Owner

See acceptance tests.

2024-07-15T09:50:34.020+0200 [DEBUG] aria: Deleted ABX Action 8a7480538f3b51b10190b55efa881fd8 (Custom.AriaProviderTest.read) project 2e34b115-dd18-48b3-a6af-f794469e5e0d successfully: tf_req_id=ab7bfeba-d8ee-74c1-0d6a-44200060d1d6 tf_resource_type=aria_abx_action tf_provider_addr=registry.terraform.io/hashicorp/aria tf_rpc=ApplyResourceChange
--- FAIL: TestAccCustomResourceResource (18.10s)
    custom_resource_resource_test.go:13: Step 3/3 error running import: exit status 1
        There are some problems with the CLI configuration:
        ╷
        │ Warning: Unable to open CLI configuration file
        │
        │ The CLI configuration file at "../terraform.rc" does not exist.
        ╵


        Error: Value Conversion Error

        An unexpected error was encountered trying to build a value. This is always
        an error in the provider. Please report the following to the provider
        developer:

        Received null value, however the target type cannot handle null values. Use
        the corresponding `types` package type, a pointer type or a custom type that
        handles null values.

        Path: create
        Target Type: provider.ResourceActionRunnableModel
        Suggested `types` Type: basetypes.ObjectValue
        Suggested Pointer Type: *provider.ResourceActionRunnableModel


@davidfischer-ch davidfischer-ch added enhancement New feature or request good first issue Good for newcomers Wait & See Lowest priority go Pull requests that update Go code labels Jul 15, 2024
@davidfischer-ch davidfischer-ch added P3 Lower priority and removed Wait & See Lowest priority labels Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go Pull requests that update Go code good first issue Good for newcomers P3 Lower priority
Projects
None yet
Development

No branches or pull requests

1 participant