From 88e3a86cebb1911f65b44b06f62e1b86c36ccad0 Mon Sep 17 00:00:00 2001 From: MC <32625024+MichaelChristopherson@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:24:50 -0600 Subject: [PATCH 1/6] Update email_service_resource.go Added usgov as option --- internal/services/communication/email_service_resource.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/services/communication/email_service_resource.go b/internal/services/communication/email_service_resource.go index fd14c293777d..4cb2bf88e11a 100644 --- a/internal/services/communication/email_service_resource.go +++ b/internal/services/communication/email_service_resource.go @@ -62,6 +62,7 @@ func (EmailCommunicationServiceResource) Arguments() map[string]*pluginsdk.Schem "UAE", "UK", "United States", + "usgov" }, false), }, From 5d809e033a09a4bf14c516d7322426495198f0cd Mon Sep 17 00:00:00 2001 From: MC <32625024+MichaelChristopherson@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:25:46 -0600 Subject: [PATCH 2/6] Update communication_service_resource.go added `usgov` as option --- .../services/communication/communication_service_resource.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/services/communication/communication_service_resource.go b/internal/services/communication/communication_service_resource.go index f1f4f70319c7..3cd7f9232ece 100644 --- a/internal/services/communication/communication_service_resource.go +++ b/internal/services/communication/communication_service_resource.go @@ -80,6 +80,7 @@ func (CommunicationServiceResource) Arguments() map[string]*pluginsdk.Schema { "UAE", "UK", "United States", + "usgov" }, false), }, From c71c7676a24b9a8c8f36fa01f532ec4682ac9537 Mon Sep 17 00:00:00 2001 From: MC <32625024+MichaelChristopherson@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:30:00 -0600 Subject: [PATCH 3/6] Update communication_service.html.markdown update documentation --- website/docs/r/communication_service.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/communication_service.html.markdown b/website/docs/r/communication_service.html.markdown index 9d5aae8f44a8..98068b84a8f6 100644 --- a/website/docs/r/communication_service.html.markdown +++ b/website/docs/r/communication_service.html.markdown @@ -35,7 +35,7 @@ The following arguments are supported: --- -* `data_location` - (Optional) The location where the Communication service stores its data at rest. Possible values are `Africa`, `Asia Pacific`, `Australia`, `Brazil`, `Canada`, `Europe`, `France`, `Germany`, `India`, `Japan`, `Korea`, `Norway`, `Switzerland`, `UAE`, `UK` and `United States`. Defaults to `United States`. Changing this forces a new Communication Service to be created. +* `data_location` - (Optional) The location where the Communication service stores its data at rest. Possible values are `Africa`, `Asia Pacific`, `Australia`, `Brazil`, `Canada`, `Europe`, `France`, `Germany`, `India`, `Japan`, `Korea`, `Norway`, `Switzerland`, `UAE`, `UK`, `usgov` and `United States`. Defaults to `United States`. Changing this forces a new Communication Service to be created. * `tags` - (Optional) A mapping of tags which should be assigned to the Communication Service. From dd094b57a8ea587d64c27b1fae124533ff9748ba Mon Sep 17 00:00:00 2001 From: MC <32625024+MichaelChristopherson@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:32:04 -0600 Subject: [PATCH 4/6] Update email_communication_service.html.markdown update documentation --- website/docs/r/email_communication_service.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/email_communication_service.html.markdown b/website/docs/r/email_communication_service.html.markdown index b6c12c687fae..0f8f78b0b7ad 100644 --- a/website/docs/r/email_communication_service.html.markdown +++ b/website/docs/r/email_communication_service.html.markdown @@ -35,7 +35,7 @@ The following arguments are supported: --- -* `data_location` - (Required) The location where the Email Communication service stores its data at rest. Possible values are `Africa`, `Asia Pacific`, `Australia`, `Brazil`, `Canada`, `Europe`, `France`, `Germany`, `India`, `Japan`, `Korea`, `Norway`, `Switzerland`, `UAE`, `UK` and `United States`. Changing this forces a new Email Communication Service to be created. +* `data_location` - (Required) The location where the Email Communication service stores its data at rest. Possible values are `Africa`, `Asia Pacific`, `Australia`, `Brazil`, `Canada`, `Europe`, `France`, `Germany`, `India`, `Japan`, `Korea`, `Norway`, `Switzerland`, `UAE`, `UK` `usgov` and `United States`. Changing this forces a new Email Communication Service to be created. * `tags` - (Optional) A mapping of tags which should be assigned to the Email Communication Service. From 9e248bb034247bdab086dbbe288746f989dc47fc Mon Sep 17 00:00:00 2001 From: kt Date: Fri, 8 Nov 2024 17:45:29 -0800 Subject: [PATCH 5/6] Update internal/services/communication/email_service_resource.go --- internal/services/communication/email_service_resource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/services/communication/email_service_resource.go b/internal/services/communication/email_service_resource.go index 4cb2bf88e11a..8b77ef08b185 100644 --- a/internal/services/communication/email_service_resource.go +++ b/internal/services/communication/email_service_resource.go @@ -62,7 +62,7 @@ func (EmailCommunicationServiceResource) Arguments() map[string]*pluginsdk.Schem "UAE", "UK", "United States", - "usgov" + "usgov", }, false), }, From 378319bfdbc2043f63ea18e9b91ae3beea586e75 Mon Sep 17 00:00:00 2001 From: kt Date: Fri, 8 Nov 2024 17:45:34 -0800 Subject: [PATCH 6/6] Update internal/services/communication/communication_service_resource.go --- .../services/communication/communication_service_resource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/services/communication/communication_service_resource.go b/internal/services/communication/communication_service_resource.go index 3cd7f9232ece..5c3eafba4fb9 100644 --- a/internal/services/communication/communication_service_resource.go +++ b/internal/services/communication/communication_service_resource.go @@ -80,7 +80,7 @@ func (CommunicationServiceResource) Arguments() map[string]*pluginsdk.Schema { "UAE", "UK", "United States", - "usgov" + "usgov", }, false), },