Skip to content

Fix terraform remote state datasource documentation

What does this MR do and why?

Fix the terraform remote state datasource declaration documentation to make it usable.

  • Declaring variables in a *.tfvars file is not sufficient: variables must be declared in the project to be recognized.
  • The uri value for state file declared in tfvars contains a column and fires an error if unquoted (i.e. Error: Missing newline after argument). Quoted all values as a good practice

Screenshots or screen recordings

N/A

How to set up and validate locally

N/A

MR acceptance checklist

Edited by Olivier Clavel

Merge request reports