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/guides/troubleshooting.html.markdown
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,13 @@ _If the Terraform CLI gives an error message like:_
67
67
* Error: "field_name": this field cannot be set
68
68
```
69
69
70
-
You are likely using an older version of the OCI Terraform Provider and the field you are trying to set was released in later version. The OCI Terraform Provider documentation reflects the [latest version](https://github.com/terraform-providers/terraform-provider-oci/releases).
70
+
You are likely using an older version of the OCI Terraform Provider and the field you are trying to set was released in a later version. Use the following command to check your terraform provider version.
71
+
72
+
```
73
+
terraform -version
74
+
```
75
+
76
+
The OCI Terraform Provider documentation reflects the [latest version](https://github.com/terraform-providers/terraform-provider-oci/releases).
71
77
72
78
73
79
### Dial tcp i/o timeout when connecting via proxy
0 commit comments