Skip to content
Snippets Groups Projects
Commit 5ace09d7 authored by marcoemi.poleggi's avatar marcoemi.poleggi
Browse files

Fix raw output command in README.md

parent 32f8f847
Branches
Tags
No related merge requests found
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment