-
Notifications
You must be signed in to change notification settings - Fork 686
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
Fixed target_resource_details of oci_bastion_session having unexpected diff after creation #1705
base: master
Are you sure you want to change the base?
Conversation
…d diff after creation Signed-off-by: Kazuki Oishi <[email protected]>
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
Sorry, my agreements is under review. |
@jotruon Could you review this PR and merge it if there is no problem? |
sure, I forward your PR to service team to review and test |
@ravinitp Could you review this PR? |
Thank you for your valuable contribution. We greatly appreciate your efforts in submitting this pull request. However, I regret to inform you that we are unable to merge it directly on GitHub at this time. Our internal policy requires that all pull requests undergo thorough local testing and review before they can be merged into the main codebase. This process ensures the quality and stability of Terraform-Provider-OCI. We understand that this may cause some inconvenience, but please rest assured that your contribution is highly valued. Our team will carefully review and test your changes locally to ensure they meet our standards. We appreciate your understanding and patience in this matter. If you have any questions or need further assistance, please don't hesitate to reach out. Thank you once again for your contribution. |
This PR will fix issue, target_resource_details of oci_bastion_session having unexpected diff after creation.
The fix
The polymorphic type of
oci_bastion.TargetResourceDetails
which was specified in type assertions was wrong so I fixed to the correct one.Step to reproduce this issue
The following terraform resources will cause this issue.
After creating this resources, oci_bastion_session will always run into
forces replacement
because of the unexpected diff oftarget_resource_details
.The output of terraform plan is following.