Skip to content

Commit

Permalink
docs: fix bad import example (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
azrod authored Nov 29, 2024
1 parent 80cedd7 commit e81de2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .changelog/851.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:note
`resource/cloudavenue_publicip` - Fixed the import example in the documentation.
```
4 changes: 1 addition & 3 deletions docs/resources/publicip.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,5 @@ Optional:

Import is supported using the following syntax:
```shell
# use the `id` to import an existing public IP
# `id` is the public IP
terraform import cloudavenue_publicip.example <id>
terraform import cloudavenue_publicip.example edgeGatewayIDOrName.PublicIP
```
4 changes: 1 addition & 3 deletions examples/resources/cloudavenue_publicip/import.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# use the `id` to import an existing public IP
# `id` is the public IP
terraform import cloudavenue_publicip.example <id>
terraform import cloudavenue_publicip.example edgeGatewayIDOrName.PublicIP

0 comments on commit e81de2f

Please sign in to comment.