📚 A repository to learn Pulumi, a modern Infrastructure-as-Code (IaC) tool, using OCI (Oracle Cloud Infrastructure) as the cloud provider and C# (.NET) as the programming language.
This repository demonstrates how to use Pulumi with OCI and .NET for building and managing cloud infrastructure. It includes examples for provisioning resources, configuring OCI services, and leveraging Pulumi’s features for infrastructure management and automation.
git clone https://github.com/GuilhermeStracini/hello-world-pulumi-oci-dotnet.git
cd hello-world-pulumi-oci-dotnet
dotnet restore
pulumi login
pulumi config set oci:region <your-oci-region>
pulumi preview
pulumi up
pulumi destroy
Explore additional resources to deepen your understanding of Pulumi and OCI:
Contributions are welcome!
Feel free to fork this repository, open issues, or submit pull requests to enhance examples or add new ones.
This project is licensed under the MIT License.