From 5ace09d755baa1257acad7f503eec914b5732527 Mon Sep 17 00:00:00 2001 From: "marcoemi.poleggi" <marco-emilio.poleggi@hesge.ch> Date: Thu, 24 Oct 2024 16:13:43 +0200 Subject: [PATCH] Fix raw output command in README.md --- SwitchEngines/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwitchEngines/README.md b/SwitchEngines/README.md index 89aa1bc..0261ec3 100644 --- a/SwitchEngines/README.md +++ b/SwitchEngines/README.md @@ -518,7 +518,7 @@ lcl$ terraform output instance_id :question: What if the `my_instance_name` tag is changed outside TF? Try f.i.: ``` shell lcl$ openstack --os-cloud=engines server set \ - --property my_instance_name="Foo-Bar" $(terraform output instance_id) + --property my_instance_name="Foo-Bar" $(terraform output -raw instance_id) ``` :question: What must be done to have TF respect that external change? -- GitLab