Skip to content
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

Update documentation for ibm_resource_tag #5700

Merged
merged 23 commits into from
Oct 14, 2024
Merged
Changes from 22 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/r/resource_tag.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The `ibm_resource_tag` resource provides the following [Timeouts](https://www.te
Review the argument references that you can specify for your resource.

- `resource_id` - (Required, String) The CRN of the resource on which the tags is be attached.
- `resource_type` - (Optional, String) The resource type on which the tags should be attached.
- `resource_type` - (Optional, String) The resource type on which the tags should be attached. This is valid for SoftLayer (IMS) resources only. The resource_type allowed values are: `SoftLayer_Virtual_DedicatedHost`, `SoftLayer_Hardware`, `SoftLayer_Hardware_Server`, `SoftLayer_Network_Application_Delivery_Controller`, `SoftLayer_Network_Vlan`, `SoftLayer_Network_Vlan_Firewall`, `SoftLayer_Network_Component_Firewall`, `SoftLayer_Network_Firewall_Module_Context`, `SoftLayer_Virtual_Guest`. A wrong value would result in an error in the `terraform apply` command.
luiof marked this conversation as resolved.
Show resolved Hide resolved
- `tag_type` - (Optional, String) Type of the tag. Supported values are: `user` or `access`. The default value is user.
- `tags` - (Required, Array of strings) List of tags associated with resource instance.
- `replace` - (Optional, Bool) If true, it indicates that the attaching operation is a replacement operation
Expand Down
Loading