Skip to content

Commit

Permalink
Merge pull request #1324 from hashicorp/correct-resource-import-name
Browse files Browse the repository at this point in the history
correct resource name in import doc
  • Loading branch information
Uk1288 authored Apr 19, 2024
2 parents b719418 + 93fed8b commit 92e3165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/organization_default_settings.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ The following arguments are supported:
Organization default execution mode can be imported; use `<ORGANIZATION NAME>` as the import ID. For example:

```shell
terraform import tfe_organization_default_execution_mode.test my-org-name
terraform import tfe_organization_default_settings.test my-org-name
```

0 comments on commit 92e3165

Please sign in to comment.