Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Jan 8, 2025
1 parent 038522c commit 5c73941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ If you are asked to paste configuration inside a block setting, you would:
1. If the block is denoted as a nested block (e.g. `management_group_settings` > `policy_assignments_to_modify`), you will need to find the last child block. In this case, you would then search for `policy_assignments_to_modify`
1. Repeat the last step for each nested block until you find the block where you need to paste the code
1. Copy the code you need to paste into the clipboard
1. Place the cursor at the end of the first line of the block after the and press <kbd>Enter<kbd> to create a new line. If you are using Visual Studio Code, it will automatically indent the new line to match the indentation of the block
1. Place the cursor at the end of the first line of the block after the and press <kbd>Enter</kbd> to create a new line. If you are using Visual Studio Code, it will automatically indent the new line to match the indentation of the block
1. Paste the code from the clipboard using <kbd>Ctrl</kbd> + <kbd>V</kbd>
1. Save the configuration file

Expand Down

0 comments on commit 5c73941

Please sign in to comment.