Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update description for import resource #39

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/resources/accesszone.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,6 @@ Import is supported using the following syntax:
# terraform import powerscale_accesszone.zone <id>
# Example:
terraform import powerscale_accesszone.zone access_zone
# after running this command, populate the name field in the config file to start managing this resource
# after running this command, populate the name field and other required parameters in the config file to start managing this resource.
# Note: running "terraform show" after importing shows the current config/state of the resource. You can copy/paste that config to make it easier to manage the resource.
```
3 changes: 2 additions & 1 deletion docs/resources/adsprovider.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,6 @@ Import is supported using the following syntax:
# terraform import powerscale_adsprovider.ads_test <name>
# Example:
terraform import powerscale_adsprovider.ads_test ads_id
# after running this command, populate the name field in the config file to start managing this resource
# after running this command, populate the name field and other required parameters in the config file to start managing this resource.
# Note: running "terraform show" after importing shows the current config/state of the resource. You can copy/paste that config to make it easier to manage the resource.
```
3 changes: 2 additions & 1 deletion docs/resources/filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,6 @@ Import is supported using the following syntax:
# terraform import powerscale_filesystem.file_system_test <name>
# Example:
terraform import powerscale_filesystem.file_system_test ifs/DirTf
# after running this command, populate the name field in the config file to start managing this resource
# after running this command, populate the name field and other required parameters in the config file to start managing this resource.
# Note: running "terraform show" after importing shows the current config/state of the resource. You can copy/paste that config to make it easier to manage the resource.
```
3 changes: 2 additions & 1 deletion docs/resources/nfs_export.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,5 +391,6 @@ Import is supported using the following syntax:
# terraform import powerscale_nfs_export.example_export <name>
# Example:
terraform import powerscale_nfs_export.example_export example_export
# after running this command, populate the name field in the config file to start managing this resource
# after running this command, populate the name field and other required parameters in the config file to start managing this resource.
# Note: running "terraform show" after importing shows the current config/state of the resource. You can copy/paste that config to make it easier to manage the resource.
```
7 changes: 4 additions & 3 deletions docs/resources/smb_share.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,9 @@ Import is supported using the following syntax:
# limitations under the License.

# The command is
# terraform import powerscale_smb_share.example_share <name>
# terraform import powerscale_smb_share.share_example <name>
# Example:
terraform import powerscale_smb_share.example_share example_share
# after running this command, populate the name field in the config file to start managing this resource
terraform import powerscale_smb_share.share_example example_share
# after running this command, populate the name field and other required parameters in the config file to start managing this resource.
# Note: running "terraform show" after importing shows the current config/state of the resource. You can copy/paste that config to make it easier to manage the resource.
```
7 changes: 4 additions & 3 deletions docs/resources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@ Import is supported using the following syntax:
# limitations under the License.

# The command is
# terraform import powerscale_user.example_user <name>
# terraform import powerscale_user.testUser <name>
# Example:
terraform import powerscale_user.example_user userName
# after running this command, populate the name field in the config file to start managing this resource
terraform import powerscale_user.testUser userName
# after running this command, populate the name field and other required parameters in the config file to start managing this resource.
# Note: running "terraform show" after importing shows the current config/state of the resource. You can copy/paste that config to make it easier to manage the resource.
```
7 changes: 4 additions & 3 deletions docs/resources/user_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ Import is supported using the following syntax:
# limitations under the License.

# The command is
# terraform import powerscale_user_group.example_user_group <name>
# terraform import powerscale_user_group.testUserGroup <name>
# Example:
terraform import powerscale_user_group.example_user_group userGroupName
# after running this command, populate the name field in the config file to start managing this resource
terraform import powerscale_user_group.testUserGroup userGroupName
# after running this command, populate the name field and other required parameters in the config file to start managing this resource.
# Note: running "terraform show" after importing shows the current config/state of the resource. You can copy/paste that config to make it easier to manage the resource.
```
3 changes: 2 additions & 1 deletion examples/resources/powerscale_accesszone/import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
# terraform import powerscale_accesszone.zone <id>
# Example:
terraform import powerscale_accesszone.zone access_zone
# after running this command, populate the name field in the config file to start managing this resource
# after running this command, populate the name field and other required parameters in the config file to start managing this resource.
# Note: running "terraform show" after importing shows the current config/state of the resource. You can copy/paste that config to make it easier to manage the resource.
3 changes: 2 additions & 1 deletion examples/resources/powerscale_adsprovider/import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
# terraform import powerscale_adsprovider.ads_test <name>
# Example:
terraform import powerscale_adsprovider.ads_test ads_id
# after running this command, populate the name field in the config file to start managing this resource
# after running this command, populate the name field and other required parameters in the config file to start managing this resource.
# Note: running "terraform show" after importing shows the current config/state of the resource. You can copy/paste that config to make it easier to manage the resource.
3 changes: 2 additions & 1 deletion examples/resources/powerscale_filesystem/import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
# terraform import powerscale_filesystem.file_system_test <name>
# Example:
terraform import powerscale_filesystem.file_system_test ifs/DirTf
# after running this command, populate the name field in the config file to start managing this resource
# after running this command, populate the name field and other required parameters in the config file to start managing this resource.
# Note: running "terraform show" after importing shows the current config/state of the resource. You can copy/paste that config to make it easier to manage the resource.
3 changes: 2 additions & 1 deletion examples/resources/powerscale_nfs_export/import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
# terraform import powerscale_nfs_export.example_export <name>
# Example:
terraform import powerscale_nfs_export.example_export example_export
# after running this command, populate the name field in the config file to start managing this resource
# after running this command, populate the name field and other required parameters in the config file to start managing this resource.
# Note: running "terraform show" after importing shows the current config/state of the resource. You can copy/paste that config to make it easier to manage the resource.
7 changes: 4 additions & 3 deletions examples/resources/powerscale_smb_share/import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
# limitations under the License.

# The command is
# terraform import powerscale_smb_share.example_share <name>
# terraform import powerscale_smb_share.share_example <name>
# Example:
terraform import powerscale_smb_share.example_share example_share
# after running this command, populate the name field in the config file to start managing this resource
terraform import powerscale_smb_share.share_example example_share
# after running this command, populate the name field and other required parameters in the config file to start managing this resource.
# Note: running "terraform show" after importing shows the current config/state of the resource. You can copy/paste that config to make it easier to manage the resource.
7 changes: 4 additions & 3 deletions examples/resources/powerscale_user/import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
# limitations under the License.

# The command is
# terraform import powerscale_user.example_user <name>
# terraform import powerscale_user.testUser <name>
# Example:
terraform import powerscale_user.example_user userName
# after running this command, populate the name field in the config file to start managing this resource
terraform import powerscale_user.testUser userName
# after running this command, populate the name field and other required parameters in the config file to start managing this resource.
# Note: running "terraform show" after importing shows the current config/state of the resource. You can copy/paste that config to make it easier to manage the resource.
7 changes: 4 additions & 3 deletions examples/resources/powerscale_user_group/import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
# limitations under the License.

# The command is
# terraform import powerscale_user_group.example_user_group <name>
# terraform import powerscale_user_group.testUserGroup <name>
# Example:
terraform import powerscale_user_group.example_user_group userGroupName
# after running this command, populate the name field in the config file to start managing this resource
terraform import powerscale_user_group.testUserGroup userGroupName
# after running this command, populate the name field and other required parameters in the config file to start managing this resource.
# Note: running "terraform show" after importing shows the current config/state of the resource. You can copy/paste that config to make it easier to manage the resource.