Search notes:

Terraform module structure

|   README.md                                        | Or simply README. Description of the module.
│   license.txt                                      |
│   main.tf                                          | The primary entry point. One of the three recommended files in a module
│   outputs.tf                                       | Output definitions for for other resources. One of the three recommended files in a modue
│   provider.tf                                      |
│   schema.yaml                                      |
│   solutionMetadata.txt                             |
│   variables.tf                                     | One of the three recommended files in a module
│                                                    |
└───modules                                          | Directory for nested modules. REAMDE.md files indicate they're usable for external users.
    ├───compute                                      | A submodule
    │   │   main.tf                                  |
    │   │   outputs.tf                               |
    │   │   variables.tf                             |
    │   │                                            |
    │   ├───scripts                                  |
    │   │       bootstrap.sh                         |
    │   │                                            |
    │   └───sdk-validation                           |
    │       │   gosdk-validation.go                  |
    │       │   JavaSDKValidation.java               |
    │       │   powershell-validation.ps1            |
    │       │   provider.tf                          |
    │       │   pythonsdk-validation.py              |
    │       │   rubysdk-validation.rb                |
    │       │   sdk-validation.sh                    |
    │       │                                        |
    │       ├───dotnet                               |
    │       │       DotnetValidation.cs              |
    │       │       NuGet.Config                     |
    │       │                                        |
    │       └───typescript                           |
    │               typescript-validation.ts         |
    │                                                |
    └───network                                      | Another submodule
            main.tf                                  |
            outputs.tf                               |
            variables.tf

See also

Terraform

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758201480, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/Cloud/Terraform/module/structure/index(72): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78