You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an scm_snippet terraform apply fails with the following error
│ Error: Value Conversion Error
│
│ with scm_snippet.example,
│ on scm.tf line 1, in resource "scm_snippet" "example":
│ 1: resource "scm_snippet" "example" {
│
│ An unexpected error was encountered trying to build a value. This is always an error in the provider. Please report the following to the provider developer:
│
│ Received unknown value, however the target type cannot handle unknown values. Use the corresponding `types` package type or a custom type that handles unknown values.
│
│ Path: folders
│ Target Type: []provider.snippetRsModel_ujXZojh_FolderObject
│ Suggested Type: basetypes.ListValue
Expected behavior
Snippet should be created
Current behavior
Operation fails
Steps to reproduce
Define a provider (tried api.strata.paloaltonetworks.com and api.sase.paloaltonetworks.com) and resource and apply configuration
Describe the bug
When creating an scm_snippet
terraform apply
fails with the following errorExpected behavior
Snippet should be created
Current behavior
Operation fails
Steps to reproduce
Define a provider (tried api.strata.paloaltonetworks.com and api.sase.paloaltonetworks.com) and resource and apply configuration
Your Environment
Terraform v1.6.6
MacOS 13.6.3 (darwin_arm64)
Provider registry.terraform.io/paloaltonetworks/scm v0.1.1
The text was updated successfully, but these errors were encountered: