This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| virtualization:cloud:terraform [2023/09/29 15:23] – jotasandoku | virtualization:cloud:terraform [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| ---- | ---- | ||
| | | ||
| + | \\ | ||
| + | Do not confuse with data sources. Output comes from the successful creation of a thing (like the output of a module). Data is accessing a thing that already exists but isn't necessarily managed in this state. E.g. getting a vpc id when your networking layer is in a different terraform state, | ||
| data " | data " | ||
| Line 211: | Line 213: | ||
| - | **OUTPUTS**: | + | **OUTPUTS**: |
| + | \\ | ||
| + | Do not confuse with data sources. Output comes from the successful creation of a thing (like the output of a module). Data is accessing a thing that already exists but isn't necessarily managed in this state. E.g. getting a vpc id when your networking layer is in a different terraform state, | ||
| \\ | \\ | ||
| Example1: | Example1: | ||