-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathterracove.xml
More file actions
55 lines (55 loc) · 6.36 KB
/
terracove.xml
File metadata and controls
55 lines (55 loc) · 6.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<testsuites>
<testsuite name="." time="1.9429973889999999" failures="2" tests="4">
<testcase name="examples/terragrunt/no-resources" time="1.3173048889999999" classname="">
<skipped message="module does not contain any resources">
�[0m�[1mInitializing the backend...�[0m

�[0m�[1mInitializing provider plugins...�[0m

�[0m�[1m�[32mTerraform has been successfully initialized!�[0m�[32m�[0m
�[0m�[32m
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.�[0m

Changes to Outputs:
 �[32m+�[0m�[0m 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.
�[90m
─────────────────────────────────────────────────────────────────────────────�[0m

Saved the plan to: .terracove.plan

To perform exactly these actions, run the following command to apply:
 terraform apply ".terracove.plan"</skipped>
<properties>
<property name="total" value="0"></property>
<property name="diff" value="0"></property>
<property name="delete" value="0"></property>
<property name="update" value="0"></property>
<property name="read" value="0"></property>
<property name="create" value="0"></property>
<property name="noop" value="0"></property>
<property name="coverage" value="100"></property>
</properties>
</testcase>
<testcase name="examples/terragrunt/error" time="1.880412659" classname="">
<error message="module has planning error" type="">FatalError{Underlying: error while running command: exit status 1; �[31m╷�[0m�[0m
�[31m│�[0m �[0m�[1m�[31mError: �[0m�[0m�[1mReference to undeclared input variable�[0m
�[31m│�[0m �[0m
�[31m│�[0m �[0m�[0m on main.tf line 4, in output "output":
�[31m│�[0m �[0m 4: value = "${var.input} ${�[4mvar.other_input�[0m}"�[0m
�[31m│�[0m �[0m
�[31m│�[0m �[0mAn input variable with the name "other_input" has not been declared. This
�[31m│�[0m �[0mvariable can be declared with a variable "other_input" {} block.
�[31m╵�[0m�[0m
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

}</error>
<properties>
<property name="total" value="0"></property>
<property name="diff" value="0"></property>
<property name="delete" value="0"></property>
<property name="update" value="0"></property>
<property name="read" value="0"></property>
<property name="create" value="0"></property>
<property name="noop" value="0"></property>
<property name="coverage" value="0"></property>
</properties>
</testcase>
<testcase name="examples/terraform/success" time="1.935250789" classname="">
<properties>
<property name="total" value="2"></property>
<property name="diff" value="0"></property>
<property name="delete" value="0"></property>
<property name="update" value="0"></property>
<property name="read" value="0"></property>
<property name="create" value="0"></property>
<property name="noop" value="2"></property>
<property name="coverage" value="100"></property>
</properties>
</testcase>
<testcase name="examples/terraform/tfstate-diff" time="1.9429973889999999" classname="">
<failure message="module has 1 resources with diff" type="">�[0m�[1mlocal_file.example: Refreshing state... [id=943a702d06f34599aee1f8da8ef9f7296031d699]�[0m

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
 �[32m+�[0m create�[0m

Terraform will perform the following actions:

�[1m # local_file.example2�[0m will be created
�[0m �[32m+�[0m�[0m resource "local_file" "example2" {
 �[32m+�[0m�[0m content = "I am not applied :("
 �[32m+�[0m�[0m content_base64sha256 = (known after apply)
 �[32m+�[0m�[0m content_base64sha512 = (known after apply)
 �[32m+�[0m�[0m content_md5 = (known after apply)
 �[32m+�[0m�[0m content_sha1 = (known after apply)
 �[32m+�[0m�[0m content_sha256 = (known after apply)
 �[32m+�[0m�[0m content_sha512 = (known after apply)
 �[32m+�[0m�[0m directory_permission = "0777"
 �[32m+�[0m�[0m file_permission = "0777"
 �[32m+�[0m�[0m filename = "./not_applied.txt"
 �[32m+�[0m�[0m id = (known after apply)
 }

�[1mPlan:�[0m 1 to add, 0 to change, 0 to destroy.
�[0m�[90m
─────────────────────────────────────────────────────────────────────────────�[0m

Saved the plan to: .terracove.plan

To perform exactly these actions, run the following command to apply:
 terraform apply ".terracove.plan"</failure>
<properties>
<property name="total" value="2"></property>
<property name="diff" value="1"></property>
<property name="delete" value="0"></property>
<property name="update" value="0"></property>
<property name="read" value="0"></property>
<property name="create" value="1"></property>
<property name="noop" value="1"></property>
<property name="coverage" value="50"></property>
</properties>
</testcase>
</testsuite>
</testsuites>