File tree Expand file tree Collapse file tree 1 file changed +2
-46
lines changed Expand file tree Collapse file tree 1 file changed +2
-46
lines changed Original file line number Diff line number Diff line change 1
1
# basic example
2
2
A basic example for this repository
3
3
4
- ## Code
5
- Look to [ main.tf] ( ./main.tf ) , or be helpful and copy/paste that code here.
6
-
7
- ## Applying
8
4
```
9
- > terraform apply
5
+ > tf apply
10
6
11
7
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
12
8
13
9
Outputs:
14
10
15
11
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"
57
13
}
58
14
```
You can’t perform that action at this time.
0 commit comments