- 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
}
|
||
|---|---|---|
| .. | ||
| client.go | ||
| client_test.go | ||
| device_resource.go | ||
| device_resource_test.go | ||
| organization_resource.go | ||
| organization_resource_test.go | ||
| provider.go | ||
| provider_test.go | ||
| site_resource.go | ||
| site_resource_test.go | ||