Skip to content

Commit

Permalink
feat(kafka_quota): added support for kafka quota
Browse files Browse the repository at this point in the history
  • Loading branch information
vmyroslav committed Dec 27, 2024
1 parent c4c2131 commit 9f80a61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/kafka_quota.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Import is supported using the following syntax:

```shell
# When both USER and CLIENT_ID are specified
terraform import aiven_kafka_quota.example_quota PROJECT/SERVICE_NAME/USER/CLIENT_ID
terraform import aiven_kafka_quota.example_quota PROJECT/SERVICE_NAME/CLIENT_ID/USER
# When only USER is specified
terraform import aiven_kafka_quota.example_quota PROJECT/SERVICE_NAME//USER
# When only CLIENT_ID is specified
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/aiven_kafka_quota/import.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# When both USER and CLIENT_ID are specified
terraform import aiven_kafka_quota.example_quota PROJECT/SERVICE_NAME/USER/CLIENT_ID
terraform import aiven_kafka_quota.example_quota PROJECT/SERVICE_NAME/CLIENT_ID/USER
# When only USER is specified
terraform import aiven_kafka_quota.example_quota PROJECT/SERVICE_NAME//USER
# When only CLIENT_ID is specified
Expand Down

0 comments on commit 9f80a61

Please sign in to comment.