Skip to content

Commit 070ad80

Browse files
author
Vache, Aurelie
committed
chore: fix typos and ugrade version
1 parent 4e8165a commit 070ad80

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

terraform-cheat-sheet.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Aurélie Vache <https://twitter.com/aurelievache>
44
:authorbio: Cloud Dev(Ops) at Continental
55
:pdf-width: 508mm
66
:pdf-height: 361mm
7-
:version: v1.0.1
7+
:version: v1.0.2
88

99
== About Terraform CLI
1010

@@ -252,7 +252,6 @@ For example, we defind outputs in a module and when we execute _terraform apply_
252252
....
253253
$ terraform apply
254254
...
255-
256255
Apply complete! Resources: 0 added, 0 changed,
257256
0 destroyed.
258257
@@ -376,10 +375,7 @@ Initializing the backend...
376375
377376
Error configuring the backend "s3": RequestError: send request failed
378377
caused by: Post https://sts.amazonaws.com/: Parent proxy unreacheable
379-
380-
Please update the configuration in your Terraform files to fix this error.
381-
If you'd like to update the configuration interactively without storing
382-
the values in your configuration, run "terraform init".
378+
...
383379
....
384380

385381
It caused in reality by a proxy or a temporary issue between your network connectivity and AWS.

terraform-cheat-sheet.pdf

-68 Bytes
Binary file not shown.

terraform-cheat-sheet_temp.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ <h4 id="_usage_2">Usage</h4>
271271
<div class="content">
272272
<pre>$ terraform apply
273273
...
274-
275274
Apply complete! Resources: 0 added, 0 changed,
276275
0 destroyed.
277276

@@ -396,10 +395,7 @@ <h3 id="_error_configuring_the_backend_s3_requesterror_send_request_failed">Erro
396395

397396
Error configuring the backend "s3": RequestError: send request failed
398397
caused by: Post https://sts.amazonaws.com/: Parent proxy unreacheable
399-
400-
Please update the configuration in your Terraform files to fix this error.
401-
If you'd like to update the configuration interactively without storing
402-
the values in your configuration, run "terraform init".</pre>
398+
...</pre>
403399
</div>
404400
</div>
405401
<p class="">It caused in reality by a proxy or a temporary issue between your network connectivity and AWS.</p>
@@ -414,7 +410,7 @@ <h3>Authors :</h3>
414410
<div class="author-bio">Cloud Dev(Ops) at Continental</div>
415411
</div>
416412

417-
<div class="author-bio">v1.0.1</div>
413+
<div class="author-bio">v1.0.2</div>
418414
</div>
419415
</section>
420416
</body>

0 commit comments

Comments
 (0)