-
Notifications
You must be signed in to change notification settings - Fork 63
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: remove archive_file
resource deprecated status
#367
feat: remove archive_file
resource deprecated status
#367
Conversation
archive_file
deprecated statusarchive_file
resource deprecated status
i was also unsure how to classify this semantically, but settled on |
d62db5d
to
6a40586
Compare
the branch has been updated |
- from what i gathered from the git history, this resource was introduced in `v2.3.0` in a deprecated state - discussion with the community involving @bendbennett resulted in the consideration of this deprecation being removed (see: hashicorp#218) - since `v2.x` there has been a strong focus on keeping this provider limited to the `data` source, so some of this proposed change is taking a best guess at what makes sense while trying not to depart from the overall approach - i acknowledge that this appears to be in some ways orthogonal to the goal of the project, but there has been little movement in regards to this widely-requested feature (understandably so, based on reasons mentioned above). - there are cases, primarily in a remote build server context, where the design decisions/limitations of the `data` source makes the adoption and usage of this provider much more challenging. this change is proposed as a stop-gap until a larger focus is able to put on this project by the primary contributing team
6a40586
to
d2c1b70
Compare
Co-authored-by: Selena Goods <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution, @codymaust! I really appreciate the thoroughness with the documentation changes.
Hello All, Quick check: Does the version 2.7.0 released? |
thank you all for an immensely useful provider
from what i gathered from the git history, this resource was
introduced in
v2.3.0
in a deprecated statediscussion with the community involving @bendbennett resulted in the
consideration of this deprecation being removed (see: archive_file data source gets created during "terraform plan" vs "terraform apply" and also is not deleted during destroy #218)
since
v2.x
there has been a strong focus on keeping this providerlimited to the
data
source, so some of this proposed change is takinga best guess at what makes sense while trying not to depart from the
overall approach
i acknowledge that this appears to be in some ways orthogonal to the
goal of the project, but there has been little movement in regards to
this widely-requested feature (understandably so, based on reasons
mentioned above).
there are cases, primarily in a remote build server context, where the
design decisions/limitations of the
data
source makes the adoption andusage of this provider much more challenging.
this change is proposed as a stop-gap until a larger focus is able to
put on this project by the primary contributing team
fixes #218