Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In terraform, resources are created concurrently to speed things up, but in some cases, resources are created in some order, due to [...] or [...] dependency as declared in the *.tf configurations. <<---looking for two diff words
Answer

implicit / explicit

^^^ note implicit dependency is when the value of an argument in one resource block is derived from the output/creation of another resource
^^^^ explicit dependency is speified explicitly via the depends_on argument declaration within the resource block


Question
In terraform, resources are created concurrently to speed things up, but in some cases, resources are created in some order, due to [...] or [...] dependency as declared in the *.tf configurations. <<---looking for two diff words
Answer
?

Question
In terraform, resources are created concurrently to speed things up, but in some cases, resources are created in some order, due to [...] or [...] dependency as declared in the *.tf configurations. <<---looking for two diff words
Answer

implicit / explicit

^^^ note implicit dependency is when the value of an argument in one resource block is derived from the output/creation of another resource
^^^^ explicit dependency is speified explicitly via the depends_on argument declaration within the resource block


Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.