Skip to content

Conversation

Subhajit97
Copy link
Collaborator

@Subhajit97 Subhajit97 commented Mar 18, 2025

Rollout Terraform Configuration

resource "turbot_rollout" "foo" {

  title       = "Test Rollout Created Through Terraform"
  description = "This is a test rollout created through terraform."

  guardrails = ["356127854694770"]
  accounts   = ["350804102494366"]
  recipients = ["Account/*", "Turbot/Owner", "Turbot/Admin"]
  akas       = ["terraform_test_rollout"]
  status     = "ACTIVE"

  preview {
    start_at       = "2025-12-29T00:00:00Z"
    start_early_if = "no_alerts"
    start_notice   = "enabled"
  }

  check {
    start_at       = "2025-11-30T00:00:00Z"
    warn_at        = ["2025-10-23T00:00:00Z", "2025-10-29T00:00:00Z"]
    start_early_if = "no_alerts"
    start_notice   = "enabled"
  }

  draft {
    start_at = "2025-08-30T00:00:00Z"
  }
}

Create

image

Update

image

Update Phase Attribute

image

Delete

image

@Subhajit97 Subhajit97 self-assigned this Mar 18, 2025
@Subhajit97 Subhajit97 linked an issue Apr 3, 2025 that may be closed by this pull request
@Subhajit97 Subhajit97 changed the title Add resource turbot_campaign. Closes #195 Add resource turbot_rollout. Closes #195 Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add resource rollout

1 participant