Skip to content

Commit

Permalink
Fixes non-symmetric backtick (#1090)
Browse files Browse the repository at this point in the history
Merged PR #1090.
  • Loading branch information
Chupaka authored and modular-magician committed Dec 20, 2018
1 parent a245cf0 commit 86e0b6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
2 changes: 1 addition & 1 deletion templates/terraform/resource.html.markdown.erb
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ $ terraform import <% if object.min_version.name == 'beta' %>-provider=google-be
<% end -%>
```

-> If you're importing a resource with beta features, make sure to include `-provider=google-beta"
-> If you're importing a resource with beta features, make sure to include `-provider=google-beta`
as an argument so that Terraform uses the correct provider to import your resource.

0 comments on commit 86e0b6b

Please sign in to comment.