-
Notifications
You must be signed in to change notification settings - Fork 19
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
Blocks Support: Create prefect_block
resource - Update()
#182
Labels
enhancement
New feature or request
Comments
mitchnielsen
added a commit
that referenced
this issue
Jun 4, 2024
Implements BlockSource.Read method. Closes #182
mitchnielsen
added a commit
that referenced
this issue
Jun 4, 2024
Implements BlockSource.Read method. Closes #182
parkedwards
changed the title
Blocks Support: Create
Blocks Support: Create Jun 4, 2024
prefect_block
resource - Update(), Delete()prefect_block
resource - Update()
We moved things around, so the branch name from 0b1fb3d should no longer closet his one. Reopened. |
Will wait for #174 before tackling this one. |
mitchnielsen
added a commit
that referenced
this issue
Jun 6, 2024
Implements Update method for BlockResource type. Closes #182
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.notion.so/prefect/Design-Block-support-in-the-Terraform-Provider-ae2ea25a18864de9b51b8aa06af9486b?pvs=4
Located in
internal/provider/resources/block.go
We'll need to add a
Update()
method on the pointer receiver for theBlockResource
struct.Afterwards we should be able to: update the
data
value in an existing block, eg. like in a key rotation scenario.The text was updated successfully, but these errors were encountered: