# Functions
Create returns an up-to-date version of the resource TODO: If `id` is unset for a new resource, how do we figure out what value needs to be used as the id?.
Delete deletes the given resource from the provider In terraform slang this is expressed as asking the provider to act on a Nil planned state.
No description provided by the author
Read returns an up-to-date version of the resource TODO: If `id` is unset for a new resource, how do we figure out what value needs to be used as the id?.
No description provided by the author
Update syncs with an existing resource and modifies mutable values.
# Variables
No description provided by the author