Deepak Devadathan
Deepak Devadathan
i deployed the complete stack of mushop using https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oci-cloudnative/releases/latest/download/mushop-stack-latest.zip Few things i noticed, once i apply the stack successfully, if i run plan operation i get errors like `Error: Get...
Added the sample function code for dotnet platform - hello-world - list compute instances
### Description Added Oracle Cloud Infrastructure(OCI) Vault service as a backend. The plugin is configured with vault id and comparment id. So the deployment manifest doesnt have to store the...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
if we specify something like below ``` module "oke_blue" { source = "oracle-terraform-modules/oke/oci" version = "5.2.3" compartment_id = ocid.. .... worker_pool_mode = "virtual-node-pool" .. ``` fails with error like below...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Added the reference documentation for oci loadbalancer annotations This PR is for adding documentation reference for the supported oci loadbalancer annotations
This is the scenario i use oci vcn module to create a network and oke module to create oke but will pass the vcn id created from vcn module. In...