-
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
Add oci_certificates_certificate_bundle and oci_certificates_certificate_authority_bundle data sources #1796
Conversation
737e10a
to
53f13b2
Compare
53f13b2
to
9a0b2a5
Compare
9a0b2a5
to
ba26d74
Compare
ba26d74
to
6dd277e
Compare
6dd277e
to
55b6910
Compare
…ate_authority_bundle data sources
55b6910
to
0e3c704
Compare
… hostname support
…st Connectivity for Connections associated with Deployments
Releasing version 5.6.0
…ntialRotationStatus terraform implementation tests and examples
…ate_authority_bundle data sources
…certificates-data-sources
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. |
@F21 There are so many changes in this PR. Please rebase and recreate the PR. |
Superseded by #1951 |
This PR implements the
oci_certificates_certificate_bundle
andoci_certificates_certificate_authority_bundle
data sourcse.It uses the
GetCertificateBundle
andGetCertificateAuthorityBundle
methods that are part of the Certificates Service Retrieval API.As part of this change, I had to update
github.com/hashicorp/terraform-json
as it was causing tests to fail due to terraform state version incompatibilities. Thevendor
folder was also updated with these dependencies.Relates to #1792
Test results for
oci_certificates_certificate_bundle
:Test results for
oci_certificates_certificate_authority_bundle
: