terraform-provider-towerops/internal/provider
Graham McIntire 80e800baf4
feat: add device_role and device_role_source fields to device resource
- Add device_role field to Device struct in client
- Add device_role and device_role_source to DeviceResourceModel
- Add schema attributes for device_role (optional/computed) and device_role_source (computed)
- Handle device_role in Create, Read, and Update operations
- Valid device_role values: server, switch, router, access_point, backhaul, other
- device_role_source automatically set to 'manual' by API when device_role is provided
2026-03-22 11:06:14 -05:00
..
agent_resource.go add agent, integration, and maintenance window resources 2026-03-11 14:33:52 -05:00
check_resource.go add towerops_check resource for service check management 2026-03-16 18:33:56 -05:00
check_resource_test.go add towerops_check resource for service check management 2026-03-16 18:33:56 -05:00
client.go feat: add device_role and device_role_source fields to device resource 2026-03-22 11:06:14 -05:00
client_test.go feat: allow setting organization name via Terraform 2026-03-10 13:32:56 -05:00
device_resource.go feat: add device_role and device_role_source fields to device resource 2026-03-22 11:06:14 -05:00
device_resource_test.go feat: allow setting organization name via Terraform 2026-03-10 13:32:56 -05:00
escalation_policy_resource.go feat: add schedule and escalation policy resources 2026-03-11 14:01:37 -05:00
integration_resource.go rename integration provider to provider_type 2026-03-13 17:41:06 -05:00
maintenance_window_resource.go add agent, integration, and maintenance window resources 2026-03-11 14:33:52 -05:00
organization_resource.go feat: add SNMP community string support to organization resource 2026-03-10 13:59:54 -05:00
organization_resource_test.go feat: allow setting organization name via Terraform 2026-03-10 13:32:56 -05:00
provider.go add towerops_check resource for service check management 2026-03-16 18:33:56 -05:00
provider_test.go allow creating entities when they dont exist 2026-01-29 13:25:00 -06:00
schedule_resource.go feat: add schedule and escalation policy resources 2026-03-11 14:01:37 -05:00
site_resource.go fix site lat/lng inconsistent result after apply 2026-03-18 09:33:22 -05:00
site_resource_test.go allow creating entities when they dont exist 2026-01-29 13:25:00 -06:00