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.