This repository was archived by the owner on Jun 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Support Import for resources #95
Comments
gessnerfl
added a commit
that referenced
this issue
Apr 4, 2021
gessnerfl
added a commit
that referenced
this issue
Apr 9, 2021
gessnerfl
added a commit
that referenced
this issue
Apr 13, 2021
gessnerfl
added a commit
that referenced
this issue
Apr 13, 2021
gessnerfl
added a commit
that referenced
this issue
Apr 19, 2021
gessnerfl
added a commit
that referenced
this issue
Apr 19, 2021
gessnerfl
added a commit
that referenced
this issue
Apr 19, 2021
gessnerfl
added a commit
that referenced
this issue
Apr 19, 2021
gessnerfl
added a commit
that referenced
this issue
Apr 20, 2021
gessnerfl
added a commit
that referenced
this issue
Apr 24, 2021
gessnerfl
added a commit
that referenced
this issue
Apr 25, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Story
As a user of the terraform provider
I want to be able to import existing resources
So that I do not have to replace my existing configuration
Implementation Hints
The import should be based on the resource name. This can conflict with the default prefix and suffix of resources. Because of this it should be possible to disable this feature for specific resources
The text was updated successfully, but these errors were encountered: