Skip to content

Commit

Permalink
Update docs for Google Container Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
denys-octopus committed Oct 24, 2024
1 parent c567487 commit b09855d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/resources/google_container_registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "octopusdeploy_google_container_registry Resource - terraform-provider-octopusdeploy"
subcategory: ""
description: |-
This resource manages a Google Container Registry feed in Octopus Deploy (alias for Docker Container Registry feed)
This resource manages a Google Container Registry feed in Octopus Deploy (alias of Docker Container Registry feed)
---

# octopusdeploy_google_container_registry (Resource)

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

## Example Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var _ EntitySchema = GoogleContainerRegistryFeedSchema{}

func (d GoogleContainerRegistryFeedSchema) GetResourceSchema() resourceSchema.Schema {
return resourceSchema.Schema{
Description: "This resource manages a Google Container Registry feed in Octopus Deploy (alias for Docker Container Registry feed)",
Description: "This resource manages a Google Container Registry feed in Octopus Deploy (alias of Docker Container Registry feed)",
Attributes: map[string]resourceSchema.Attribute{
"api_version": resourceSchema.StringAttribute{
Optional: true,
Expand Down

0 comments on commit b09855d

Please sign in to comment.