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
The provider currently does not do any validation that the provided value of web_link is a valid UI, however, the API itself currently accepts just about anything and attempts to sanitize/normalize it to create a link. Usually, terraform providers follow API restrictions, which don't appear to be enforced for this field.
Terraform Version
n/a
Affected Resource(s)
Please list the resources as a list, for example:
jupiterone_framework
jupiterone_frameworkitem
jupiterone_libraryitem
Terraform Configuration Files
+resource"jupiterone_libraryitem""linktest" {
+id=(known after apply)
+name="link test"+ref="lt-2"+web_link="ftp%3a//example.com"
}
This causes a UI error in the J1 UI when trying to click on the external link button.
The text was updated successfully, but these errors were encountered:
The provider currently does not do any validation that the provided value of
web_link
is a valid UI, however, the API itself currently accepts just about anything and attempts to sanitize/normalize it to create a link. Usually, terraform providers follow API restrictions, which don't appear to be enforced for this field.Terraform Version
n/a
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
This causes a UI error in the J1 UI when trying to click on the external link button.
The text was updated successfully, but these errors were encountered: