62.5% Coverage

.

Tuesday, Apr 11, 2023 at 6:43pm

examples/terragrunt/no-resources Skip
Initializing the backend... Initializing provider plugins... Terraform has been successfully initialized!  You may now begin working with Terraform. Try running "terraform plan" to see any changes that are required for your infrastructure. All Terraform commands should now work. If you ever set or change modules or backend configuration for Terraform, rerun this command to reinitialize your working directory. If you forget, other commands will detect it and remind you to do so if necessary. Changes to Outputs: + output = "one input another input" You can apply this plan to save these new output values to the Terraform state, without changing any real infrastructure.  ───────────────────────────────────────────────────────────────────────────── Saved the plan to: .terracove.plan To perform exactly these actions, run the following command to apply: terraform apply ".terracove.plan"

1.317304889s

examples/terragrunt/error Error
FatalError{Underlying: error while running command: exit status 1; ╷ │ Error: Reference to undeclared input variable │  │  on main.tf line 4, in output "output": │  4: value = "${var.input} ${var.other_input}" │  │ An input variable with the name "other_input" has not been declared. This │ variable can be declared with a variable "other_input" {} block. ╵ time=2023-04-11T18:43:57+03:00 level=error msg=Terraform invocation failed in /Users/amitai.getzler/Desktop/Explorium/projects/terracove/examples/terragrunt/error time=2023-04-11T18:43:57+03:00 level=error msg=1 error occurred: * exit status 1 }

1.880412659s

examples/terraform/success Pass
local_file.example2: Refreshing state... [id=eba8f1df91816c6e3c9bec7506fe550156e662a3] local_file.example: Refreshing state... [id=943a702d06f34599aee1f8da8ef9f7296031d699] No changes. Your infrastructure matches the configuration. Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.

1.935250789s

examples/terraform/tfstate-diff Fail
local_file.example: Refreshing state... [id=943a702d06f34599aee1f8da8ef9f7296031d699] Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create Terraform will perform the following actions:  # local_file.example2 will be created  + resource "local_file" "example2" { + content = "I am not applied :(" + content_base64sha256 = (known after apply) + content_base64sha512 = (known after apply) + content_md5 = (known after apply) + content_sha1 = (known after apply) + content_sha256 = (known after apply) + content_sha512 = (known after apply) + directory_permission = "0777" + file_permission = "0777" + filename = "./not_applied.txt" + id = (known after apply) } Plan: 1 to add, 0 to change, 0 to destroy.  ───────────────────────────────────────────────────────────────────────────── Saved the plan to: .terracove.plan To perform exactly these actions, run the following command to apply: terraform apply ".terracove.plan"

1.942997389s