Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lab-Terraform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSDS
Teaching
Bachelor
Cloud-and-Deployment
Lab-Terraform
Commits
5ace09d7
Commit
5ace09d7
authored
6 months ago
by
marcoemi.poleggi
Browse files
Options
Downloads
Patches
Plain Diff
Fix raw output command in README.md
parent
32f8f847
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SwitchEngines/README.md
+1
-1
1 addition, 1 deletion
SwitchEngines/README.md
with
1 addition
and
1 deletion
SwitchEngines/README.md
+
1
−
1
View file @
5ace09d7
...
...
@@ -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?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment