github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/website/data/language-nav-data.json (about) 1 [ 2 { "heading": "Terraform Language" }, 3 { "title": "Overview", "path": "" }, 4 { 5 "title": "Attributes as Blocks - Configuration Language", 6 "path": "attr-as-blocks", 7 "hidden": true 8 }, 9 { 10 "title": "Files and Directories", 11 "routes": [ 12 { "title": "Overview", "path": "files" }, 13 { "title": "Override Files", "path": "files/override" }, 14 { 15 "title": "Dependency Lock File", 16 "path": "files/dependency-lock" 17 } 18 ] 19 }, 20 { 21 "title": "Syntax", 22 "routes": [ 23 { "title": "Overview", "path": "syntax" }, 24 { 25 "title": "Configuration Syntax", 26 "path": "syntax/configuration" 27 }, 28 { 29 "title": "JSON Configuration Syntax", 30 "path": "syntax/json" 31 }, 32 { "title": "Style Conventions", "path": "syntax/style" } 33 ] 34 }, 35 { 36 "title": "Resources", 37 "routes": [ 38 { "title": "Overview", "path": "resources" }, 39 { "title": "Resource Blocks", "path": "resources/syntax" }, 40 { 41 "title": "Resource Behavior", 42 "path": "resources/behavior" 43 }, 44 { 45 "title": "Meta-Arguments", 46 "routes": [ 47 { 48 "title": "<code>depends_on</code>", 49 "href": "/language/meta-arguments/depends_on" 50 }, 51 { 52 "title": "<code>count</code>", 53 "href": "/language/meta-arguments/count" 54 }, 55 { 56 "title": "<code>for_each</code>", 57 "href": "/language/meta-arguments/for_each" 58 }, 59 { 60 "title": "<code>provider</code>", 61 "href": "/language/meta-arguments/resource-provider" 62 }, 63 { 64 "title": "<code>lifecycle</code>", 65 "href": "/language/meta-arguments/lifecycle" 66 } 67 ] 68 }, 69 { 70 "title": "Provisioners", 71 "routes": [ 72 { 73 "title": "Declaring Provisioners", 74 "path": "resources/provisioners/syntax" 75 }, 76 { 77 "title": "Provisioner Connections", 78 "path": "resources/provisioners/connection" 79 }, 80 { 81 "title": "Provisioners Without a Resource", 82 "path": "resources/provisioners/null_resource" 83 }, 84 { 85 "title": "file", 86 "path": "resources/provisioners/file" 87 }, 88 { 89 "title": "local-exec", 90 "path": "resources/provisioners/local-exec" 91 }, 92 { 93 "title": "remote-exec", 94 "path": "resources/provisioners/remote-exec" 95 } 96 ] 97 } 98 ] 99 }, 100 { "title": "Data Sources", "path": "data-sources" }, 101 { 102 "title": "Meta-Arguments", 103 "hidden": true, 104 "routes": [ 105 { 106 "title": "<code>count</code>", 107 "path": "meta-arguments/count" 108 }, 109 { 110 "title": "<code>depends_on</code>", 111 "path": "meta-arguments/depends_on" 112 }, 113 { 114 "title": "<code>for_each</code>", 115 "path": "meta-arguments/for_each" 116 }, 117 { 118 "title": "<code>lifecycle</code>", 119 "path": "meta-arguments/lifecycle" 120 }, 121 { 122 "title": "<code>providers</code>", 123 "path": "meta-arguments/module-providers" 124 }, 125 { 126 "title": "<code>provider</code>", 127 "path": "meta-arguments/resource-provider" 128 } 129 ] 130 }, 131 132 { 133 "title": "Providers", 134 "routes": [ 135 { "title": "Overview", "path": "providers" }, 136 { 137 "title": "Provider Configuration", 138 "path": "providers/configuration" 139 }, 140 { 141 "title": "Provider Requirements", 142 "path": "providers/requirements" 143 }, 144 { 145 "title": "Dependency Lock File", 146 "href": "/language/files/dependency-lock" 147 } 148 ] 149 }, 150 { 151 "title": "Variables and Outputs", 152 "routes": [ 153 { "title": "Overview", "path": "values" }, 154 { "title": "Input Variables", "path": "values/variables" }, 155 { "title": "Output Values", "path": "values/outputs" }, 156 { "title": "Local Values", "path": "values/locals" } 157 ] 158 }, 159 { 160 "title": "Modules", 161 "routes": [ 162 { "title": "Overview", "path": "modules" }, 163 164 { "title": "Module Blocks", "path": "modules/syntax" }, 165 { "title": "Module Sources", "path": "modules/sources" }, 166 { 167 "title": "Meta-Arguments", 168 "routes": [ 169 { 170 "title": "<code>providers</code>", 171 "href": "/language/meta-arguments/module-providers" 172 }, 173 { 174 "title": "<code>depends_on</code>", 175 "href": "/language/meta-arguments/depends_on" 176 }, 177 { 178 "title": "<code>count</code>", 179 "href": "/language/meta-arguments/count" 180 }, 181 { 182 "title": "<code>for_each</code>", 183 "href": "/language/meta-arguments/for_each" 184 } 185 ] 186 }, 187 { 188 "title": "Module Development", 189 "routes": [ 190 { "title": "Overview", "path": "modules/develop" }, 191 { 192 "title": "Standard Module Structure", 193 "path": "modules/develop/structure" 194 }, 195 { 196 "title": "Providers Within Modules", 197 "path": "modules/develop/providers" 198 }, 199 { 200 "title": "Best Practices: Module Composition", 201 "path": "modules/develop/composition" 202 }, 203 { 204 "title": "Publishing Modules", 205 "path": "modules/develop/publish" 206 }, 207 { 208 "title": "Refactoring Modules", 209 "path": "modules/develop/refactoring" 210 } 211 ] 212 }, 213 { 214 "title": "Module Testing Experiment", 215 "path": "modules/testing-experiment", 216 "hidden": true 217 } 218 ] 219 }, 220 { 221 "title": "Expressions", 222 "routes": [ 223 { "title": "Overview", "path": "expressions" }, 224 { "title": "Types and Values", "path": "expressions/types" }, 225 { 226 "title": "Strings and Templates", 227 "path": "expressions/strings" 228 }, 229 { 230 "title": "References to Values", 231 "path": "expressions/references" 232 }, 233 { "title": "Operators", "path": "expressions/operators" }, 234 { 235 "title": "Function Calls", 236 "path": "expressions/function-calls" 237 }, 238 { 239 "title": "Conditional Expressions", 240 "path": "expressions/conditionals" 241 }, 242 { "title": "For Expressions", "path": "expressions/for" }, 243 { 244 "title": "Splat Expressions", 245 "path": "expressions/splat" 246 }, 247 248 { 249 "title": "Dynamic Blocks", 250 "path": "expressions/dynamic-blocks" 251 }, 252 { 253 "title": "Custom Condition Checks", 254 "path": "expressions/custom-conditions" 255 }, 256 { 257 "title": "Type Constraints", 258 "path": "expressions/type-constraints" 259 }, 260 { 261 "title": "Version Constraints", 262 "path": "expressions/version-constraints" 263 } 264 ] 265 }, 266 { 267 "title": "Functions", 268 "routes": [ 269 { "title": "Overview", "path": "functions" }, 270 { 271 "title": "Numeric Functions", 272 "routes": [ 273 { "title": "<code>abs</code>", "href": "/language/functions/abs" }, 274 { "title": "<code>ceil</code>", "href": "/language/functions/ceil" }, 275 { 276 "title": "<code>floor</code>", 277 "href": "/language/functions/floor" 278 }, 279 { "title": "<code>log</code>", "href": "/language/functions/log" }, 280 { "title": "<code>max</code>", "href": "/language/functions/max" }, 281 { "title": "<code>min</code>", "href": "/language/functions/min" }, 282 { 283 "title": "<code>parseint</code>", 284 "href": "/language/functions/parseint" 285 }, 286 { "title": "<code>pow</code>", "href": "/language/functions/pow" }, 287 { 288 "title": "<code>signum</code>", 289 "href": "/language/functions/signum" 290 } 291 ] 292 }, 293 { 294 "title": "String Functions", 295 "routes": [ 296 { 297 "title": "<code>chomp</code>", 298 "href": "/language/functions/chomp" 299 }, 300 { 301 "title": "<code>endswith</code>", 302 "href": "/language/functions/endswith" 303 }, 304 { 305 "title": "<code>format</code>", 306 "href": "/language/functions/format" 307 }, 308 { 309 "title": "<code>formatlist</code>", 310 "href": "/language/functions/formatlist" 311 }, 312 { 313 "title": "<code>indent</code>", 314 "href": "/language/functions/indent" 315 }, 316 { "title": "<code>join</code>", "href": "/language/functions/join" }, 317 { 318 "title": "<code>lower</code>", 319 "href": "/language/functions/lower" 320 }, 321 { 322 "title": "<code>regex</code>", 323 "href": "/language/functions/regex" 324 }, 325 { 326 "title": "<code>regexall</code>", 327 "href": "/language/functions/regexall" 328 }, 329 { 330 "title": "<code>replace</code>", 331 "href": "/language/functions/replace" 332 }, 333 { 334 "title": "<code>split</code>", 335 "href": "/language/functions/split" 336 }, 337 { 338 "title": "<code>startswith</code>", 339 "href": "/language/functions/startswith" 340 }, 341 { 342 "title": "<code>strrev</code>", 343 "href": "/language/functions/strrev" 344 }, 345 { 346 "title": "<code>substr</code>", 347 "href": "/language/functions/substr" 348 }, 349 { 350 "title": "<code>title</code>", 351 "href": "/language/functions/title" 352 }, 353 { "title": "<code>trim</code>", "href": "/language/functions/trim" }, 354 { 355 "title": "<code>trimprefix</code>", 356 "href": "/language/functions/trimprefix" 357 }, 358 { 359 "title": "<code>trimsuffix</code>", 360 "href": "/language/functions/trimsuffix" 361 }, 362 { 363 "title": "<code>trimspace</code>", 364 "href": "/language/functions/trimspace" 365 }, 366 { "title": "<code>upper</code>", "href": "/language/functions/upper" } 367 ] 368 }, 369 { 370 "title": "Collection Functions", 371 "routes": [ 372 { 373 "title": "<code>alltrue</code>", 374 "href": "/language/functions/alltrue" 375 }, 376 { 377 "title": "<code>anytrue</code>", 378 "href": "/language/functions/anytrue" 379 }, 380 { 381 "title": "<code>chunklist</code>", 382 "href": "/language/functions/chunklist" 383 }, 384 { 385 "title": "<code>coalesce</code>", 386 "href": "/language/functions/coalesce" 387 }, 388 { 389 "title": "<code>coalescelist</code>", 390 "href": "/language/functions/coalescelist" 391 }, 392 { 393 "title": "<code>compact</code>", 394 "href": "/language/functions/compact" 395 }, 396 { 397 "title": "<code>concat</code>", 398 "href": "/language/functions/concat" 399 }, 400 { 401 "title": "<code>contains</code>", 402 "href": "/language/functions/contains" 403 }, 404 { 405 "title": "<code>distinct</code>", 406 "href": "/language/functions/distinct" 407 }, 408 { 409 "title": "<code>element</code>", 410 "href": "/language/functions/element" 411 }, 412 { 413 "title": "<code>flatten</code>", 414 "href": "/language/functions/flatten" 415 }, 416 { 417 "title": "<code>index</code>", 418 "href": "/language/functions/index_function" 419 }, 420 { "title": "<code>keys</code>", "href": "/language/functions/keys" }, 421 { 422 "title": "<code>length</code>", 423 "href": "/language/functions/length" 424 }, 425 { "title": "<code>list</code>", "href": "/language/functions/list" }, 426 { 427 "title": "<code>lookup</code>", 428 "href": "/language/functions/lookup" 429 }, 430 { "title": "<code>map</code>", "href": "/language/functions/map" }, 431 { 432 "title": "<code>matchkeys</code>", 433 "href": "/language/functions/matchkeys" 434 }, 435 { 436 "title": "<code>merge</code>", 437 "href": "/language/functions/merge" 438 }, 439 { "title": "<code>one</code>", "href": "/language/functions/one" }, 440 { 441 "title": "<code>range</code>", 442 "href": "/language/functions/range" 443 }, 444 { 445 "title": "<code>reverse</code>", 446 "href": "/language/functions/reverse" 447 }, 448 { 449 "title": "<code>setintersection</code>", 450 "href": "/language/functions/setintersection" 451 }, 452 { 453 "title": "<code>setproduct</code>", 454 "href": "/language/functions/setproduct" 455 }, 456 { 457 "title": "<code>setsubtract</code>", 458 "href": "/language/functions/setsubtract" 459 }, 460 { 461 "title": "<code>setunion</code>", 462 "href": "/language/functions/setunion" 463 }, 464 { 465 "title": "<code>slice</code>", 466 "href": "/language/functions/slice" 467 }, 468 { "title": "<code>sort</code>", "href": "/language/functions/sort" }, 469 { "title": "<code>sum</code>", "href": "/language/functions/sum" }, 470 { 471 "title": "<code>transpose</code>", 472 "href": "/language/functions/transpose" 473 }, 474 { 475 "title": "<code>values</code>", 476 "href": "/language/functions/values" 477 }, 478 { 479 "title": "<code>zipmap</code>", 480 "href": "/language/functions/zipmap" 481 } 482 ] 483 }, 484 { 485 "title": "Encoding Functions", 486 "routes": [ 487 { 488 "title": "<code>base64decode</code>", 489 "href": "/language/functions/base64decode" 490 }, 491 { 492 "title": "<code>base64encode</code>", 493 "href": "/language/functions/base64encode" 494 }, 495 { 496 "title": "<code>base64gzip</code>", 497 "href": "/language/functions/base64gzip" 498 }, 499 { 500 "title": "<code>csvdecode</code>", 501 "href": "/language/functions/csvdecode" 502 }, 503 { 504 "title": "<code>jsondecode</code>", 505 "href": "/language/functions/jsondecode" 506 }, 507 { 508 "title": "<code>jsonencode</code>", 509 "href": "/language/functions/jsonencode" 510 }, 511 { 512 "title": "<code>textdecodebase64</code>", 513 "href": "/language/functions/textdecodebase64" 514 }, 515 { 516 "title": "<code>textencodebase64</code>", 517 "href": "/language/functions/textencodebase64" 518 }, 519 { 520 "title": "<code>urlencode</code>", 521 "href": "/language/functions/urlencode" 522 }, 523 { 524 "title": "<code>yamldecode</code>", 525 "href": "/language/functions/yamldecode" 526 }, 527 { 528 "title": "<code>yamlencode</code>", 529 "href": "/language/functions/yamlencode" 530 } 531 ] 532 }, 533 { 534 "title": "Filesystem Functions", 535 "routes": [ 536 { 537 "title": "<code>abspath</code>", 538 "href": "/language/functions/abspath" 539 }, 540 { 541 "title": "<code>dirname</code>", 542 "href": "/language/functions/dirname" 543 }, 544 { 545 "title": "<code>pathexpand</code>", 546 "href": "/language/functions/pathexpand" 547 }, 548 { 549 "title": "<code>basename</code>", 550 "href": "/language/functions/basename" 551 }, 552 { "title": "<code>file</code>", "href": "/language/functions/file" }, 553 { 554 "title": "<code>fileexists</code>", 555 "href": "/language/functions/fileexists" 556 }, 557 { 558 "title": "<code>fileset</code>", 559 "href": "/language/functions/fileset" 560 }, 561 { 562 "title": "<code>filebase64</code>", 563 "href": "/language/functions/filebase64" 564 }, 565 { 566 "title": "<code>templatefile</code>", 567 "href": "/language/functions/templatefile" 568 } 569 ] 570 }, 571 { 572 "title": "Date and Time Functions", 573 "routes": [ 574 { 575 "title": "<code>formatdate</code>", 576 "href": "/language/functions/formatdate" 577 }, 578 { 579 "title": "<code>timeadd</code>", 580 "href": "/language/functions/timeadd" 581 }, 582 { 583 "title": "<code>timecmp</code>", 584 "href": "/language/functions/timecmp" 585 }, 586 { 587 "title": "<code>timestamp</code>", 588 "href": "/language/functions/timestamp" 589 } 590 ] 591 }, 592 { 593 "title": "Hash and Crypto Functions", 594 "routes": [ 595 { 596 "title": "<code>base64sha256</code>", 597 "href": "/language/functions/base64sha256" 598 }, 599 { 600 "title": "<code>base64sha512</code>", 601 "href": "/language/functions/base64sha512" 602 }, 603 { 604 "title": "<code>bcrypt</code>", 605 "href": "/language/functions/bcrypt" 606 }, 607 { 608 "title": "<code>filebase64sha256</code>", 609 "href": "/language/functions/filebase64sha256" 610 }, 611 { 612 "title": "<code>filebase64sha512</code>", 613 "href": "/language/functions/filebase64sha512" 614 }, 615 { 616 "title": "<code>filemd5</code>", 617 "href": "/language/functions/filemd5" 618 }, 619 { 620 "title": "<code>filesha1</code>", 621 "href": "/language/functions/filesha1" 622 }, 623 { 624 "title": "<code>filesha256</code>", 625 "href": "/language/functions/filesha256" 626 }, 627 { 628 "title": "<code>filesha512</code>", 629 "href": "/language/functions/filesha512" 630 }, 631 { "title": "<code>md5</code>", "href": "/language/functions/md5" }, 632 { 633 "title": "<code>rsadecrypt</code>", 634 "href": "/language/functions/rsadecrypt" 635 }, 636 { "title": "<code>sha1</code>", "href": "/language/functions/sha1" }, 637 { 638 "title": "<code>sha256</code>", 639 "href": "/language/functions/sha256" 640 }, 641 { 642 "title": "<code>sha512</code>", 643 "href": "/language/functions/sha512" 644 }, 645 { "title": "<code>uuid</code>", "href": "/language/functions/uuid" }, 646 { 647 "title": "<code>uuidv5</code>", 648 "href": "/language/functions/uuidv5" 649 } 650 ] 651 }, 652 { 653 "title": "IP Network Functions", 654 "routes": [ 655 { 656 "title": "<code>cidrhost</code>", 657 "href": "/language/functions/cidrhost" 658 }, 659 { 660 "title": "<code>cidrnetmask</code>", 661 "href": "/language/functions/cidrnetmask" 662 }, 663 { 664 "title": "<code>cidrsubnet</code>", 665 "href": "/language/functions/cidrsubnet" 666 }, 667 { 668 "title": "<code>cidrsubnets</code>", 669 "href": "/language/functions/cidrsubnets" 670 } 671 ] 672 }, 673 { 674 "title": "Type Conversion Functions", 675 "routes": [ 676 { "title": "<code>can</code>", "href": "/language/functions/can" }, 677 { 678 "title": "<code>nonsensitive</code>", 679 "href": "/language/functions/nonsensitive" 680 }, 681 { 682 "title": "<code>sensitive</code>", 683 "href": "/language/functions/sensitive" 684 }, 685 { 686 "title": "<code>tobool</code>", 687 "href": "/language/functions/tobool" 688 }, 689 { 690 "title": "<code>tolist</code>", 691 "href": "/language/functions/tolist" 692 }, 693 { 694 "title": "<code>tomap</code>", 695 "href": "/language/functions/tomap" 696 }, 697 { 698 "title": "<code>tonumber</code>", 699 "href": "/language/functions/tonumber" 700 }, 701 { 702 "title": "<code>toset</code>", 703 "href": "/language/functions/toset" 704 }, 705 { 706 "title": "<code>tostring</code>", 707 "href": "/language/functions/tostring" 708 }, 709 { "title": "<code>try</code>", "href": "/language/functions/try" }, 710 { "title": "<code>type</code>", "href": "/language/functions/type" } 711 ] 712 }, 713 { "title": "abs", "path": "functions/abs", "hidden": true }, 714 { "title": "abspath", "path": "functions/abspath", "hidden": true }, 715 { "title": "alltrue", "path": "functions/alltrue", "hidden": true }, 716 { "title": "anytrue", "path": "functions/anytrue", "hidden": true }, 717 { 718 "title": "base64decode", 719 "path": "functions/base64decode", 720 "hidden": true 721 }, 722 { 723 "title": "base64encode", 724 "path": "functions/base64encode", 725 "hidden": true 726 }, 727 { "title": "base64gzip", "path": "functions/base64gzip", "hidden": true }, 728 { 729 "title": "base64sha256", 730 "path": "functions/base64sha256", 731 "hidden": true 732 }, 733 { 734 "title": "base64sha512", 735 "path": "functions/base64sha512", 736 "hidden": true 737 }, 738 { "title": "basename", "path": "functions/basename", "hidden": true }, 739 { "title": "bcrypt", "path": "functions/bcrypt", "hidden": true }, 740 { "title": "can", "path": "functions/can", "hidden": true }, 741 { "title": "ceil", "path": "functions/ceil", "hidden": true }, 742 { "title": "chomp", "path": "functions/chomp", "hidden": true }, 743 { "title": "chunklist", "path": "functions/chunklist", "hidden": true }, 744 { "title": "cidrhost", "path": "functions/cidrhost", "hidden": true }, 745 { 746 "title": "cidrnetmask", 747 "path": "functions/cidrnetmask", 748 "hidden": true 749 }, 750 { "title": "cidrsubnet", "path": "functions/cidrsubnet", "hidden": true }, 751 { 752 "title": "cidrsubnets", 753 "path": "functions/cidrsubnets", 754 "hidden": true 755 }, 756 { "title": "coalesce", "path": "functions/coalesce", "hidden": true }, 757 { 758 "title": "coalescelist", 759 "path": "functions/coalescelist", 760 "hidden": true 761 }, 762 { "title": "compact", "path": "functions/compact", "hidden": true }, 763 { "title": "concat", "path": "functions/concat", "hidden": true }, 764 { "title": "contains", "path": "functions/contains", "hidden": true }, 765 { "title": "csvdecode", "path": "functions/csvdecode", "hidden": true }, 766 { "title": "dirname", "path": "functions/dirname", "hidden": true }, 767 { "title": "distinct", "path": "functions/distinct", "hidden": true }, 768 { "title": "element", "path": "functions/element", "hidden": true }, 769 { "title": "endswith", "path": "functions/endswith", "hidden": true }, 770 { "title": "file", "path": "functions/file", "hidden": true }, 771 { "title": "filebase64", "path": "functions/filebase64", "hidden": true }, 772 { 773 "title": "filebase64sha256", 774 "path": "functions/filebase64sha256", 775 "hidden": true 776 }, 777 { 778 "title": "filebase64sha512", 779 "path": "functions/filebase64sha512", 780 "hidden": true 781 }, 782 { "title": "fileexists", "path": "functions/fileexists", "hidden": true }, 783 { "title": "filemd5", "path": "functions/filemd5", "hidden": true }, 784 { "title": "fileset", "path": "functions/fileset", "hidden": true }, 785 { "title": "filesha1", "path": "functions/filesha1", "hidden": true }, 786 { "title": "filesha256", "path": "functions/filesha256", "hidden": true }, 787 { "title": "filesha512", "path": "functions/filesha512", "hidden": true }, 788 { "title": "flatten", "path": "functions/flatten", "hidden": true }, 789 { "title": "floor", "path": "functions/floor", "hidden": true }, 790 { "title": "format", "path": "functions/format", "hidden": true }, 791 { "title": "formatdate", "path": "functions/formatdate", "hidden": true }, 792 { "title": "formatlist", "path": "functions/formatlist", "hidden": true }, 793 { "title": "indent", "path": "functions/indent", "hidden": true }, 794 { "title": "index", "path": "functions/index_function", "hidden": true }, 795 { "title": "join", "path": "functions/join", "hidden": true }, 796 { "title": "jsondecode", "path": "functions/jsondecode", "hidden": true }, 797 { "title": "jsonencode", "path": "functions/jsonencode", "hidden": true }, 798 { "title": "keys", "path": "functions/keys", "hidden": true }, 799 { "title": "length", "path": "functions/length", "hidden": true }, 800 { "title": "list", "path": "functions/list", "hidden": true }, 801 { "title": "log", "path": "functions/log", "hidden": true }, 802 { "title": "lookup", "path": "functions/lookup", "hidden": true }, 803 { "title": "lower", "path": "functions/lower", "hidden": true }, 804 { "title": "map", "path": "functions/map", "hidden": true }, 805 { "title": "matchkeys", "path": "functions/matchkeys", "hidden": true }, 806 { "title": "max", "path": "functions/max", "hidden": true }, 807 { "title": "md5", "path": "functions/md5", "hidden": true }, 808 { "title": "merge", "path": "functions/merge", "hidden": true }, 809 { "title": "min", "path": "functions/min", "hidden": true }, 810 { 811 "title": "nonsensitive", 812 "path": "functions/nonsensitive", 813 "hidden": true 814 }, 815 { "title": "one", "path": "functions/one", "hidden": true }, 816 { "title": "parseint", "path": "functions/parseint", "hidden": true }, 817 { "title": "pathexpand", "path": "functions/pathexpand", "hidden": true }, 818 { "title": "pow", "path": "functions/pow", "hidden": true }, 819 { "title": "range", "path": "functions/range", "hidden": true }, 820 { "title": "regex", "path": "functions/regex", "hidden": true }, 821 { "title": "regexall", "path": "functions/regexall", "hidden": true }, 822 { "title": "replace", "path": "functions/replace", "hidden": true }, 823 { "title": "reverse", "path": "functions/reverse", "hidden": true }, 824 { "title": "rsadecrypt", "path": "functions/rsadecrypt", "hidden": true }, 825 { "title": "sensitive", "path": "functions/sensitive", "hidden": true }, 826 { 827 "title": "setintersection", 828 "path": "functions/setintersection", 829 "hidden": true 830 }, 831 { "title": "setproduct", "path": "functions/setproduct", "hidden": true }, 832 { 833 "title": "setsubtract", 834 "path": "functions/setsubtract", 835 "hidden": true 836 }, 837 { "title": "setunion", "path": "functions/setunion", "hidden": true }, 838 { "title": "sha1", "path": "functions/sha1", "hidden": true }, 839 { "title": "sha256", "path": "functions/sha256", "hidden": true }, 840 { "title": "sha512", "path": "functions/sha512", "hidden": true }, 841 { "title": "signum", "path": "functions/signum", "hidden": true }, 842 { "title": "slice", "path": "functions/slice", "hidden": true }, 843 { "title": "sort", "path": "functions/sort", "hidden": true }, 844 { "title": "split", "path": "functions/split", "hidden": true }, 845 { "title": "startswith", "path": "functions/startswith", "hidden": true }, 846 { "title": "strrev", "path": "functions/strrev", "hidden": true }, 847 { "title": "substr", "path": "functions/substr", "hidden": true }, 848 { "title": "sum", "path": "functions/sum", "hidden": true }, 849 { 850 "title": "templatefile", 851 "path": "functions/templatefile", 852 "hidden": true 853 }, 854 { 855 "title": "textdecodebase64", 856 "path": "functions/textdecodebase64", 857 "hidden": true 858 }, 859 { 860 "title": "textencodebase64", 861 "path": "functions/textencodebase64", 862 "hidden": true 863 }, 864 { "title": "timeadd", "path": "functions/timeadd", "hidden": true }, 865 { "title": "timecmp", "path": "functions/timecmp", "hidden": true }, 866 { "title": "timestamp", "path": "functions/timestamp", "hidden": true }, 867 { "title": "title", "path": "functions/title", "hidden": true }, 868 { "title": "tobool", "path": "functions/tobool", "hidden": true }, 869 { "title": "tolist", "path": "functions/tolist", "hidden": true }, 870 { "title": "tomap", "path": "functions/tomap", "hidden": true }, 871 { "title": "tonumber", "path": "functions/tonumber", "hidden": true }, 872 { "title": "toset", "path": "functions/toset", "hidden": true }, 873 { "title": "tostring", "path": "functions/tostring", "hidden": true }, 874 { "title": "transpose", "path": "functions/transpose", "hidden": true }, 875 { "title": "trim", "path": "functions/trim", "hidden": true }, 876 { "title": "trimprefix", "path": "functions/trimprefix", "hidden": true }, 877 { "title": "trimspace", "path": "functions/trimspace", "hidden": true }, 878 { "title": "trimsuffix", "path": "functions/trimsuffix", "hidden": true }, 879 { "title": "try", "path": "functions/try", "hidden": true }, 880 { "title": "type", "path": "functions/type", "hidden": true }, 881 { "title": "upper", "path": "functions/upper", "hidden": true }, 882 { "title": "urlencode", "path": "functions/urlencode", "hidden": true }, 883 { "title": "uuid", "path": "functions/uuid", "hidden": true }, 884 { "title": "uuidv5", "path": "functions/uuidv5", "hidden": true }, 885 { "title": "values", "path": "functions/values", "hidden": true }, 886 { "title": "yamldecode", "path": "functions/yamldecode", "hidden": true }, 887 { "title": "yamlencode", "path": "functions/yamlencode", "hidden": true }, 888 { "title": "zipmap", "path": "functions/zipmap", "hidden": true } 889 ] 890 }, 891 { 892 "title": "Terraform Settings", 893 "routes": [ 894 { "title": "Overview", "path": "settings" }, 895 { "title": "Terraform Cloud", "path": "settings/terraform-cloud" }, 896 { 897 "title": "Backends", 898 "routes": [ 899 { 900 "title": "Backend Configuration", 901 "path": "settings/backends/configuration" 902 }, 903 { 904 "title": "Available Backends", 905 "routes": [ 906 { 907 "title": "local", 908 "href": "/language/settings/backends/local" 909 }, 910 { 911 "title": "remote", 912 "href": "/language/settings/backends/remote" 913 }, 914 { 915 "title": "azurerm", 916 "href": "/language/settings/backends/azurerm" 917 }, 918 { 919 "title": "consul", 920 "href": "/language/settings/backends/consul" 921 }, 922 { 923 "title": "cos", 924 "href": "/language/settings/backends/cos" 925 }, 926 { 927 "title": "gcs", 928 "href": "/language/settings/backends/gcs" 929 }, 930 { 931 "title": "http", 932 "href": "/language/settings/backends/http" 933 }, 934 { 935 "title": "Kubernetes", 936 "href": "/language/settings/backends/kubernetes" 937 }, 938 { 939 "title": "oss", 940 "href": "/language/settings/backends/oss" 941 }, 942 { 943 "title": "pg", 944 "href": "/language/settings/backends/pg" 945 }, 946 { 947 "title": "s3", 948 "href": "/language/settings/backends/s3" 949 } 950 ] 951 }, 952 { 953 "title": "local", 954 "hidden": true, 955 "path": "settings/backends/local" 956 }, 957 { 958 "title": "remote", 959 "hidden": true, 960 "path": "settings/backends/remote" 961 }, 962 { 963 "title": "azurerm", 964 "hidden": true, 965 "path": "settings/backends/azurerm" 966 }, 967 { 968 "title": "consul", 969 "hidden": true, 970 "path": "settings/backends/consul" 971 }, 972 { 973 "title": "cos", 974 "hidden": true, 975 "path": "settings/backends/cos" 976 }, 977 { 978 "title": "gcs", 979 "hidden": true, 980 "path": "settings/backends/gcs" 981 }, 982 { 983 "title": "http", 984 "hidden": true, 985 "path": "settings/backends/http" 986 }, 987 { 988 "title": "Kubernetes", 989 "hidden": true, 990 "path": "settings/backends/kubernetes" 991 }, 992 { 993 "title": "oss", 994 "hidden": true, 995 "path": "settings/backends/oss" 996 }, 997 { 998 "title": "pg", 999 "hidden": true, 1000 "path": "settings/backends/pg" 1001 }, 1002 { 1003 "title": "s3", 1004 "hidden": true, 1005 "path": "settings/backends/s3" 1006 } 1007 ] 1008 } 1009 ] 1010 }, 1011 { 1012 "title": "State", 1013 "routes": [ 1014 { "title": "Overview", "path": "state" }, 1015 { "title": "Purpose", "path": "state/purpose" }, 1016 { 1017 "title": "The <code>terraform_remote_state</code> Data Source", 1018 "path": "state/remote-state-data" 1019 }, 1020 { 1021 "title": "Backends: State Storage and Locking", 1022 "path": "state/backends" 1023 }, 1024 { 1025 "title": "Import Existing Resources", 1026 "path": "state/import" 1027 }, 1028 { "title": "Locking", "path": "state/locking" }, 1029 { "title": "Workspaces", "path": "state/workspaces" }, 1030 { "title": "Remote State", "path": "state/remote" }, 1031 { 1032 "title": "Sensitive Data", 1033 "path": "state/sensitive-data" 1034 } 1035 ] 1036 }, 1037 { 1038 "title": "Upgrading to Terraform v1.4", 1039 "path": "upgrade-guides" 1040 }, 1041 { 1042 "title": "v1.x Compatibility Promises", 1043 "path": "v1-compatibility-promises" 1044 }, 1045 { "divider": true }, 1046 { "title": "Terraform Internals", "href": "/internals" } 1047 ]