-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplan.log
More file actions
65 lines (58 loc) · 3.85 KB
/
Copy pathplan.log
File metadata and controls
65 lines (58 loc) · 3.85 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
56
57
58
59
60
61
62
63
64
65
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 # docker_container.nginx[0m will be created
[0m [32m+[0m[0m resource "docker_container" "nginx" {
[32m+[0m[0m attach = false
[32m+[0m[0m bridge = (known after apply)
[32m+[0m[0m command = (known after apply)
[32m+[0m[0m container_logs = (known after apply)
[32m+[0m[0m container_read_refresh_timeout_milliseconds = 15000
[32m+[0m[0m entrypoint = (known after apply)
[32m+[0m[0m env = (known after apply)
[32m+[0m[0m exit_code = (known after apply)
[32m+[0m[0m hostname = (known after apply)
[32m+[0m[0m id = (known after apply)
[32m+[0m[0m image = "nginx:latest"
[32m+[0m[0m init = (known after apply)
[32m+[0m[0m ipc_mode = (known after apply)
[32m+[0m[0m log_driver = (known after apply)
[32m+[0m[0m logs = false
[32m+[0m[0m must_run = true
[32m+[0m[0m name = "my-nginx-container"
[32m+[0m[0m network_data = (known after apply)
[32m+[0m[0m read_only = false
[32m+[0m[0m remove_volumes = true
[32m+[0m[0m restart = "no"
[32m+[0m[0m rm = false
[32m+[0m[0m runtime = (known after apply)
[32m+[0m[0m security_opts = (known after apply)
[32m+[0m[0m shm_size = (known after apply)
[32m+[0m[0m start = true
[32m+[0m[0m stdin_open = false
[32m+[0m[0m stop_signal = (known after apply)
[32m+[0m[0m stop_timeout = (known after apply)
[32m+[0m[0m tty = false
[32m+[0m[0m wait = false
[32m+[0m[0m wait_timeout = 60
[32m+[0m[0m ports {
[32m+[0m[0m external = 8080
[32m+[0m[0m internal = 80
[32m+[0m[0m ip = "0.0.0.0"
[32m+[0m[0m protocol = "tcp"
}
}
[1m # docker_image.nginx[0m will be created
[0m [32m+[0m[0m resource "docker_image" "nginx" {
[32m+[0m[0m id = (known after apply)
[32m+[0m[0m image_id = (known after apply)
[32m+[0m[0m keep_locally = false
[32m+[0m[0m name = "nginx:latest"
[32m+[0m[0m repo_digest = (known after apply)
}
[1mPlan:[0m 2 to add, 0 to change, 0 to destroy.
[0m[90m
─────────────────────────────────────────────────────────────────────────────[0m
Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.