Commit graph

3 commits

Author SHA1 Message Date
70c7a5cfbb
feat: allow setting organization name via Terraform
- Make 'name' field optional and computed in organization resource
- Include name in Create and Update operations when provided
- Name can only be changed by organization owners (enforced by API)
- Matches API capability to update organization name
- Backwards compatible: name remains optional

Example usage:
  resource "towerops_organization" "main" {
    name      = "My Organization"
    use_sites = true
  }
2026-03-10 13:32:56 -05:00
3eef94f685
allow base url change 2026-01-26 14:00:20 -06:00
8fed566e22
init 2026-01-26 11:02:26 -06:00