From ee319d35c39c653b553c2d1f2fcbaa5cc6ff501d Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Fri, 19 Nov 2021 18:38:40 +0000 Subject: [PATCH] Add missing HELM format in the artifact registry repository resource (#5464) Signed-off-by: Modular Magician --- .changelog/5464.txt | 2 ++ google-beta/resource_artifact_registry_repository.go | 3 ++- website/docs/r/artifact_registry_repository.html.markdown | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changelog/5464.txt diff --git a/.changelog/5464.txt b/.changelog/5464.txt new file mode 100644 index 0000000000..e0943c5a4f --- /dev/null +++ b/.changelog/5464.txt @@ -0,0 +1,2 @@ +```release-note:none +``` diff --git a/google-beta/resource_artifact_registry_repository.go b/google-beta/resource_artifact_registry_repository.go index 36a73df2fc..5bffe92551 100644 --- a/google-beta/resource_artifact_registry_repository.go +++ b/google-beta/resource_artifact_registry_repository.go @@ -55,7 +55,8 @@ alpha formats if you are a member of the [alpha user group](https://cloud.google - NPM ([Preview](https://cloud.google.com/products#product-launch-stages)) - PYTHON ([Preview](https://cloud.google.com/products#product-launch-stages)) - APT ([alpha](https://cloud.google.com/products#product-launch-stages)) -- YUM ([alpha](https://cloud.google.com/products#product-launch-stages))`, +- YUM ([alpha](https://cloud.google.com/products#product-launch-stages)) +- HELM ([alpha](https://cloud.google.com/products#product-launch-stages))`, }, "repository_id": { Type: schema.TypeString, diff --git a/website/docs/r/artifact_registry_repository.html.markdown b/website/docs/r/artifact_registry_repository.html.markdown index fd67f2ef1f..5abcf2e26d 100644 --- a/website/docs/r/artifact_registry_repository.html.markdown +++ b/website/docs/r/artifact_registry_repository.html.markdown @@ -125,6 +125,7 @@ The following arguments are supported: - PYTHON ([Preview](https://cloud.google.com/products#product-launch-stages)) - APT ([alpha](https://cloud.google.com/products#product-launch-stages)) - YUM ([alpha](https://cloud.google.com/products#product-launch-stages)) + - HELM ([alpha](https://cloud.google.com/products#product-launch-stages)) - - -