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
{{ message }}
This repository was archived by the owner on Apr 30, 2020. It is now read-only.
If users upgrade their TF installation to v0.12, then the OCI provider version in this code (locked to 3.5.0) won’t be compatible. Also, I understand that TF v0.12 introduced some changes in the configuration language.
Should the TF code be updated to set the TF version to =0.11.8 (instead of >=0.11.8)?
Or, should we leave the code as is, and ask customers (in the Solutions docs for EBS, JDE, PSFT, & Siebel) to follow the instructions in the TF upgrade guide if they choose to upgrade to TF v0.12?
@rishimahajan , Hi Rishi,
EBusinessSuite/provider.tfhas the following code:If users upgrade their TF installation to v0.12, then the OCI provider version in this code (locked to 3.5.0) won’t be compatible. Also, I understand that TF v0.12 introduced some changes in the configuration language.
Should the TF code be updated to set the TF version to
=0.11.8(instead of>=0.11.8)?Or, should we leave the code as is, and ask customers (in the Solutions docs for EBS, JDE, PSFT, & Siebel) to follow the instructions in the TF upgrade guide if they choose to upgrade to TF v0.12?