foggykitchen.com
0 of 2 available lessons

OCI Serverless Functions with Terraform (2024 Edition)

MODULE 01: OCI FUNCTIONS WITH TERRAFORM

Creating Hello World Function

0:00 / 15:001x
Download Resources

This lesson guides you through creating a "Hello World" function named fkfn. The Terraform code in this lesson utilizes the terraform-oci-fk-module, which includes an embedded function example. This module sets up the necessary networking components, including a VCN, public subnet, internet gateway, security list, and route table. The function will be deployed under the OCI Application, which will be connected to the network.

What you'll learn in this lesson

  • How to create a baseline Azure Virtual Network with Terraform/OpenTofu.
  • How CIDR ranges, subnet boundaries, and security defaults shape the platform contract.
  • How to validate the first networking building block before adding workloads.