Skip to content

Commit

Permalink
Update docs fro azure container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
denys-octopus committed Nov 13, 2024
1 parent 5c0a906 commit ef03636
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/resources/azure_container_registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "octopusdeploy_azure_container_registry Resource - terraform-provider-octopusdeploy"
subcategory: ""
description: |-
This resource manages a Google Container Registry feed in Octopus Deploy (alias of Docker Container Registry feed)
This resource manages Azure Container Registry feed in Octopus Deploy (alias of Docker Container Registry feed)
---

# octopusdeploy_azure_container_registry (Resource)

This resource manages a Google Container Registry feed in Octopus Deploy (alias of Docker Container Registry feed)
This resource manages Azure Container Registry feed in Octopus Deploy (alias of Docker Container Registry feed)

## Example Usage

Expand All @@ -34,7 +34,7 @@ resource "octopusdeploy_azure_container_registry" "example" {
- `api_version` (String)
- `password` (String, Sensitive) The password associated with this resource.
- `registry_path` (String)
- `space_id` (String) The space ID associated with this Google container registry feed.
- `space_id` (String) The space ID associated with this Azure container registry feed.
- `username` (String, Sensitive) The username associated with this resource.

### Read-Only
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/listening_tentacle_worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "octopusdeploy_listening_tentacle_worker" "optionals" {
- `name` (String) The name of this resource.
- `thumbprint` (String) The X509 certificate thumbprint that securely identifies the Tentacle
- `uri` (String) The network address at which the Tentacle can be reached
- `worker_pool_ids` (List of String) Select at least one worker pool for the worker
- `worker_pool_ids` (Set of String) Select at least one worker pool for the worker

### Optional

Expand Down

0 comments on commit ef03636

Please sign in to comment.