Sazabi
Terraform provider

sazabi_project

Terraform resource for a Sazabi project.

Manages a Sazabi project. Renaming updates the project in place; the organization and region are immutable and changing either forces replacement.

Example

resource "sazabi_project" "example" {
  name   = "checkout-service"
  region = "us-west-2"
}

Arguments

AttributeTypeBehaviorDescription
namestringRequiredProject name (1-100 characters).
organization_idstringOptional, ComputedOwning organization. Defaults to the provider's organization. Immutable.
regionstringOptional, ComputedProject region. Immutable. Must be a supported region.
idstringComputedProject ID.

Import

terraform import sazabi_project.example prj_...