Skip to content

Commit c513437

Browse files
docs: update readme phrasing
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 43b42b3 commit c513437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ variable "fpjs_integration_path" {
3333
variable "fpjs_agent_path" {
3434
type = string
3535
# Default provided to minimize setup for APIv4, which no longer uses this path.
36-
# Kept required-less (rather than removed) for APIv3 backwards compatibility.
36+
# Kept optional (rather than removed) for APIv3 backward compatibility.
3737
default = "deprecated-agent"
3838
validation {
3939
condition = can(regex("(^$|^[a-zA-Z0-9-]+$)", var.fpjs_agent_path))

0 commit comments

Comments
 (0)