terraform-provider-jamfpro
terraform-provider-jamfpro copied to clipboard
Configuration Profiles in state prior to 0.0.55 no longer function
With the new way that Configuration Profiles are functioning in 0.0.55
, profiles that were previously created throw warnings when running a new plan.
Previously the attribute payload
was used within the jamfpro_macos_configuration_profile
and now the attribute payloads
is required. Can these warnings be ignored?
│ Warning: Failed to decode resource from state
│
│ Error decoding "jamfpro_macos_configuration_profile.globalprotect[\"Network
│ Extension\"]" from prior state: unsupported attribute "payload"
╵
╷
│ Warning: Failed to decode resource from state
│
│ Error decoding "jamfpro_macos_configuration_profile.globalprotect[\"System
│ Extensions\"]" from prior state: unsupported attribute "payload"