Skip to content

Commit ac0cf21

Browse files
Troubleshooting doc update to add terraform version check in suggestions
1 parent f967662 commit ac0cf21

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

website/docs/guides/troubleshooting.html.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,13 @@ _If the Terraform CLI gives an error message like:_
6767
* Error: "field_name": this field cannot be set
6868
```
6969

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).
7177

7278

7379
### Dial tcp i/o timeout when connecting via proxy

0 commit comments

Comments
 (0)