Skip to content

Commit 5ab4d30

Browse files
authored
Merge pull request #3 from sblack4/add-example-output
add stuff to example readme
2 parents 31bc446 + 617b665 commit 5ab4d30

File tree

1 file changed

+2
-46
lines changed

1 file changed

+2
-46
lines changed

examples/basic/README.md

Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,14 @@
11
# basic example
22
A basic example for this repository
33

4-
## Code
5-
Look to [main.tf](./main.tf), or be helpful and copy/paste that code here.
6-
7-
## Applying
84
```
9-
> terraform apply
5+
> tf apply
106
117
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
128
139
Outputs:
1410
1511
example = {
16-
"tags_module" = {
17-
"name" = "TEST"
18-
"name32" = "TEST"
19-
"name6" = "TEST"
20-
"namenosymbols" = "TEST"
21-
"tags" = {
22-
"Name" = "TEST"
23-
"terraform_managed" = true
24-
"terraform_module" = "terraform-terraform-tags-1.0.0"
25-
"terraform_root_module" = "."
26-
"terraform_workspace" = "default"
27-
}
28-
"tags_as_list_of_maps" = [
29-
{
30-
"key" = "Name"
31-
"value" = "TEST"
32-
},
33-
{
34-
"key" = "terraform_managed"
35-
"value" = true
36-
},
37-
{
38-
"key" = "terraform_module"
39-
"value" = "terraform-terraform-tags-1.0.0"
40-
},
41-
{
42-
"key" = "terraform_root_module"
43-
"value" = "."
44-
},
45-
{
46-
"key" = "terraform_workspace"
47-
"value" = "default"
48-
},
49-
]
50-
"tags_no_name" = {
51-
"terraform_managed" = true
52-
"terraform_module" = "terraform-terraform-tags-1.0.0"
53-
"terraform_root_module" = "."
54-
"terraform_workspace" = "default"
55-
}
56-
}
12+
"laughs_in_terraform" = "HahahahHAHAHahAHAHHAHHAHAahahHA"
5713
}
5814
```

0 commit comments

Comments
 (0)