Skip to content

Commit 14c8074

Browse files
author
Samuel Nwoye
authored
Merge pull request iluwatar#1 from knoxknot/knoxknot-patch-1
Updated Terraform Section
2 parents 527e202 + 39b6fbe commit 14c8074

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,14 +1697,20 @@ List
16971697

16981698
<details>
16991699
<summary>Explain "Remote State". When would you use it and how?</summary><br><b>
1700+
Terraform generates a `terraform.tfstate` json file that describes components/service provisioned on the specified provider. Remote
1701+
State stores this file in a remote storage media to enable collaboration amongst team.
17001702
</b></details>
17011703

17021704
<details>
17031705
<summary>Explain "State Locking"</summary><br><b>
1706+
State locking is a mechanism that blocks an operations against a specific state file from multiple callers so as to avoid conflicting operations from different team members. Once the first caller's operation's lock is released the other team member may go ahead to
1707+
carryout his own operation. Nevertheless Terraform will first check the state file to see if the desired resource already exist and
1708+
if not it goes ahead to create it.
17041709
</b></details>
17051710

17061711
<details>
17071712
<summary>What is the "Random" provider? What is it used for</summary><br><b>
1713+
The random provider aids in generating numeric or alphabetic characters to use as a prefix or suffix for a desired named identifier.
17081714
</b></details>
17091715

17101716
## Docker

0 commit comments

Comments
 (0)