generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 50
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
[Do not merge] Add hcp_packer_bucket
, hcp_packer_bucket_iam_binding
, and hcp_packer_bucket_iam_policy
resources #866
#852
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JenGoldstrich
changed the title
WIP -> [HPR 1729] hcp_packer_bucket resource
WIP -> hcp_packer_bucket resource
May 30, 2024
JenGoldstrich
force-pushed
the
hpr-1729-bucket-resource
branch
3 times, most recently
from
May 31, 2024 15:06
7bcaea3
to
174398c
Compare
JenGoldstrich
commented
May 31, 2024
JenGoldstrich
changed the title
WIP -> hcp_packer_bucket resource
Add hcp_packer_bucket resource
May 31, 2024
JenGoldstrich
force-pushed
the
hpr-1729-bucket-resource
branch
from
May 31, 2024 15:26
174398c
to
4b96f3c
Compare
JenGoldstrich
force-pushed
the
hpr-1729-bucket-resource
branch
5 times, most recently
from
June 3, 2024 21:14
e0a8a58
to
bf86bb9
Compare
JenGoldstrich
force-pushed
the
hpr-1729-bucket-resource
branch
from
June 4, 2024 06:29
babd3f9
to
3084a33
Compare
sylviamoss
reviewed
Jun 4, 2024
internal/provider/packer/resources/bucket/resource_packer_bucket.go
Outdated
Show resolved
Hide resolved
sylviamoss
reviewed
Jun 4, 2024
internal/provider/packer/resources/bucket/resource_packer_bucket.go
Outdated
Show resolved
Hide resolved
sylviamoss
approved these changes
Jun 4, 2024
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.
LGTM 👍🏼
I added a comment about parsing the resource name to get the bucket name and project ID, which is unnecessary because you also have those values from the state.
JenGoldstrich
changed the title
Add hcp_packer_bucket resource
[Do not merge] Add hcp_packer_bucket resource
Jun 4, 2024
JenGoldstrich
force-pushed
the
hpr-1729-bucket-resource
branch
2 times, most recently
from
June 4, 2024 22:30
7ec5de7
to
8cf049e
Compare
sylviamoss
reviewed
Jun 5, 2024
internal/provider/packer/resources/bucket/resource_packer_bucket.go
Outdated
Show resolved
Hide resolved
JenGoldstrich
force-pushed
the
hpr-1729-bucket-resource
branch
from
June 5, 2024 18:09
73e1d84
to
9a9c057
Compare
sylviamoss
approved these changes
Jun 6, 2024
jasonpilz
approved these changes
Jun 6, 2024
3 tasks
JenGoldstrich
force-pushed
the
hpr-1729-bucket-resource
branch
from
June 17, 2024 14:52
9a9c057
to
df6c4bc
Compare
JenGoldstrich
changed the title
[Do not merge] Add hcp_packer_bucket resource
[Do not merge] Add hcp_packer_bucket & hcp_packer_bucket_iam_binding & hcp_packer_bucket_iam_policy resources #866
Jun 17, 2024
JenGoldstrich
changed the title
[Do not merge] Add hcp_packer_bucket & hcp_packer_bucket_iam_binding & hcp_packer_bucket_iam_policy resources #866
[Do not merge] Add Jun 17, 2024
hcp_packer_bucket
, hcp_packer_bucket_iam_binding
, and hcp_packer_bucket_iam_policy
resources #866
JenGoldstrich
force-pushed
the
hpr-1729-bucket-resource
branch
from
June 18, 2024 15:19
fc57e35
to
8f4bcaa
Compare
…` resources (#866) * Add resources for managing Packer Bucket RBAC * Add guide for bucket rbac * Add examples and guide * Update docs * Moss's feedback
JenGoldstrich
force-pushed
the
hpr-1729-bucket-resource
branch
from
June 28, 2024 17:41
8f4bcaa
to
6a44b00
Compare
Test after rebase and error handling updates
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🛠️ Description
Add HCP Packer Bucket Resource with some acceptance testing.
🏗️ Acceptance tests
Output from acceptance testing: