You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/data_fusion_instance.html.markdown
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -343,6 +343,13 @@ The following arguments are supported:
343
343
Users will need to either manually update their state file to include these diffed options, or include the field in a [lifecycle ignore changes block](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#ignore_changes).
344
344
Structure is [documented below](#nested_accelerators).
345
345
346
+
*`tags` -
347
+
(Optional)
348
+
A map of resource manager tags.
349
+
Resource manager tag keys and values have the same definition as resource manager tags.
350
+
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_value_id}.
351
+
The field is ignored (both PUT & PATCH) when empty.
0 commit comments