Documentation Index

Fetch the complete documentation index at: https://docs.zesty.co/llms.txt

Use this file to discover all available pages before exploring further.

Onboard base read-only access with Terraform

Prev Next

Use this configuration to connect a management or standalone account without enabling Commitment Manager or Kompass:

module "zesty_account" {

  source  = "zesty-co/zesty-account/aws"

  version = "~> 0.1.1"

  account_type = "management"

}

The module creates the Zesty IAM role and policy, creates or references a CUR, and registers the account.

It does not enable Commitment Manager or Kompass and does not create Athena or Glue resources.

For base read-only access to a linked account, use:

account_type = "linked"

The linked-account configuration does not create CUR, Athena, or Glue resources.

© 2026 Zesty. All Rights Reserved

info@zesty.co